Quote:
Originally Posted by bulldog51981
I am using your thanks/likes mod (1.1.4 Lite). I do have a different installed by someone else but currently disabled. Do I need to uninstall that one for yours to work?
*Edit - I uninstalled the other disabled "Post Thank You" hack and removed all server files for it. After this was done, I used the maintenance section of your Thank You/Like mod in the admincp and ran all repair/rebuild options. After all this, still not displaying when hoovering.
|
I replicated it on my dev system. Here is what you do to fix that.
Open dbtech/profilehover/hooks/ajax_start.php
On line 85 change
Code:
if ($vbulletin->options['dbtech_thanks_cloud_location'] && $vbulletin->options['dbtech_ph_thanks'])
to
Code:
if ($vbulletin->options['dbtech_thanks_allow_likethanks'] && $vbulletin->options['dbtech_ph_thanks'])
That should work for now, I'll make a more permanent fix in the next release.
Dylan