The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||
What it does:
This script will display profile info when you mouseover their username on the forumhome page, the javascript (ajax) is from http://www.dhtmlgoodies.com/index.ht...t=ajax-tooltip See screenshot or test drive it here by waving your mouse over usernames in the What's Going On box http://www.guitarblast.com/ (currently off for guests, see screenshot below) Notes&Updates:
Keep in mind that if you leave this on for guests, you must also allow guests to view member info. Admin CP > Usergroups > Usergroup Manager > Unregistered / Not Logged In [edit] > Can View Member Info (Yes). Upgrade and fresh install instructions are included in the zip file. That's it! Pleas click Install if you use this ![]() Show Your Support
|
Comments |
#242
|
|||
|
|||
![]()
two things. it seems to be a bit tempremental when hoveing over a user name, it is a bit difficult to get it to choose one member to display sometimes.
also is there anyway i can make the box pop up above or below instead of to the right? thanks |
#243
|
|||
|
|||
![]()
Great mod 11/10 in my books works great with 365 to, thank you so much
|
#244
|
|||
|
|||
![]()
I managed to get this to work on vBadvanced CMPS v2.2.1 with 3.6.5 by adding my full forum url to some of the paths.
Currently it displays everything with mouseover, but the avatars aren't displaying. Anyone know where I can edit to get the avatars to show on the portal? |
#245
|
||||
|
||||
![]() Quote:
AND --->https://vborg.vbsupport.ru/showpost....&postcount=235 |
#246
|
|||
|
|||
![]()
Thanks a lot MioTraGusa, I was going at it the long way.
![]() |
#247
|
|||
|
|||
![]()
Is there a way this hack can include Name and Surname or any other profile fields?
|
#248
|
||||
|
||||
![]()
With all of the names bunched together, the wrong info usually shows up in the box, if the user had to scroll over another user to get to the one they wanted to look at.
I tried to fix this by changing 'onMouseOver' to 'onClick' and then add a link in the box that says 'View Profile' but the option to keep the window open until there's a click seems to be conflicting with this. Any ideas on how to go about this? If I come up with the solution, I'll post it in this thread. Code:
<if condition="in_array($bbuserinfo['usergroupid'], array(1, 3))"> $stylevar[dirmark]<a href="member.php?$session[sessionurl]u=$loggedin[userid]" onClick="ajax_showTooltip('member_ajax.php?$session[sessionurl]u=$loggedin[userid]',this,true);return false"> $loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark] <else /> $stylevar[dirmark]<a href="member.php?$session[sessionurl]u=$loggedin[userid]" onClick="ajax_showTooltip('member_ajax.php?$session[sessionurl]u=$loggedin[userid]',this,true);return false"> $loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark] </if> |
#249
|
|||
|
|||
![]()
Um...I installed it and everything...but nothing works, when I put my mouse over a user, nothing pops up, any idea?
I added the product, created the template, added Code:
<if condition="in_array($bbuserinfo['usergroupid'], array(1, 3))"> $stylevar[dirmark]<a href="member.php?$session[sessionurl]u=$loggedin[userid]" rel="nofollow">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark] <else /> $stylevar[dirmark]<a href="member.php?$session[sessionurl]u=$loggedin[userid]"onmouseover="ajax_showTooltip('member_ajax.php?$session[sessionurl]u=$loggedin[userid]',this,true);return false" onmouseout="ajax_hideTooltip()"> $loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark] </if> and put Code:
<script type="text/javascript" src="js/ajax-dynamic-content.js"></script> <script type="text/javascript" src="js/ajax.js"></script> <script type="text/javascript" src="js/ajax-tooltip.js"></script> <link rel="stylesheet" href="css/ajax-tooltip.css" media="screen" type="text/css"> <script type="text/javascript"> document.body.onclick = ajax_hideTooltip; </script> (I also uploaded all the files to the root directory. and I'm using v3.6.5) |
#250
|
|||
|
|||
![]()
sounds cool. Let us know when you fix the space problem
|
#251
|
|||
|
|||
![]()
This is a bit of a problem and confuses some users as to why they're not seing the right info in the bubble.
|
![]() |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|