Jump to content

Download: [EN30] Ajax Thanks v1.0.3


Elad Nava

Recommended Posts


After upgrading thank counts resetted and post counts on topic view doesn't work. Always shows as 0.



Hi,
If you imported the new hook, it should have automatically updated the data in profile_portal to be identical to thanks field.

If not, run this query:

UPDATE profile_portal p, members m SET p.thanked = m.thanked WHERE m.thanked > 0 AND p.pp_member_id = m.member_id




Hello Elad



I understand fully what the mod does but I would like to be able to show it to some of my mods before we commit to buy but your live demo link doesn't seem to be working.



Any chance you could have a look and sort it out please?



Cheers



Hi,
Fixed the live demo link, you can register and thank topics there.

http://eladnava.com/demo/
Link to comment
  • Replies 98
  • Created
  • Last Reply

Hi,


If you imported the new hook, it should have automatically updated the data in profile_portal to be identical to thanks field.



If not, run this query:



UPDATE profile_portal p, members m SET p.thanked = m.thanked WHERE m.thanked > 0 AND p.pp_member_id = m.member_id




Hi,
Fixed the live demo link, you can register and thank topics there.

http://eladnava.com/demo/


Thanks very much. Thank counts came back but post count field above the thanks count field in topic view still shows 0 :(
Link to comment
  • 3 weeks later...

Recently i made an upgrade at my ipboard foroum to 3.1.4. I have also updated [EN30]-Ajax-Thanks-v102 to [EN30]_Ajax_Thanks_v1.0.3 and (T31) Hide Content 2.0.0 to (T31) Hide Content 2.1.0.
My problem is that when i press the thanks button it counts the thanks but i don't get the hidden content unless i refresh the page.
I made all file edits but there is a diference on the integrate edit.

Hide Content Integration

admin/sources/classes/bbcode/custom/tbHideContent.php


Find: 

						$existing[ $this->topic['tid'] ] = ( intval($hideCheck['found']) > 0 ) ? true : false;

On my file i see this diference

							$existing[ $this->topic['tid'] ] = ( intval($hideCheck['pid']) > 0 ) ? true : false;





How can i make it work as before showing the hidden content without refreshing the page? Any help is apreciated...

Link to comment
  • 2 weeks later...
  • 2 months later...

Hi Elad,



I posted in the wrong thread before. Does it works with the latest version of IPB?




And it is possible to integrate it with (T31) Hide Content?



Thank you.




Yes, and yes.

View his main thread here: http://forums.invisionize.com/topic/144361-en30-ajax-thanks-v105/
Link to comment

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...