View Full Version : Mini Mods - [DBTech] Profile Hover v1 (vB4) [AJAX]
DragonByte Tech
01-21-2011, 10:00 PM
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 https://vborg.vbsupport.ru/external/2015/08/1.png button to the right ---->
Please remember to click the, https://vborg.vbsupport.ru/external/2015/08/2.png 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.
We appreciate the support!
----------------------------------------------------------------------------------
Complete Feature List
Lite
Display Avatar
Display Post Count
Display Current and Last Activity
Display Thanks/Likes data
Display Downloads Data
Display vBActivity Stats
Display Credits
Allow user to disable profile hover
Allow Admin to disable/enable each DBT Mod data in ACP
Allow Admin to set delay before mouseover fires
Allow Admin to set mouseover timeout
Allow Admin to set background color
Pro
Display Custom Fields
Display Reputation/Location/Occupation/Signature
Display Custom Profile Fields
Display Administrator title
Display Moderator title and forums user moderates
Allow Admin to disable/enable each item from DBT Mods in ACP
Allow Admin to set groups allowed to view
----------------------------------------------------------------------------------
This mod displays a copyright notification in the footer of pages generated by this mod which includes:
1 Link to DragonByte Technologies homepage
1 Link to Product Description page of this modification
blue6995
01-22-2011, 07:13 AM
Strange - I'm sure I've installed it correctly but it doesn't display anything at all - uninstalled
betts02
01-22-2011, 11:25 AM
Works fine and a great handy little mod
May llok into the pro version but just dont like paying,lol
Cheers
starman?
01-22-2011, 12:25 PM
Unless you have your other DB products installed it doesn't really have any benefits I feel. Perhaps as it supposed to show profile info then it might well be better to show the profile picture instead of the avatar?
OldSchoolDSL
01-22-2011, 02:16 PM
Seems as though this is to mimic XenForo (http://www.xenforo.com/community) a little, but as it seems to completely hide users avatars ..... And hides user titles (in free version).... I'll pass.
DragonByte Tech
01-22-2011, 08:00 PM
Seems as though this is to mimic XenForo (http://www.xenforo.com/community) a little, but as it seems to completely hide users avatars ..... And hides user titles (in free version).... I'll pass.
It's actually an update of a modification made by my old company (inferno technologies) back for 3.x =)
Iain
Dr.osamA
01-24-2011, 11:46 AM
thank you
installed
under test
DjEddie
01-25-2011, 03:47 PM
hi this works with no problems of the actual mod .. but i need to change the color on the background of the pop up as its transparent ..so I can't read anything in the box..
please can you point me to how to do this?
thanks you
BadgerDog
01-25-2011, 06:19 PM
Installed for testing with thanks ... :)
Seems to have a problem when names are located near right edge of forums. The pop-up window opens to the right and most of the box (and text) don't display properly. ;)
Regards,
Doug
steve1966
01-25-2011, 07:55 PM
thanks
zonaenlinea
01-25-2011, 08:02 PM
thanks very good
DragonByte Tech
01-26-2011, 12:05 AM
hi this works with no problems of the actual mod .. but i need to change the color on the background of the pop up as its transparent ..so I can't read anything in the box..
please can you point me to how to do this?
thanks you
The template to edit is dbt_ph_profile
You can either edit each div that has a "td" class and add the background color to the style or you could try doing an inline td style change before the table starts.
DragonByte Tech
01-26-2011, 12:08 AM
Installed for testing with thanks ... :)
Seems to have a problem when names are located near right edge of forums. The pop-up window opens to the right and most of the box (and text) don't display properly. ;)
Regards,
Doug
I'll see if I can fix that. I checked and it does it on my dev sometimes, depending on what side of the name you hover over. Hover over the name from the left and it goes off screen, hover over from the right and it forces the popup over so it's all visible.
Thanks for letting me know
Dylan
starman?
01-26-2011, 12:44 AM
How about changing the code to display the profile pic instead of the avatar?
DragonByte Tech
01-26-2011, 02:35 AM
How about changing the code to display the profile pic instead of the avatar?
It's on the list of features for the next pro release, there aren't any plans on adding it to the lite version though, sorry.
Dylan
BadgerDog
01-26-2011, 09:59 AM
I'll see if I can fix that. I checked and it does it on my dev sometimes, depending on what side of the name you hover over. Hover over the name from the left and it goes off screen, hover over from the right and it forces the popup over so it's all visible.
Thanks for letting me know
Dylan
You're welcome .. :)
We'd be interested in pro version once you have it out of beta and all sorted out ... :up:
Regards,
Doug
DjEddie
01-26-2011, 12:23 PM
The template to edit is dbt_ph_profile
You can either edit each div that has a "td" class and add the background color to the style or you could try doing an inline td style change before the table starts.
Hi, and thanks for your help :) .. please could u expand in ur meaning as to where I would put bgcolor="#000000" in the coding to give it a black background ..
I've tried to put it in between this coding that appears through out the template ..
<div class="td blockrow" bgcolor="#000000" style="vertical-align:
with no luck .. I'm sure thats totally wrong too lol
Thanks for your help :)
DragonByte Tech
01-27-2011, 06:36 PM
Hi, and thanks for your help :) .. please could u expand in ur meaning as to where I would put bgcolor="#000000" in the coding to give it a black background ..
I've tried to put it in between this coding that appears through out the template ..
<div class="td blockrow" bgcolor="#000000" style="vertical-align:
with no luck .. I'm sure thats totally wrong too lol
Thanks for your help :)
Open the template dbt_ph_profile
At the very top put
<STYLE TYPE="text/css">
div.td.blockrow {background-color: #000;}
</STYLE>
That worked on my dev site.
OldSchoolDSL
01-28-2011, 02:24 PM
Anyone have a demo?
DjEddie
01-28-2011, 08:29 PM
Open the template dbt_ph_profile
At the very top put
<STYLE TYPE="text/css">
div.td.blockrow {background-color: #000;}
</STYLE>
That worked on my dev site.
Works perfect for the background color nice one :) thanks!
BadgerDog
01-29-2011, 09:25 AM
Testing before going with Pro version .... :up:
So far, works great except for overflow bug mentioned earlier ...
Some users love it, others hate it ... :)
Is there some way of adding it as a user selectable option so they can choose whether to use it themselves or not?
Thanks ...
Regards,
Doug
DragonByte Tech
01-30-2011, 01:21 AM
Testing before going with Pro version .... :up:
So far, works great except for overflow bug mentioned earlier ...
Some users love it, others hate it ... :)
Is there some way of adding it as a user selectable option so they can choose whether to use it themselves or not?
Thanks ...
Regards,
Doug
It doesn't work that way but it's a good idea, I'll add the option for users to disable it in the next version.
BadgerDog
01-30-2011, 09:12 AM
It doesn't work that way but it's a good idea, I'll add the option for users to disable it in the next version.
Thanks ... :)
Appreciate the comments ..
We'll disable it for now, but check back and purchase the PRO version for installation as soon as that's available ... :up:
Regards,
Doug
DjEddie
02-02-2011, 04:13 PM
Open the template dbt_ph_profile
At the very top put
<STYLE TYPE="text/css">
div.td.blockrow {background-color: #000;}
</STYLE>
That worked on my dev site.
Hi this worked fine on firefox but when checking on internet explorer the background was still transparent .. do you have a fix for the IE please?
Thank you
Eddie
DragonByte Tech
02-02-2011, 09:31 PM
Hi this worked fine on firefox but when checking on internet explorer the background was still transparent .. do you have a fix for the IE please?
Thank you
Eddie
It looks like IE isn't liking the internal CSS for it. I was going to release another version tonight anyway so I'll add a field to the ACP to specify a different bg color and do it inline for each div.
Dylan
DragonByte Tech
02-04-2011, 06:49 AM
Changelog for
v1.2.0
Fixed error with vBActivity trophies causing popup to not work
Fixed spelling errors
Fixed long decimal value of vBActivity points
Added vB Settings field to set the number of decimal spaces for vBActivity points
Added user option to disable profile hover
Added ACP option to change background color
BadgerDog
02-04-2011, 10:26 AM
Changelog for
v1.2.0
Installed again with thanks and testing ... :)
Seems to be working much better ... :up:
Tested directly on Intel Mac OS X 10.6 with Firefox/3.6.13 and works great.
Moderator tested on Windows XP with IE8 and getting some kind of Google pop up interference (see pic), which I suspect is something to do with a Google add-on that needs to be disabled? Anyone know what it is and what to recommend to users to clear the conflict interference?
Regards.
Doug
OldSchoolDSL
02-08-2011, 09:16 PM
I'm wondering if there is away to get this to run with Jquery, rather then Ajack
BadgerDog
02-08-2011, 09:32 PM
Anyone know how to get support for the Pro version of this product, which we purchased? ;)
Tried their web site and as a customer, can't figure how to get anything posted there ..
Essentially the biggest problem is that even with pro version (new one), pop ups still spill over right edge ... :confused:
Plus, besides the Google pop-up covered above, we have some cosmetic issues to report ..
Thanks... :)
Regards,
Doug
BadgerDog
02-09-2011, 12:38 PM
Ok, had to DISABLE the Paid PRO version .... :(
We use a standard welcome thread on our site and have so for years. It's now reached 373 pages and something is happening with it that has never happened before, at least until we installed the PRO version of this mod ... ;)
As an Admin, when I select this thread to read, my screen clears and I get a white screen of nothingness, with the word DONE on the execution line.
Upon checking further, it also doesn't work for anyone who is a moderator. In other words, it doesn't seem to be able to be read by any usergroup 5,6,7 and all they see is that blank white screen. The thread is perfectly readable by any other usergroup, including unregistered guests.
If I simply turn this PRO version of this mod OFF, everything is fine and all usergroups can read the thread. If I turn it back ON, the once again, usergroup 5,6,7 only see a blank white screen, when trying to read the thread. It's repeatable and consistent, so obviously the mod has a problem with long threads? (a guess), but I have no idea why it would impact just usergroups 5,6,7 ... bizarre ... :confused:
Regards,
Doug
Edit: Found the pattern. Any usergroup checked off in the PRO version as being able to use the mod, is unable to view long threads. If you uncheck their ability to use the mod, the thread is viewable again. I suspect it might be a memory problem for their mod with long threads, but I'm no programmer, just a customer.
DragonByte Tech
02-09-2011, 03:40 PM
Anyone know how to get support for the Pro version of this product, which we purchased? ;)
Tried their web site and as a customer, can't figure how to get anything posted there ..
Essentially the biggest problem is that even with pro version (new one), pop ups still spill over right edge ... :confused:
Plus, besides the Google pop-up covered above, we have some cosmetic issues to report ..
Thanks... :)
Regards,
Doug
You should be able to just create a thread in the support forums. The popup going over the side is a known problem I'm working on in both the pro and free.
Dylan
DragonByte Tech
02-09-2011, 03:42 PM
Ok, had to DISABLE the Paid PRO version .... :(
We use a standard welcome thread on our site and have so for years. It's now reached 373 pages and something is happening with it that has never happened before, at least until we installed the PRO version of this mod ... ;)
As an Admin, when I select this thread to read, my screen clears and I get a white screen of nothingness, with the word DONE on the execution line.
Upon checking further, it also doesn't work for anyone who is a moderator. In other words, it doesn't seem to be able to be read by any usergroup 5,6,7 and all they see is that blank white screen. The thread is perfectly readable by any other usergroup, including unregistered guests.
If I simply turn this PRO version of this mod OFF, everything is fine and all usergroups can read the thread. If I turn it back ON, the once again, usergroup 5,6,7 only see a blank white screen, when trying to read the thread. It's repeatable and consistent, so obviously the mod has a problem with long threads? (a guess), but I have no idea why it would impact just usergroups 5,6,7 ... bizarre ... :confused:
Regards,
Doug
Edit: Found the pattern. Any usergroup checked off in the PRO version as being able to use the mod, is unable to view long threads. If you uncheck their ability to use the mod, the thread is viewable again. I suspect it might be a memory problem for their mod with long threads, but I'm no programmer, just a customer.
Can you create a thread on our support forums for this? The amount of pages in a thread shouldn't matter since it only looks at the current pages usernames. I'll be happy to take a look at it though and try to figure out the problem.
Dylan
Doublecrosser
02-10-2011, 05:00 PM
I notice "Credits" show up in the hover, however my vbshop & vbcredits isn't named credits, im using a different currency. How do I change it so my actual currency shows up and not Credits?
DragonByte Tech
02-10-2011, 06:10 PM
I notice "Credits" show up in the hover, however my vbshop & vbcredits isn't named credits, im using a different currency. How do I change it so my actual currency shows up and not Credits?
You can edit the phrase dbtech_ph_credits to name it what you want.
Dylan
Doublecrosser
02-10-2011, 06:35 PM
How would I go about doing that? Sorry I'm newb.
DragonByte Tech
02-10-2011, 06:56 PM
How would I go about doing that? Sorry I'm newb.
No prob
ACP->Languages & Phrases->Search in Phrases
Search for text: dbtech_ph_credits
Search in ...: Phrase Variable Name only
Exact Match: Yes
Click Find, then click edit on the phrase and in the bottom field put whatever you want it to say.
Doublecrosser
02-10-2011, 06:57 PM
Got it thanks!
Doublecrosser
02-10-2011, 07:01 PM
Actually I got it changed, but my variable is actually dbtech_vbshop_points that I want displayed, how would I change the variable itself so it's dbtech_vbshop_points and not dbtech_ph_credits that is displayed?
Bounce
02-10-2011, 07:20 PM
Excellent addition,! I'm wanting it to find out what users are doing but its not showing current location, just last activity :(
DragonByte Tech
02-10-2011, 07:48 PM
Actually I got it changed, but my variable is actually dbtech_vbshop_points that I want displayed, how would I change the variable itself so it's dbtech_vbshop_points and not dbtech_ph_credits that is displayed?
Ah ok,
ACP->Styles & Templates->Style Manager
For your style hit the dropdown and select Edit Templates
Find the template called dbt_ph_profile and double click it
Find
{vb:raw user.credits}
and replace it with
{vb:raw user.dbtech_vbshop_points}
DragonByte Tech
02-10-2011, 07:50 PM
Excellent addition,! I'm wanting it to find out what users are doing but its not showing current location, just last activity :(
It shows what they are doing if they are currently active. If there session is gone then it will just show their last activity
Doublecrosser
02-10-2011, 07:59 PM
Thanks boss, good work!
Bounce
02-10-2011, 09:34 PM
It shows what they are doing if they are currently active. If there session is gone then it will just show their last activity
Found the problem.
If who's online is OFF it will not show users activity, sorted now thanks, now to find out how to hide who's online from all other members
bulldog51981
02-16-2011, 02:32 PM
Installed great, not showing Thanks/Like/Dislikes though. Enabled in options, is there anything else that I have to do?
DragonByte Tech
02-16-2011, 03:25 PM
Installed great, not showing Thanks/Like/Dislikes though. Enabled in options, is there anything else that I have to do?
Are you using our thanks/likes mod or a different one? If you are using ours, what version is it?
Dylan
bulldog51981
02-16-2011, 03:29 PM
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.
DragonByte Tech
02-17-2011, 04:59 PM
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
if ($vbulletin->options['dbtech_thanks_cloud_location'] && $vbulletin->options['dbtech_ph_thanks'])to
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
bulldog51981
02-17-2011, 08:20 PM
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?
Dylanblitz
02-18-2011, 04:35 AM
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.
betts02
03-19-2011, 12:12 AM
For some reason its not working for me
DragonByte Tech
03-19-2011, 07:33 AM
For some reason its not working for me
Any chance of a little more detail (e.g in what way it's not working)?
Cheers,
Iain Kidd
Founder & Managing Director
DragonByte Technologies www.DragonByte-Tech.com (http://www.dragonbyte-tech.com/)
betts02
03-19-2011, 06:15 PM
Any chance of a little more detail (e.g in what way it's not working)?
Cheers,
Iain Kidd
Founder & Managing Director
DragonByte Technologies www.DragonByte-Tech.com (http://www.dragonbyte-tech.com/)
When i hover over a username nothing comes up
I have installed it correctly and its not working for me
betts02
03-23-2011, 07:35 AM
Any update on the issue i have ?
Can you check to see if its the mod or my pc ?
many thanks
OldSchoolDSL
03-23-2011, 02:33 PM
Any update on the issue i have ?
Can you check to see if its the mod or my pc ?
many thanks
Upon visiting your site & then within a thread; Google Chrome warned me that it wanted me to download "card files". May want to fix or turn that off
betts02
03-23-2011, 06:24 PM
Upon visiting your site & then within a thread; Google Chrome warned me that it wanted me to download "card files". May want to fix or turn that off
Sorry but i have no clue what you mean or how/where to turn it off/fix it
Cheers
DragonByte Tech
03-24-2011, 01:02 AM
Sorry but i have no clue what you mean or how/where to turn it off/fix it
Cheers
Hi betts02, sorry I didn't get a notification and didn't see the post until now. Do you have vBActivity installed? If you do, what version? If you don't then disable that display in the profile hover ACP settings. I see an error on your page when it's trying to access some vBActivity stats.
Lord. Dela
03-24-2011, 04:34 AM
Does not work, I do not see anything. I have the vb version 4.0.5
I can try to fix it? I'm sure I did everything right.
DragonByte Tech
03-24-2011, 05:04 AM
Does not work, I do not see anything. I have the vb version 4.0.5
I can try to fix it? I'm sure I did everything right.
If you want you can PM me your site, if you have it set so unregistered users can't see it then send me a test account I can use.
Dylan
Lord. Dela
03-24-2011, 05:37 AM
I sent a PM...
DragonByte Tech
03-24-2011, 06:12 AM
Its working for me? I hover over a colored name at the bottom and it does the popup. Hard to see though because you have the transparent background. You might want to go into the ACP Profile hover settings and set the background color to #000.
https://vborg.vbsupport.ru/attachment.php?attachmentid=127649&stc=1&d=1300950722
betts02
03-24-2011, 09:41 AM
Many thanks
Done as you said and it works fine
I see no errors so if someone can let me know i can try to fix theses as i do not use google crome
And i do not know what these cards are ???
Cheers again mate
Lord. Dela
03-24-2011, 02:32 PM
Thanks very much DragonByte Tech, Good work.
DragonByte Tech
03-24-2011, 05:39 PM
Many thanks
Done as you said and it works fine
I see no errors so if someone can let me know i can try to fix theses as i do not use google crome
And i do not know what these cards are ???
Cheers again mate
I'm not sure either, I browsed your site and looked at a couple threads in chrome as well and I didn't get prompted to download anything.
Dylan
DragonByte Tech
06-13-2011, 06:31 PM
Hey, I am getting this DB error after installation on vb3.8.7 when trying to access the setting in admin panel: MySQL Error : Unknown column 'language.phrasegroup_dbtech_usertag' in 'field list'
Error Number : 1054
Yes I 've installed the xml that was inside the vb38 folder and I 've tried to reinstall/unistall multiple times with no joy. Any ideas?
It doesn't even uninstalls properly, all the tables and the buttons are still there!!
I think you are posting on the wrong mod? The profile hover mod doesn't use a phrase called dbtech_usertag and it doesn't create any tables?
Dylan
Jirinex
06-14-2011, 12:09 PM
I think you are posting on the wrong mod? The profile hover mod doesn't use a phrase called dbtech_usertag and it doesn't create any tables?
Dylan
Apologies, don't know how I posted here, I put it on the correct mod now: https://vborg.vbsupport.ru/showthread.php?t=242733&page=18
just.b.jealous
06-16-2011, 07:00 PM
After installing this product, (this is a fresh install, I have never had it previously) no one can register at my forum. I have disabled it to see if that worked, but people are still having issues registering. See attachment below.
I am running 4.1.3pl1.
DragonByte Tech
06-16-2011, 07:23 PM
After installing this product, (this is a fresh install, I have never had it previously) no one can register at my forum. I have disabled it to see if that worked, but people are still having issues registering. See attachment below.
I am running 4.1.3pl1.
I'm sorry about that. I will be changing it to a proper user setting field in the next version. There is a custom user profile field called Disable Profile Hover that you can delete in the ACP and they will be able to register again.
Dylan
just.b.jealous
06-17-2011, 12:38 AM
I'm sorry about that. I will be changing it to a proper user setting field in the next version. There is a custom user profile field called Disable Profile Hover that you can delete in the ACP and they will be able to register again.
Dylan
Ah yes, that fixed it, thank you very much.
panraf
08-03-2011, 11:29 AM
I installed this yesterday i double checked all the settings but it is not showing up.
I reupload files, i reinstalled the product, i eneble this from the usercp i enable via usergroup permission but it is not showing up
Seba123
08-03-2011, 07:58 PM
Any demo ?
DragonByte Tech
08-06-2011, 02:37 AM
Any demo ?
It is running on our site
http://www.dragonbyte-tech.com/forum.php
Dylan
8thos
08-20-2011, 11:16 PM
How about changing the code to display the profile pic instead of the avatar?
^^^Please consider adding profile pics!
This sounds pretty awesome! I'll try the light version later tonight.
fevredsuk
06-07-2012, 08:43 PM
the hover box is huge. any way to resize the box and condense the info in it. far to much open space within the box and very annoying
DragonByte Tech
06-09-2012, 10:49 AM
the hover box is huge. any way to resize the box and condense the info in it. far to much open space within the box and very annoying
Could you take a screenshot and show me an example? The box should be sized to the info.
Dylan
fevredsuk
06-09-2012, 10:55 AM
ok mate I sorted it,
it was mainly due to avatar size. Max size on my site is 150w x 250h which most members use.
The hover box showed the the full size avatar which was set to 100% in the template. so I just changed it to 50px wide and 83px high. I also removed the vbactivity info too.
one small problem though is member with no avatar or using a generic one still shows the full size avatar in the hover box
DragonByte Tech
06-09-2012, 11:15 AM
ok mate I sorted it,
it was mainly due to avatar size. Max size on my site is 150w x 250h which most members use.
The hover box showed the the full size avatar which was set to 100% in the template. so I just changed it to 50px wide and 83px high. I also removed the vbactivity info too.
one small problem though is member with no avatar or using a generic one still shows the full size avatar in the hover box
Give this a try
Open
dbtech/profilehover/hooks/ajax_start.php
Find
$user['lastactivitydate'] = vbdate($vbulletin->options['dateformat'], $user['lastactivity'], true);On the line above add
if ($user['ph_pic_show'] && !$user['avatarwidth'])
{
$imgsize = getimagesize($user['ph_pic_show']);
$user['avatarwidth'] = $imgsize[0];
$user['avatarheight'] = $imgsize[1];
}
That should set the width/height on non custom images.
Dylan
fevredsuk
06-09-2012, 02:05 PM
Give this a try
Open
dbtech/profilehover/hooks/ajax_start.php
Find
$user['lastactivitydate'] = vbdate($vbulletin->options['dateformat'], $user['lastactivity'], true);On the line above add
if ($user['ph_pic_show'] && !$user['avatarwidth'])
{
$imgsize = getimagesize($user['ph_pic_show']);
$user['avatarwidth'] = $imgsize[0];
$user['avatarheight'] = $imgsize[1];
}
That should set the width/height on non custom images.
Dylan
Perfect thankyou
Naijasite
06-11-2012, 09:49 PM
This mode has damage my registartion page after uninstalling the product and all files, when a new user try to register they see this error.
A required field called Disable Profile Hover is missing or has an invalid value.
A required field called Disable Profile Hover is missing or has an invalid value.
I have uninstalled the mod and all files but dont no why its still giving me the error above. Please help
DragonByte Tech
06-12-2012, 08:45 AM
This mode has damage my registartion page after uninstalling the product and all files, when a new user try to register they see this error.
A required field called Disable Profile Hover is missing or has an invalid value.
A required field called Disable Profile Hover is missing or has an invalid value.
I have uninstalled the mod and all files but dont no why its still giving me the error above. Please help
There is a custom user profile field that doesn't get deleted on uninstall. You need to manually delete that field.
Dylan
New Joe
06-12-2012, 09:03 AM
There is a custom user profile field that doesn't get deleted on uninstall. You need to manually delete that field.
DylanMaybe you should tell us a 'step' by 'step' guide how to do this, as usually with modifications we just un-install them and that's it.
Looks like there is more to be done with this one.
DragonByte Tech
06-12-2012, 05:24 PM
Maybe you should tell us a 'step' by 'step' guide how to do this, as usually with modifications we just un-install them and that's it.
Looks like there is more to be done with this one.
ACP->User Profile Fields->User Profile Fields Manager
Delete any that say "Disable Profile Hover"
Dylan
DragonByte Tech
04-02-2013, 09:20 AM
Updated to v1.4.2
Feature: Add As Friend link if not currently friends
OUTL4W
06-15-2013, 04:05 PM
in order to disable within your VBshout box - what would I need to enter in the settings for "dis-able Locations"? also I have the Mouseover Start Delay set @3sec which works the 1st time when mousing over username....but it immediately re-appears when mousing over the same username again.
DragonByte Tech
06-15-2013, 09:31 PM
in order to disable within your VBshout box - what would I need to enter in the settings for "dis-able Locations"? also I have the Mouseover Start Delay set @3sec which works the 1st time when mousing over username....but it immediately re-appears when mousing over the same username again.
It should be disabled on shout if you put in "vbshout", without the quotes :)
I'll check into the delay. I believe it was an issue I ran into before and couldn't figure a workaround. I'll check it again though.
Dylan
Terrablade
06-24-2014, 03:01 AM
I guess im another one.
Its not working for me, i did all you suggested the others to do. disabled vbactivity and vbdownloads from showing. nothing worked. http://prntscr.com/3vwcii thats all i see a Today and time.
Terrablade
06-24-2014, 03:08 AM
I guess this could help? http://prntscr.com/3vwgww
DragonByte Tech
06-28-2014, 12:31 PM
Try disabling all other modifications and make sure you're viewing it on a default (unmodified) style.
Fillip
Terrablade
06-29-2014, 12:57 AM
That was done and still the same. same with default skin
DragonByte Tech
02-28-2016, 04:43 PM
Profile Hover v2.0.0
New Features:
Completely Revamped Design
Uses a new, modern looking design
Easier to customise
Structured layout for the data displayed
Full Integration With [DBTech] Advanced Post Thanks / Like
Now displays all created buttons
Respects display settings and permissions
Full Integration With [DBTech] Advanced User Tagging
Displays Mentions, Quotes and Thread Tags
Respects display settings and permissions
Full Integration With [DBTech] vBCredits II Deluxe
Shows all currencies
Respects display settings and permissions
Changed Features:
Applied number formatting to all relevant fields
Improved performance when mousing off the hover username
Fillip
ArcadeSyndicate
02-28-2016, 06:41 PM
Uses a new, modern looking design
is the screenshot above from the new design?
DragonByte Tech
02-28-2016, 06:51 PM
No, the screenshot hasn't been updated yet. Here's an example with everything turned on: https://vborg.vbsupport.ru/external/2016/02/2.png
Fillip
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.