Version: 2.0.0, by DragonByte Tech
Developer Last Online: Mar 2023
Category: Mini Mods -
Version: 4.x.x
Rating:
Released: 01-21-2011
Last Update: 02-27-2016
Installs: 83
Uses Plugins Auto-Templates
Additional Files Translations
No support by the author.
Profile Hover: What is it?
DragonByte Technologies are proud to present Profile Hover v2: A mini mod that uses AJAX to display user profile information when hovering over a users formatted name.
Why Profile Hover?
DBTech's Profile Hover mod uses AJAX to display user profile information when hovering over a users formatted name. It can be used to get a quick preview of a users profile information without loading the page or as a way to display a users information to encourage communication between your forum members.
If you like this mod please hit the button to the right ---->
Please remember to click the, button to the right if you installed the mod ---->
What does 'Marking As Installed' do ?
* It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available.
* For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention.
* Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications.
Are you using our thanks/likes mod or a different one? If you are using ours, what version is it?
Dylan
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 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.
That worked like a charm....sorry about posting in the Like/Thanks thread about this. I went to the wrong subscribed thread. Now that I have this working, I will be getting the pro versions this evening. Will I have to re-upload all the files for this mod and the "Likes/Thanks" mods and make this edit again?
That worked like a charm....sorry about posting in the Like/Thanks thread about this. I went to the wrong subscribed thread. Now that I have this working, I will be getting the pro versions this evening. Will I have to re-upload all the files for this mod and the "Likes/Thanks" mods and make this edit again?
No, the problem is a conflict with the thanks Lite version, with the pro you wont have to edit the files. But yes, you will need to upload all the files from the new pro packages and install the pro product files.