View Full Version : Forum Home Enhancements - AJAX - Mouseover Profile Preview
ericgtr
08-10-2006, 10:00 PM
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.html?whichScript=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:
By default this uses it's own CSS located in the CSS folder. To change the background color, edit ajax-tooltip.css and find /* Background color */ and change to your background color.
There is a space after each username, between the comma's. Currently working on fixing this.
If the name wraps to the next line, it will not display on mouseover.
The javascript box will run off the end if the forum width is at 100% for usernames on the edge. (currently working on this)
[8/13] Added the option to turn off for guests. This is ideal both to save server load and if you have the member list turned off for guess through the admin CP.
[10/28] Fixed broken page (css display) and included a Product installer.
[10/28] Now also shows "mousing over members" in the Who's Online page.
[11/1] Added a delay so it has to be moused over for a small amount of time before it will show. Removed caching and put a timer on it so there will no longer be a need to refresh the page to get the latest on where a user is, it will do it automatically.
[11/8]
Added option to make the window stay open so you can click within it or scroll (if scrollbars appear) clicking anywhere outside of it will close it. To do this:
In the forumhome_loggedinuser find:
$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]
Replace with:
$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"> $loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark]
Open the header template and add this to the very bottom:
<script type="text/javascript">
document.body.onclick = ajax_hideTooltip;
</script>
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 (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=123687) if you use this :)
Lalib
08-11-2006, 05:29 PM
very nice :) thank you man;)
Feckie (Roger)
08-11-2006, 06:02 PM
very nice clicks install
Mike Gaidin
08-11-2006, 06:03 PM
Nice indeed. Good job!
Ntfu2
08-11-2006, 06:40 PM
:yesway: Awesome modification, i love it and i'm sure my users will to
bigdog829
08-11-2006, 06:49 PM
Very nice I was looking for this mod for a long time !
ericgtr
08-11-2006, 07:15 PM
Thanks guys, please click install if you use it. :)
vBulletin THEN DAYLIGHT
08-11-2006, 08:09 PM
Will this work with 3.5.4?
ericgtr
08-11-2006, 08:16 PM
Will this work with 3.5.4?
I can't say for sure because I don't have a 3.5.x board anymore. My first thought is that it may be buggy but you can give it a shot and just back it out if it doesn't.
firstrebel
08-11-2006, 08:48 PM
I tested this on my dev site and the background colour was changed. I assume the css file in this mod takes the place of vB's css.
Bob
ericgtr
08-11-2006, 08:53 PM
I tested this on my dev site and the background colour was changed. I assume the css file in this mod takes the place of vB's css.
Bob
Correct, I didn't attempt to utilize vB's css but you can tweak the /css/ajax-tooltip.css to your liking.
firstrebel
08-11-2006, 08:58 PM
Thanks. Very nice mod.
Bob
utw-Mephisto
08-11-2006, 08:59 PM
sweet, works on both, IE and FF
firstrebel
08-11-2006, 09:14 PM
Correct, I didn't attempt to utilize vB's css but you can tweak the /css/ajax-tooltip.css to your liking.
I had to edit ajax-tooltip-demo.css, how come?
Bob
ericgtr
08-11-2006, 09:18 PM
Because that's the one referenced in the header template. Sorry for pointing you to the wrong one. :)
firstrebel
08-11-2006, 09:37 PM
Problem with names at end of line (not wrapped to next line). See attachment.
Bob
ericgtr
08-11-2006, 09:42 PM
Yes, I stated that in the initial post. :)
apdcanari
08-11-2006, 10:09 PM
Doesn't work in vb 3.5.3 :surprised:
Stromba
08-11-2006, 11:06 PM
Great hack thank ericgtr
Barakat
08-12-2006, 02:03 AM
wont works with product-vbranking.xml hack, "Search Engine-Friendly URLs for vBulletin"
bchertov
08-12-2006, 04:05 AM
How about support in for the username of the poster in the postbit???
ericgtr
08-12-2006, 04:21 AM
I added that to the member_ajax template earlier. Just copy and paste it in again and it will show up.
Code Monkey
08-12-2006, 04:29 AM
Interesting. However, you should really try to integrate the vbulletin AJAX code so that compatabilities fall in line with vbulletin.
Atakan KOC
08-12-2006, 06:26 AM
Profile view Member List
open template "memberlist_resultsbit"
find
<a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a>
replace
<a href="member.php?$session[sessionurl]u=$userinfo[userid]" onmouseover="ajax_showTooltip('member_ajax.php?$session[sessionurl]u=$userinfo[userid]',this);return false" onmouseout="ajax_hideTooltip()">$userinfo[musername]</a>
firstrebel
08-12-2006, 07:16 AM
Yes, I stated that in the initial post. :)
If you mean thisIt also won't display a mouseover for a members name that is wrapped from one line to another.
I read that it applies if the user name is at the end of one line and continues into the next. This is correct, as the popup does not show.
When not logged in I get as is shown in this attachement when hovering 3rd name from the right. The forum logo is also being displayed in the popup; not a 'no permissions' message.
When logged in the 2nd and 3rd names from the right still have the popus cut off.
Bob
abosaleh
08-12-2006, 10:35 AM
thank a lot mr ericgtr
I have one Question
look at my attachment
The postion for Englesh language is left
how can I make the dispaly informatiom in the right side for arabic postion
abosaleh
08-12-2006, 11:01 AM
I repair it for arabic postion
for arabic user thay cat use attached files off CSS
firstrebel
08-12-2006, 09:11 PM
Because that's the one referenced in the header template. Sorry for pointing you to the wrong one. :)
Both css files have to be edited because if the background colour has been changed from default and only ajax-tooltip-demo.css is edited, when someone not logged in hovers the background setting in ajax-tooltip.css will be active instead.
This is a nice mod but the faults I have found need to be fixed, as they detract from a good forum.
Bob
ericgtr
08-12-2006, 09:18 PM
Both css files have to be edited because if the background colour has been changed from default and only ajax-tooltip-demo.css is edited, when someone not logged in hovers the background setting in ajax-tooltip.css will be active instead.
This is a nice mod but the faults I have found need to be fixed, as they detract from a good forum.
Bob
Thanks for the input. If you don't want to manually edit to suit your design needs, then this mod probably isn't for you.
firstrebel
08-13-2006, 07:45 AM
Thanks for the input. If you don't want to manually edit to suit your design needs, then this mod probably isn't for you.
Not at all. I mentioned this for the information of others as it was not documented anywhere. This is a nice mod but the attachments in my posts #16 and #26 make it unusable at the moment. I am hoping there is a some way to fix those issues.
Bob
ericgtr
08-13-2006, 01:37 PM
Okay, I've updated the first post with the current issues. I've also added the option to turn it off for guests, this will address the issue where it shows the no permissions message.
firstrebel
08-13-2006, 08:58 PM
I have reuploaded all files and done the new template edits but if not logged in I am still getting the popup as in post #26 for members listed in " Total members that have visited the forum today".
Bob
Derekclarke
08-13-2006, 09:18 PM
great hack, Installed.
would it be possible to integrat with Cyb - Advanced Forumhome Statistics too?
Thanks
Derek
ericgtr
08-13-2006, 09:53 PM
I have reuploaded all files and done the new template edits but if not logged in I am still getting the popup as in post #26 for members listed in " Total members that have visited the forum today".
Bob
I have played with this and can't seem to get a conditional wrapped around the plugin code for the visitors today mod. I will keep playing with it and let you know.
@Derekclarke, I haven't seen that mod yet but once this is installed the code will work anywhere because the includes are in the header. It's just a matter of setting up the URL to work with it.
ericgtr
08-14-2006, 02:17 PM
Update sent. Added option to turn off for guests with Paul's Visitors Today modification.
y2krazy
08-14-2006, 02:58 PM
Here is how to optionally add this to Paul's Members who have posted Today (https://vborg.vbsupport.ru/showthread.php?t=122422) modification (note this is only for the 3.6 version)
In the Plugin PHP Code find:
$posttoday .= "href=\"search.php?do=finduser&u=$today[userid]\" title=\"$wrdate\" >";
Replace with:
$posttoday .= "href=\"search.php?do=finduser&u=$today[userid]\"onmouseover=\"ajax_showTooltip('member_ajax.php?$session[sessionurl]u=$today[userid]',this);return false\" onmouseout=\"ajax_hideTooltip()\" title=\"$wrdate\" >";
OR to turn off for guests:
$posttoday .= "href=\"search.php?do=finduser&u=$today[userid]\" title=\"$wrdate\" >";
Replace with:
if (!is_member_of($vbulletin->userinfo, 1) AND !is_member_of($vbulletin->userinfo, 3)){
$posttoday .= "href=\"search.php?do=finduser&u=$today[userid]\"onmouseover=\"ajax_showTooltip('member_ajax.php?$session[sessionurl]u=$today[userid]',this);return false\" onmouseout=\"ajax_hideTooltip()\" title=\"$wrdate\" >";
} else {
$posttoday .= "href=\"search.php?do=finduser&u=$today[userid]\" title=\"$wrdate\" >";
}
:)
PatrickAdrichem
08-14-2006, 05:24 PM
Ok well it works on www.rebscum.com but i would like to face it the other way so instead of going right next to the name i want it left of the name plus i want to adjust the size of the box a bit
firstrebel
08-14-2006, 05:54 PM
Update sent. Added option to turn off for guests with Paul's Visitors Today modification.
Thanks for the work. I now have a different problem since the update. The popup no longer works on Currently Active Users. There must be anomoly on my site as it works OK on yours.
Bob
ericgtr
08-14-2006, 05:59 PM
Thanks for the work. I now have a different problem since the update. The popup no longer works on Currently Active Users. There must be anomoly on my site as it works OK on yours.
Bob
Hmm.. This only happens after applying the change to Paul's Visitors Today code?
PatrickAdrichem
08-14-2006, 06:02 PM
Ok i fixed it It was best for me to remove all the code of the pointer so that the pointer was gone. then change left: 18px; to right: 18px; and top from 0px to 15px;
under: #ajax_tooltipObj .ajax_tooltip_content{
in file: ajax-tooltip.css
the file for the arabic made it dodgy because the tooltip was over the names.
Now it would be nice though if it could auto resize based on the profile picture because some people have big pics at my forum well the exact same size as the box and then you get unusable scroll-bars.
for now i just made it bigger myself though.
bada_bing
08-14-2006, 06:06 PM
Anyone test this on vb 3.5.4?
ericgtr
08-14-2006, 06:10 PM
Anyone test this on vb 3.5.4?
Someone reported that it didn't work. I think there have been too many code revisions in 3.6 for this to be backwards compatible.
firstrebel
08-14-2006, 06:21 PM
Hmm.. This only happens after applying the change to Paul's Visitors Today code?
No, I reverted the plugin code and it was the same.
Bob
ericgtr
08-14-2006, 06:26 PM
No, I reverted the plugin code and it was the same.
Bob
Okay, for the forumhome_logged in user, what if you revert back to just this?
$stylevar[dirmark]<a href="member.php?$session[sessionurl]u=$loggedin[userid]"onmouseover="ajax_showTooltip('member_ajax.php?$session[sessionurl]u=$loggedin[userid]',this);return false" onmouseout="ajax_hideTooltip()"> $loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark]
firstrebel
08-14-2006, 06:57 PM
I decided to put this on the live forum and so I started from scratch...and...it all works OK now. I don't know why I had the problem on the dev site as it is an exact copy of the live site. Anyway, thanks for the help.
It would be nice to find a way to resolve the issue with the popup disappearing off to the right without reducing the width of the forum as that would break a few other things I have done.
Regards.
Bob
BETIServices
08-18-2006, 06:47 AM
I like to ge tthe hack working, can somebody point me in the right direction, I have everything working but I do not know how to do the following:
Create a new template:
Name: member_ajax
Contents:
<tr valign="top">
<strong>$userinfo[username]</strong>
<br />
<if condition="$show['avatar']">
<td><img src="$userinfo[avatarurl]" $userinfo[avatarsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></td>
<else />
<td> </td>
</if>
<td class="smallfont" valign="bottom" align="$stylevar[right]">
<if condition="$show['lastactivity']">
<div>$vbphrase[last_activity]: $userinfo[lastactivitydate] <span class="time">$userinfo[lastactivitytime]</span> </div>
</if>
<if condition="$show['currentlocation']">
<div>$userinfo[action] $userinfo[where]<if condition="$show['detailedtime']"> - <else /> @ </if> $userinfo[time] </div>
</if>
</td>
</tr>
y2krazy
08-18-2006, 12:52 PM
Styles & Templates > Style Manager > Find Your Style > Dropdown Box > Scroll to the Top > Add New Template
:)
BETIServices
08-18-2006, 03:02 PM
Styles & Templates > Style Manager > Find Your Style > Dropdown Box > Scroll to the Top > Add New Template
:)
Excelent and perfect instructions :D
Demo: http://www.betisforum.com
ericgtr
08-18-2006, 03:13 PM
Excelent and perfect instructions :D
Demo: http://www.betisforum.com
Cool, looks good. However it looks like you have the online turned off for guests, when I mouse over I get the access denied page. You can either turn it on or turn off the mouseover for registered users to get it to match up. Also, please don't forget to click install :)
BETIServices
08-18-2006, 03:16 PM
I think the option is under groups to enable to see the forums and should be working now, I click on installed already :D
ericgtr
08-18-2006, 04:46 PM
I think the option is under groups to enable to see the forums and should be working now, I click on installed already :D
Actually, you need to go into the Unregistered Users group and allow them to view who's online, then it will show for unregistered users. :)
BETIServices
08-18-2006, 04:55 PM
Thank you I updated now, I forgot I turn that option off.
Thank you again!
upsetter
08-22-2006, 05:23 AM
this plug in wont work for me, i have 3.6.0. and if you go over the user name with the mouse its all blank, and shows nothing in the profile box... what could be wrong, my forum is at http://boostconcept.com/forum/ :cross-eyed:
ericgtr
08-22-2006, 01:00 PM
this plug in wont work for me, i have 3.6.0. and if you go over the user name with the mouse its all blank, and shows nothing in the profile box... what could be wrong, my forum is at http://boostconcept.com/forum/ :cross-eyed:
Did you add the template?
kabadayi
08-22-2006, 01:09 PM
worked 3.6.0
Snake
08-25-2006, 12:35 PM
Awesome!
kabadayi
08-26-2006, 12:39 PM
Thanks Worked 3.6.0
www.e-forumturk.com
craiovaforum
08-26-2006, 04:13 PM
i'm not sure if this happened to others. but for me, when i hovered over my own username it said "unknown location", as shown in the attached image.
i added this at the top of member_ajax.php and it solved the problem:
define('LOCATION_BYPASS', 1);
also, i dont understand why you use another css than vbulletin. that screwed up some colors on my board :)
i edited ajax-tooltip.css, deleted the whole 'demo' part and left only these:
/* CSS needed for the script */
#ajax_tooltipObj{
z-index:1000000;
text-align:left;
}
#ajax_tooltipObj div{
position:relative;
}
/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */
#ajax_tooltipObj .ajax_tooltip_arrow{ /* Left div for the small arrow */
// background-image:url('../images/arrow.gif');
width:1px;
position:absolute;
left:0px;
top:0px;
background-repeat:no-repeat;
background-position:center left;
z-index:1000005;
height:60px;
}
#ajax_tooltipObj .ajax_tooltip_content{
border:1px solid #000000; /* Border width */
left:18px; /* Same as border thickness */
top:0px;
position:absolute;
width:150px; /* Width of tooltip content */
height:250px; /* Height of tooltip content */
background-color:#EBEBEB; /* Background color */
padding:5px; /* Space between border and content */
font-size:0.8em; /* Font size of content */
overflow:auto; /* Hide overflow content */
z-index:1000001;
}
and ajax-tooltip-demo.css is completely unneeded imho.
my guess is that you copied the demo parts of the css from the original ajax-tooltip plugin.
but you should remove them for the vbulletin plugin since vb has its own css ;)
MediaHound
08-28-2006, 01:54 AM
How do I get this to show up for mousing over those usernames listed in the "last post" column of the forum index page?
Puck 24/7
08-28-2006, 09:07 AM
Nice hack, however, it does some strange things (tested with IE). I've noticed a scrollbar in the user's name if the contents are too long, but you can't scroll - if you try to move your mouse on the scroll box it goes away. Another thing I noticed is while certain pages load, the screen color flashes a different color other than your default style, in this case mine is light blue. Also, if you click on certain links such as "Register", the lower-half of the screen is that light-blue color again.
MediaHound
08-28-2006, 11:28 AM
I get that light blue color as well.
Also have the scrollbar appear if the contents are too long.
Tested with SeaMonkey.
Gnappy
08-28-2006, 04:03 PM
very nice, thanks
edit: i have the same light blue on header and background load page, any fix?
Gnappy
08-28-2006, 06:34 PM
I readed the post of craiovaforum and with few little fixes here it's a little resume. I hope this post can be useful for someone:
Light blu background fix
in the header template don't add(or remove if you previous added it) the last line of code, in bold here:
<link rel="stylesheet" href="css/ajax-tooltip-demo.css" media="screen" type="text/css">
simply add this part of code(without that line):
<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">
Unknown location for my own username fix
add this line of code at the top of member_ajax.php to solve the problem:
define('LOCATION_BYPASS', 1);
Scrollbars window fix
Overwrite ALL the ajax-tooltip.css with this code:
/* CSS needed for the script */
#ajax_tooltipObj{
z-index:1000000;
text-align:left;
}
#ajax_tooltipObj div{
position:relative;
}
/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */
#ajax_tooltipObj .ajax_tooltip_arrow{ /* Left div for the small arrow */
background-image:url('../images/arrow.gif');
width:20px;
position:absolute;
left:0px;
top:0px;
background-repeat:no-repeat;
background-position:center left;
z-index:1000005;
height:60px;
}
#ajax_tooltipObj .ajax_tooltip_content{
border:2px solid #317082; /* Border width */
left:18px; /* Same as border thickness */
top:0px;
position:absolute;
width:170px; /* Width of tooltip content standard: 150*/
height:250px; /* Height of tooltip content */
background-color:#FFF; /* Background color */
padding:5px; /* Space between border and content */
font-size:0.8em; /* Font size of content */
overflow:auto; /* Hide overflow content */
z-index:1000001;
}
Credits to ericgtr and craiovaforum
EasyTarget
08-28-2006, 10:51 PM
I've done all of the above but when I mouse over I just see a 'loading content, please wait' then nothing happens.
www.troc.us/forum
ericgtr
08-28-2006, 10:59 PM
Tried all of the above meaning just the code in the original mod, right? That being the case make sure you have uploaded the .php file and created the template.
EasyTarget
08-28-2006, 11:06 PM
yeah, I did both.. the original and the stuff gnappy had in his post. With the original I got a white box with no content, with his I get the please wait message.
I've uploaded the folders to the forum directory and put the .php file in the forum directory, created the custom member_ajax template and edited the logged in and header templates.
*edit*
nm.. template was named ajax_member instead of member_ajax.
ericgtr
08-28-2006, 11:12 PM
Ahh.. okay, glad you got it worked out :) Don't forget the .css stuff:
<link rel="stylesheet" href="css/ajax-tooltip.css" media="screen" type="text/css">
<link rel="stylesheet" href="css/ajax-tooltip-demo.css" media="screen" type="text/css">
EasyTarget
08-28-2006, 11:18 PM
when I have both of those then I get just the white box? (avatar shows up if they have it though)
ericgtr
08-28-2006, 11:21 PM
You will have to edit the css files, if your text is white that's probably why.
EasyTarget
08-28-2006, 11:26 PM
but I'm just using the default files from the zip.. is it pulling some of the info from my forum and some from the zip files?
topsoftware
08-29-2006, 09:06 AM
thank for this hack but i have one problem
my forum language is persian and right to left and i can see good in this ajax
can any bosy help me show picture in the right side no left
thanks
www.apadanait.net
MediaHound
08-29-2006, 11:44 AM
I readed the post of craiovaforum and with few little fixes here it's a little resume. I hope this post can be useful for someone:
Light blu background fix
in the header template don't add(or remove if you previous added it) the last line of code, in bold here:
<link rel="stylesheet" href="css/ajax-tooltip-demo.css" media="screen" type="text/css">
simply add this part of code(without that line):
<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">
Unknown location for my own username fix
add this line of code at the top of member_ajax.php to solve the problem:
define('LOCATION_BYPASS', 1);
Scrollbars window fix
Overwrite ALL the ajax-tooltip.css with this code:
/* CSS needed for the script */
#ajax_tooltipObj{
z-index:1000000;
text-align:left;
}
#ajax_tooltipObj div{
position:relative;
}
/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */
#ajax_tooltipObj .ajax_tooltip_arrow{ /* Left div for the small arrow */
background-image:url('../images/arrow.gif');
width:20px;
position:absolute;
left:0px;
top:0px;
background-repeat:no-repeat;
background-position:center left;
z-index:1000005;
height:60px;
}
#ajax_tooltipObj .ajax_tooltip_content{
border:2px solid #317082; /* Border width */
left:18px; /* Same as border thickness */
top:0px;
position:absolute;
width:170px; /* Width of tooltip content standard: 150*/
height:250px; /* Height of tooltip content */
background-color:#FFF; /* Background color */
padding:5px; /* Space between border and content */
font-size:0.8em; /* Font size of content */
overflow:auto; /* Hide overflow content */
z-index:1000001;
}
Credits to ericgtr and craiovaforum
Worked like a charm, thank you!
How do I get this to show up for mousing over those usernames listed in the "last post" column of the forum index page?
Kihon Kata
08-29-2006, 02:23 PM
Installed! Perfect instructions also! How will this effect server load if you have many online like I do?
ericgtr
08-29-2006, 02:28 PM
I am not sure on a huge site but I think if you leave it off for guests, it will keep it down.
rberardo
08-29-2006, 02:37 PM
It works, but when the little window opens it is blank, and sometimes with scroll, why?
thx
Kihon Kata
08-29-2006, 02:48 PM
Eric, where do I stick that NOVIEWFORGUESTS conditional?
I am not sure on a huge site but I think if you leave it off for guests, it will keep it down.
ericgtr
08-29-2006, 02:49 PM
It works, but when the little window opens it is blank, and sometimes with scroll, why?
thx
Common problems with this, make sure the php file is uploaded and template is created and named correctly. Please read the instructions again to make sure.
ericgtr
08-29-2006, 02:50 PM
Eric, where do I stick that NOVIEWFORGUESTS conditional?
In the instructions there is an option, so it's one or the other. For example:
OR to turn off for guests
rberardo
08-29-2006, 04:04 PM
The image have the same size as the profile, can i show the image smaller?
thx
LordDB
08-29-2006, 09:24 PM
ericgtr, did as you said for install, and got it working, but only to somehow loose my background page colour, and could not regain it to what it was, which ever way I tried! Ended up reinstalling my skin again, and lost lots of my work as a result!
Very unhappy!
What could have caused this?
Br. :(
ericgtr
08-29-2006, 09:35 PM
ericgtr, did as you said for install, and got it working, but only to somehow loose my background page colour, and could not regain it to what it was, which ever way I tried! Ended up reinstalling my skin again, and lost lots of my work as a result!
Very unhappy!
What could have caused this?
Br. :(
Sorry this happened. Removing the code from the header and forumhome_loggedinuser (or reverting) templates will make render this mod useless. Also, this mod should have no effect at all on your site background. Remember, reverting only the templates modified should always be your first step. It sounds like maybe a template edit gone bad.
topsoftware
08-30-2006, 06:05 AM
thank for this hack but i have one problem
my forum language is persian and right to left and i can see good in this ajax
can any bosy help me show picture in the right side no left
thanks
www.apadanait.net
sabillondesigns
09-06-2006, 01:40 AM
I Luv this hack! thanks very much!
i would like the age and gender(custom option i have in my forum) to pop up in the little window....you think you could help me out? thanx
bada_bing
09-06-2006, 01:55 AM
Anyone know if this hack will work on VB 3.5.4 ??
Shazz
09-06-2006, 01:57 AM
This is so cool! Just like MSN BETA or Trillian :)
TheBlackPoet
09-12-2006, 03:26 PM
love it mayne!!!
lexx27
09-15-2006, 12:01 AM
great mod but doesnt work for me, I have the same problem with daPLAYBOY
ericgtr
09-15-2006, 12:06 AM
great mod but doesnt work for me, I have the same problem with daPLAYBOY
Please specifiy exactly what the error (problem) is and I will try to help. Also, please ensure that you have followed the instructions in the first post exactly. The file uploads and the template edits.
lexx27
09-18-2006, 06:42 PM
The backround image in forumhome brokes and the ajax profile shows only the avatar. I did everything you say. I have 3.6.1 installed
iran.gs
09-20-2006, 01:40 PM
installed but we got a problem i am seeing [code] next to the users and on the top header any idea where i did wrong ? aslo how i can make it the color changes my skin in my forum is lite grey so its not really look good
ericgtr
09-20-2006, 01:44 PM
Okay, you are running 3.6.x correct? Try applying the changes again, it sounds like it could be a missed line of code that wasn't fully pasted or something. In order to tweak the design or color you will have to edit the .css files.
iran.gs
09-20-2006, 01:59 PM
ok i fixed that part i dont understand why u add [code] to ur instractions in the note pad i removed them its all fixed now.. here is a little tip dont ever add [code] to u notes for download they show part of the codes
ericgtr
09-20-2006, 02:08 PM
ok i fixed that part i dont understand why u add [code] to ur instractions in the note pad i removed them its all fixed now.. here is a little tip dont ever add [code] to u notes for download they show part of the codes
Ahh.. I see now. Those are just there as markers, you want to copy everything in between the [code] lables but not the actual [code]
iran.gs
09-20-2006, 02:16 PM
fix the ccs to black wow it looks grt thankssssssss what i really like about this is shows exaclty what the members are doing.. thanks good hack..
ericgtr
09-20-2006, 02:18 PM
Your welcome :) I know what you mean, after running it for a little while I completely rely on it to see where members are, it's very convenient.
iran.gs
09-20-2006, 02:24 PM
by the way i am using 3.61 so u can tell eveyone it works on 3.61
Neal-UK
09-20-2006, 04:41 PM
Unknown Location
/forum/member_ajax.php?u=9658
Users are showing as unknown location when viewing forumhome when I view the Who is Online box
by the way i am using 3.61 so u can tell eveyone it works on 3.61
Yes it does
lexx27
09-20-2006, 09:40 PM
The backround image in forumhome brokes and the ajax profile shows only the avatar. I did everything you say. I have 3.6.1 installed
Fixed using this (https://vborg.vbsupport.ru/showpost.php?p=1062784&postcount=64)post
cyberlife
09-25-2006, 04:40 AM
ericgtr can you added identification browser (https://vborg.vbsupport.ru/showthread.php?t=103996&highlight=browser)?
GrendelKhan{TSU
09-25-2006, 01:39 PM
note: doesn't work if you have zoints installed. well works in a way... but the redirect script for zoints makes this funky for members with zoints.
had to uninstall. :( great stuff though. too bad..its sexy! :)
VaaKo
09-29-2006, 05:25 PM
How can I enlarge the displayed window?
Shazz
09-30-2006, 12:34 AM
I really love this, Its really cool, but I had to uninstall it since it turned my whole skin grey for some reason, I think its when you edit the header part. I don't know how to fix it.
Chadi
09-30-2006, 03:39 AM
I added this, then reverted but I still see this added white line space exactly below the navbar. odd enough, I'm 100% postive I reverted the template modifications. How do I correct the white space?
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" class="header_bg">
<tr>
<td align="$stylevar[left]" valign="top"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
<div align=center>
</div></td>
<td align="$stylevar[right]">
<img border="0" src="http://talkjesus.com/images/element/misc/header.gif">
<!-- banners -->
</td>
</tr>
<tr>
<td height="34" colspan="3">
<!-- nav buttons bar -->
<div align="center">
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
<tr align="center">
<td class="nav_menu_control" width="16"><a href="http://www.talkjesus.com/index.php">
<img src="http://www.talkjesus.com/images/home.gif" border="0"></a></td>
<if condition="$show['member']">
<td class="nav_menu_control" width="91"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
<if condition="$show['registerbutton']">
<td class="nav_menu_control" width="91"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
</if>
<td class="nav_menu_control" width="92"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
<td class="nav_menu_control" width="92"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
<td class="nav_menu_control" width="92"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
<!-- v3 Arcade -->
<td class="nav_menu_control" width="92"><a href="arcade.php$session[sessionurl_q]">Arcade</a></td>
<!-- /v3 Arcade -->
<if condition="$show['popups']">
<if condition="$show['searchbuttons']">
<if condition="$show['member']">
<td class="nav_menu_control" width="92"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="nav_menu_control" width="92"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
<td id="navbar_search" class="nav_menu_control" width="92"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td>
</if>
<td id="journalnavbar" class="nav_menu_control" width="92"><a href="#journalnavbar">$vbphrase[journals]</a> <script type="text/javascript"> vbmenu_register("journalnavbar"); </script></td>
<if condition="$show['member']">
<td id="usercptools" class="nav_menu_control" width="92"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
</if>
<else />
<if condition="$show['searchbuttons']">
<td class="nav_menu_control" width="92"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
<if condition="$show['member']">
<td class="nav_menu_control" width="92"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="nav_menu_control" width="92"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
</if>
<td class="nav_menu_control" width="92"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
<if condition="$show['member']">
<td class="nav_menu_control" width="92"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,me nubar=no,toolbar=no,scrollbars=yes,resizable=yes,w idth=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>
</if>
</if>
<if condition="$show['member']">
<td class="nav_menu_control" width="92"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td>
</if>
</tr>
</table>
</div>
<!-- / nav buttons bar -->
</td></tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
That's my header template (which holds the 'navbar' menu itself)
JonnyC
10-02-2006, 01:33 PM
Excellent Mod - Thanks
But I have a slight problem
The Mod works great in my forum, but I also have the vBadvanced CMPS installed with a whos visited module
When I load this page, i get a line error in the bottom corner of the screen when i move my mouse over the name of a member who has visited and this script doesnt work
Does anyone know how to fix this
Thanks
my site is http://www.boogie2nite.co.uk
and a test user account
Username : test
Password : test
It works perfectly here
http://www.boogie2nite.co.uk/forum/index.php
but doesnt here
http://www.boogie2nite.co.uk/index.php
LockeAG
10-02-2006, 07:35 PM
For me is not workin at all, And I don0't know why , I follow step by step , and nope, nothing happen.
I have a skin plus severeal other plugins , so I don't know whats going on , hope can give me a hand.
see'a
EDIT
Evrything works perfect!
incurable
10-05-2006, 01:32 PM
this is handy!thank u !
mhdhallak
10-06-2006, 02:08 AM
Hi
I followed the instructions thoroughly. When testing, hovering over a name generates this javascript error:
"Error: ajax_showTooltip is not defined
Source File: http://www.domainname.com/vb/index.php
Line: 1"
what is the most likely cause of this error?
Shazz
10-06-2006, 02:37 AM
Why would it change my skin background color to grey?? :(
ericgtr
10-06-2006, 03:15 AM
Have a look at this post and see if it fixes it for you https://vborg.vbsupport.ru/showp...7&postcount=59
Shazz
10-06-2006, 12:35 PM
Have a look at this post and see if it fixes it for you https://vborg.vbsupport.ru/showp...7&postcount=59
URL dosen't work
ericgtr
10-06-2006, 04:22 PM
Okay, how about this one https://vborg.vbsupport.ru/showpost.php?p=1062784&postcount=64
Shouzen
10-08-2006, 05:26 PM
hiw do you create a new template?
Shazz
10-08-2006, 07:21 PM
hiw do you create a new template?
Style Manager>Click on All style options tab> Add new template
Shazz
10-08-2006, 07:33 PM
Okay, how about this one https://vborg.vbsupport.ru/showpost.php?p=1062784&postcount=64
Didn't work :(
*Still having background blue..
hotwheels
10-09-2006, 01:30 AM
great job......
Reeve of shinra
10-09-2006, 01:37 AM
neat mod :)
eNforce
10-09-2006, 02:35 AM
I really love this, Its really cool, but I had to uninstall it since it turned my whole skin grey for some reason, I think its when you edit the header part. I don't know how to fix it.
I had the same problem. I removed this part of the header code
<link rel="stylesheet" href="css/ajax-tooltip-demo.css" media="screen" type="text/css"> :)
I have it installed and running fine
demo:
http://www.areyouserios.com
Shazz
10-09-2006, 02:40 AM
I had the same problem. I removed this part of the header code
<link rel="stylesheet" href="css/ajax-tooltip-demo.css" media="screen" type="text/css"> :)
I have it installed and running fine
demo:
http://www.areyouserios.com
This will be the 3rd time im going to intsall it :tired:
Lets see if it works...
Shazz
10-09-2006, 03:18 AM
Dosen't work, It screwed up by whole bottom of the forums...
Maybe because Im using 3.6.2? And it wouldn't effect 3.6.0?
eNforce
10-09-2006, 03:20 AM
Dosen't work, It screwed up by whole bottom of the forums...
Maybe because Im using 3.6.2? And it wouldn't effect 3.6.0?
I'm running 3.6.2 as well
I'm using the code from this post too, don't know if it helps though as I didn't test with & without this code.
https://vborg.vbsupport.ru/showpost.php?p=1061047&postcount=59
Shazz
10-09-2006, 03:28 AM
Maybe its the ajax-tooltip.css ....
Invalid ID
10-20-2006, 03:35 AM
Installed. Wonderful :)
I noticed it doesn't have its own set of colors. Instead it relies on the color of the Style being used. For example in style "Smart Blue" the text is just not readable at all due to light color.
One more thing is that one can't really use Scroll up or down, because when we try to get into the Ajax Profile window, it disappears.
Any remedy to these?
Thanks
nymyth
10-27-2006, 07:31 PM
Eric,
Is there anyway that after we roll over a name, that we would be able to click a link inside the TOOLTIP??
Peace
ericgtr
10-28-2006, 02:39 PM
By design the popup window has a mouseout state that makes it dissapear. I agree that it would be nice to be able to scroll or enter the box to click a link but on the other side of that it would make it very difficult to move from member to member. Sort of a catch 22.
ABeautifulBrown
10-28-2006, 03:02 PM
Yea, I'm having the same small problem with the scroll bar in the box but I love the mod!
Invalid ID
10-30-2006, 05:33 AM
Now the updated version is giving an extra line in the Currently Active Users box.
How to delete that extra line?
ericgtr
10-30-2006, 01:11 PM
Now the updated version is giving an extra line in the Currently Active Users box.
How to delete that extra line?
I am not seeing it in the membr_ajax template (created by the product installer) can you please show me an example?
PimvanJ
10-30-2006, 05:35 PM
Can someone rewrite this for 3.5?
ericgtr
10-30-2006, 05:43 PM
Can someone rewrite this for 3.5?
Have you tried it yet? I haven't tested but it might work.
PimvanJ
10-30-2006, 06:24 PM
I´m getting a error when I´m loading the productfile and a MySQL error. (Unknown column 'language.phrasegroup_cprofilefield' in 'field list') and also no ajax pop-up, its useless so far for 3.5
ericgtr
10-30-2006, 06:28 PM
Okay, I would remove any changes. This is not compatible, sorry about that.
ShadowOne
10-31-2006, 02:20 PM
Okay, I would remove any changes. This is not compatible, sorry about that.
Could You Make It Compatible? i Really Like This Hack... I have 3.5.4 And I Get A My Sql Error... Plz Help
ericgtr
11-01-2006, 02:30 PM
Update: Added a delay so it has to be moused over for a small amount of time before it will show. Removed caching and put a timer on it so there will no longer be a need to refresh the forumhome page to get the latest on where a user is, it will do it automatically.
As for a 3.5 version, I no longer run that board so I am unable to set this up for it.
imported_predatorkill
11-01-2006, 07:34 PM
is it possible to add a custom field to be viewed for every user?
I run an xbox site and it would be really good to display the member's gamertag into the pop up!!!
Great hack,thank you very much!
abramelin
11-01-2006, 09:20 PM
does this mod give extra load ?
ericgtr
11-01-2006, 09:33 PM
does this mod give extra load ?
It's best to test and see. My site isn't very big so I can't say for sure but I also have it turned off for guests. There are quite a few people using it though, if anyone else here is using it on a larger site and wants to chime in that would be great.
ericgtr
11-01-2006, 09:53 PM
is it possible to add a custom field to be viewed for every user?
I run an xbox site and it would be really good to display the member's gamertag into the pop up!!!
Great hack,thank you very much!
It would depend on the field you have setup. Most likely the coding would have to be added to at least the member_ajax template and if it calls any php will also have to be added to the member_ajax.php file.
imported_predatorkill
11-02-2006, 03:38 PM
It would depend on the field you have setup. Most likely the coding would have to be added to at least the member_ajax template and if it calls any php will also have to be added to the member_ajax.php file.
The code i have in my postbit_legacy is the following:
<!-- post gamercard -->
<if condition="$post[field5]">
<iframe src="http://gamercard.xbox.com/$post[field5].card" scrolling="no" frameBorder="0" height="140" width="204">$post[field5]</iframe>
</if>
<!-- /post gamercard -->
How i can implement this into the member_ajax template and into member_ajax.php? I dont know so many stuff about coding,sorry:confused:
sduckie2k5
11-04-2006, 07:14 PM
Seems to be working fine, I just have one problem, under the active users it shows the users name twice as well as online users on the cmps page? Any ideas what I did? Thanks
ericgtr
11-05-2006, 12:16 PM
imported_predatorkill, this isn't designed for an outside link like that, not quite sure if that would work at all with this to be honest.
sduckie2k5, It sounds like you've may have pasted the code twice in the forumhome_loggedinuser template, have a look at that and give it another shot.
oberheimhaven
11-05-2006, 09:52 PM
Awesome hack thanks clicks Install
MarkAnthony
tigrrra
11-05-2006, 11:41 PM
oookkk where do i find
forumhome_loggedinuser im kind of new at this
sduckie2k5
11-06-2006, 12:54 AM
imported_predatorkill, this isn't designed for an outside link like that, not quite sure if that would work at all with this to be honest.
sduckie2k5, It sounds like you've may have pasted the code twice in the forumhome_loggedinuser template, have a look at that and give it another shot.
Works great, thanks so much!
ZeeLex
11-06-2006, 01:26 AM
Hi ericgtr Thanks for this great hack
I have a question. I have installed Show Spiders on ForumHome (https://vborg.vbsupport.ru/showthread.php?t=119134&highlight=spider) and when I mouseover to the spiders in the box the forum home page is showing.
How to fix it? or can I disable the view to spiders?
Thanks
ericgtr
11-06-2006, 02:37 PM
@ tigrrra, in your Admin CP go to Styles & Templates > Search in Templates and type in forumhome_loggedinuser.
@ ZeeLex, I don't run that mod but it sounds like it has a URL addition, most likely to the forumhome_loggedinuser template. Have a look at the URL that is modified with this mod and see if you can incorporate it into the one that is there for the spiders. Everything esle is there, just the URL needs to be modified.
imported_predatorkill
11-06-2006, 06:24 PM
ok m8,np it's a great hack anyway!!!:D
ericgtr
11-06-2006, 07:24 PM
Hi ericgtr Thanks for this great hack
I have a question. I have installed Show Spiders on ForumHome (https://vborg.vbsupport.ru/showthread.php?t=119134&highlight=spider) and when I mouseover to the spiders in the box the forum home page is showing.
How to fix it? or can I disable the view to spiders?
Thanks
This is untested because I am not running that mod but give it a shot, remember to backup what's there first to be safe. In forumhome_loggedinusers, replace the entire contents (only for those using Amy's spiders on forumhome hack) with this:
<if condition="$loggedin[userid]"><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]<else />$loggedin[musername]</if>
ericgtr
11-08-2006, 04:29 PM
Eric,
Is there anyway that after we roll over a name, that we would be able to click a link inside the TOOLTIP??
Peace
I've added this option, see the first post for instructions.
Zowners
11-13-2006, 02:36 AM
Profile view Member List
open template "memberlist_resultsbit"
find
<a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a>
replace
<a href="member.php?$session[sessionurl]u=$userinfo[userid]" onmouseover="ajax_showTooltip('member_ajax.php?$session[sessionurl]u=$userinfo[userid]',this);return false" onmouseout="ajax_hideTooltip()">$userinfo[musername]</a>
Does this work for anyone? Ive tried it but doesnt work on memberlist. This hack works fine on 3.6.1 when it comes to the forum home page but doesnt do anything for the whosonline page.
Anyone know how to get this working in the memberlist? and or Threads,Posts and last post etc.
darkblade25
11-14-2006, 07:51 AM
Has anyone gotten to mod to work with vRewrite?
ubblite
11-17-2006, 05:56 AM
The text file included called "visitors today" is incorrect. It works with Paul's hack called "Members who have posted Today (or in the last 24 hours)", not "Members who have visited Today (or in the last 24 hours)".
Do you have an add-on for "Members who have visited Today"?
ericgtr
11-17-2006, 01:09 PM
The text file included called "visitors today" is incorrect. It works with Paul's hack called "Members who have posted Today (or in the last 24 hours)", not "Members who have visited Today (or in the last 24 hours)".
Do you have an add-on for "Members who have visited Today"?
Are you sure you've added the code to the right plugin? The instructions say to find the plugin:
Members who have visited (2)
Which is Members who have visited Today. I don't even have the members who have posted today installed. Keep in mind, this will probably work for either one as long as the URL is adjusted accordingly.
mauro1947
11-17-2006, 06:56 PM
Hi!
Anybody has probed in vBulletin 3.6.3???
Works???
Thanks!!!
ubblite
11-17-2006, 07:04 PM
Are you sure you've added the code to the right plugin? The instructions say to find the plugin:
Members who have visited (2)
Which is Members who have visited Today. I don't even have the members who have posted today installed. Keep in mind, this will probably work for either one as long as the URL is adjusted accordingly.
Yup, I have the right plugin. There is a "Members who have visited (2)", but the code to replace isn't there because it's for Paul's other plugin called: "Members who have posted Today (or in the last 24 hours)". It looks like something is worded incorrectly.
ericgtr
11-18-2006, 02:03 PM
Yup, I have the right plugin. There is a "Members who have visited (2)", but the code to replace isn't there because it's for Paul's other plugin called: "Members who have posted Today (or in the last 24 hours)". It looks like something is worded incorrectly.
Well, this will work with either, its just a matter of editing the URL to match the existing one.
ubblite
11-18-2006, 10:12 PM
Well, this will work with either, its just a matter of editing the URL to match the existing one.
I don't understand... the code to find and replace is this:
$posttoday .= "href=\"search.php?do=finduser&u=$today[userid]\" title=\"$wrdate\" >";
which is nowhere to be found in "Members who have visited (2)"... you can clearly see it is for a different hack.
yingzhou
12-09-2006, 07:09 PM
why its still v1.0 on my Product manager? I have installed the v2.0 on 3.6.4 vb forum!
OmniBuzz
12-09-2006, 10:26 PM
I don't understand... the code to find and replace is this:
$posttoday .= "href=\"search.php?do=finduser&u=$today[userid]\" title=\"$wrdate\" >";
which is nowhere to be found in "Members who have visited (2)"... you can clearly see it is for a different hack.
same problem here
eNtitY~
12-14-2006, 07:43 PM
Does this work on vBadadvanced?
yingzhou
12-14-2006, 07:47 PM
Does this work on vBadadvanced?
It Worked
eNtitY~
12-14-2006, 10:23 PM
Sexy, Ill install it then if it works on the homepage.
eNtitY~
12-15-2006, 12:16 AM
I can't get this to work and I'm pretty sure I'm going everything right. The readme gets hard to understand at time because how its written and layed out.
So for a fresh install should I be changing the member_ajax.php file at all for that edit at the top of the readme?
does it work on 3.6.4?
yingzhou
12-15-2006, 01:37 AM
I dont think you must change in the member_ajax.php.:D No need to do that. Just edit in the template. The Header template. Must Upload all the folder to your Host. Be sure if it all is 755 CHMOD.
ericgtr
12-15-2006, 01:14 PM
There is no need to edit any of the files, just the template. There is also no need to chmod any of these files, what is the error specifically?
eNtitY~
12-15-2006, 01:39 PM
I don't get a specific error, it just doensn't work when I drag the mouse over someones username. Does the browsers effect if it would work or not? I tried it on both IE and Firefox so I doubt that could be why.
Did I need to upload the js, rss, and other folder that came with it?
I uploaded those folders to the correct directory.
Uploaded the product
edited the templates.
and it doesn't work, I'm running 3.6.0 currently but I plan on upgrading to 3.6.4 today
ericgtr
12-15-2006, 01:45 PM
I don't get a specific error, it just doensn't work when I drag the mouse over someones username. Does the browsers effect if it would work or not? I tried it on both IE and Firefox so I doubt that could be why.
Did I need to upload the js, rss, and other folder that came with it?
I uploaded those folders to the correct directory.
Uploaded the product
edited the templates.
and it doesn't work, I'm running 3.6.0 currently but I plan on upgrading to 3.6.4 today
Yes, this is from the instructions:
Upload all the following folders/file to your forumroot directory accordingly
/forumroot/css
/forumroot/images/arrow.gif
/forumroot/js
OmniBuzz
12-16-2006, 10:29 PM
Please Eric, could you answer ubblite and myself (page before this one) ?
yoyoyoyo
12-16-2006, 11:18 PM
It works fine for me - thanks for sharing
linhchanh
12-17-2006, 08:34 PM
Dont visitors today
Its member post today :(
Attitude5ire
12-18-2006, 01:12 AM
Any fix for this mod to work with Zoints installed or its not possible..???
ericgtr
12-18-2006, 04:05 PM
Please Eric, could you answer ubblite and myself (page before this one) ?
Sorry but I've pulled it from this modification, it's been re-written and the stock version doesn't work with 3.6.0 on my board anymore so I can't test it out. Could very well be because of a mod I have in there too.
transitbus
12-18-2006, 05:00 PM
After installing then uninstalling this at it's initail release, I have tried this again nad it works great. Thanks for clenaing it up and making it work so well :D
Not sure if this is possible so I am only requesting it. When clicking on a user who is near the right side of the site, it will cause the site to expand instead of the pop up to show to the left. Is there any way at all to have it respect the confines of the site and not expand it out but instead shift orientation?
ericgtr
12-18-2006, 05:09 PM
After installing then uninstalling this at it's initail release, I have tried this again nad it works great. Thanks for clenaing it up and making it work so well :D
Not sure if this is possible so I am only requesting it. When clicking on a user who is near the right side of the site, it will cause the site to expand instead of the pop up to show to the left. Is there any way at all to have it respect the confines of the site and not expand it out but instead shift orientation?
As much as I've tried, I have been unable to work that out.
sduckie2k5
12-18-2006, 07:45 PM
I'm able to see the whole feature work including avatar on the forum pages but on the index(cmps) I only see the info and not the avatar. Can you please tell me how to correct this? Thankyou ~D
OmniBuzz
12-19-2006, 05:07 AM
Sorry but I've pulled it from this modification, it's been re-written and the stock version doesn't work with 3.6.0 on my board anymore so I can't test it out. Could very well be because of a mod I have in there too.
Anyway thanks for your answer :classic:
blind-eddie
12-19-2006, 02:01 PM
The problem I'm seeing is that every person who installed this hack including me thought this worked as it does here (http://www.dhtmlgoodies.com/index.html?whichScript=ajax-tooltip) , I as well as other members who have installed this wanted this to work everywhere...homepage, whosonline, member list or when you are looking at forums and mouse over member name at last post...ect.. I for one only get this to work at the bottom of my forum at the Currently Active Users box. And I cant edit user group permissions on this, because it isn't there to edit. I have followed your install instructions to the best of my knowledge. If you can summarize this in one post, so all members who have installed this hack could get this hack working properly, we would all appreciate it.
Thank You on behalf of all members who installed, blind-eddie
StOOOsH
12-28-2006, 09:21 PM
how come there is a space between the comma and name
for example
<name> , <name>
is there anyway to get it back to
<name>, <name>
ericgtr
12-31-2006, 02:42 PM
how come there is a space between the comma and name
for example
is there anyway to get it back to
Ugh.. This is an aggravating little bug. It seems the replacement code in the forumhome_logged in users is creating the space before the comma. I have been working with it and can't seem to get it out, I will keep on it and update if I get it fixed. Meanwhile, I will report it in the initial post.
smoknz28
01-01-2007, 01:47 AM
Nice hack....thanks for sharing this with us. :up:
trickfly
01-06-2007, 05:05 PM
I'm having difficutly installing the script.
Do I follow freish install instructions or upgrade instructions on the readme.txt
please can you help
trickfly
01-06-2007, 05:17 PM
Why does the box disappear when you move your mouse ?
Please PM thanks,
Love the script
ericgtr
01-07-2007, 01:21 PM
Why does the box disappear when you move your mouse ?
Please PM thanks,
Love the script
The box should only dissapear when you click outside of it or mouseover another name.
adhari_com
01-07-2007, 03:16 PM
perfect and nice one, how do I make the tooltip on the left side of the mouse?
criscokid
01-13-2007, 06:24 PM
The problem I'm seeing is that every person who installed this hack including me thought this worked as it does here (http://www.dhtmlgoodies.com/index.html?whichScript=ajax-tooltip) , I as well as other members who have installed this wanted this to work everywhere...homepage, whosonline, member list or when you are looking at forums and mouse over member name at last post...ect
The mod description says this is for username mouseovers on the forumhome page. I for one would love to see this mod working for every instance of hovering over a person's username on every page. How much work would be involved to get that to work?
ericgtr
01-13-2007, 11:44 PM
The mod description says this is for username mouseovers on the forumhome page. I for one would love to see this mod working for every instance of hovering over a person's username on every page. How much work would be involved to get that to work?
Considering the javascript is in the header this will work anywhere that you can wrap the code below around/integrate into the URL. It can be tricky but it's doable in most cases.
<a href="#" onmouseover="ajax_showTooltip('member_ajax.php',this);return false" onmouseout="ajax_hideTooltip()">
criscokid
01-14-2007, 08:37 AM
Considering the javascript is in the header this will work anywhere that you can wrap the code below around/integrate into the URL. It can be tricky but it's doable in most cases.
Just very time consuming... any idea how many instances of code replacement and templates would need to be edited?
Limerick
01-14-2007, 08:50 AM
Hello all,
Is it possible to let this hack works only for Admin ?
Thanks,
criscokid
01-14-2007, 07:00 PM
The text file included called "visitors today" is incorrect. It works with Paul's hack called "Members who have posted Today (or in the last 24 hours)", not "Members who have visited Today (or in the last 24 hours)".
The template for this mod uses a different variable: $today[userid] instead of $loggedin[userid]
I have installed Show Spiders on ForumHome (https://vborg.vbsupport.ru/showthread.php?t=119134&highlight=spider) and when I mouseover to the spiders in the box the forum home page is showing.
If you see the forum home page in the ajax box it generally means that you're not using the correct variable in the template.
criscokid
01-14-2007, 07:33 PM
I'd like to change what information appears in the ajax box - is that straightforward? Is it just a matter of a template edit
ericgtr
01-15-2007, 12:48 AM
I'd like to change what information appears in the ajax box - is that straightforward? Is it just a matter of a template edit
What is the URL you want to use it with?
ericgtr
01-15-2007, 01:53 AM
Hello all,
Is it possible to let this hack works only for Admin ?
Thanks,
Sure, just replace your forumhome_loggedinuser template with this (you may use a comma and add other groups too if you want)
<if condition="in_array($bbuserinfo['usergroupid'], array(6))">
$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]
<else />
$stylevar[dirmark]<a href="member.php?$session[sessionurl]u=$loggedin[userid]" rel="nofollow">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark]
</if>
Is there a way to set a time limit? For example, you scrollover the name and keep it there for exactly one second, that will popup, or maybe one and a half seconds. That way, there is an obvious intention of doing the act instead of just the annoying popup everytime you move your mouse over a name...
ericgtr
01-15-2007, 12:52 PM
Is there a way to set a time limit? For example, you scrollover the name and keep it there for exactly one second, that will popup, or maybe one and a half seconds. That way, there is an obvious intention of doing the act instead of just the annoying popup everytime you move your mouse over a name...
Sure, in the js/ajax-tooltip.js file locate this and change 30 to 90, you can play with that number a little bit if you want.
setTimeout('ajax_showTooltip(\'' + externalFile + '\',refToTagTriggerTooltip,false)',30);
Also keep in mind that you will have to do a hard refresh (ctrl+refresh) or clear your cache before you will see the change.
trickfly
01-15-2007, 01:58 PM
The box should only dissapear when you click outside of it or mouseover another name.
is it working fine on my site ?
www.TrickFly.com
the box seems to disappear as soon as you move your mouse ove the box, is this right ?
criscokid
01-15-2007, 02:03 PM
What is the URL you want to use it with?
Do you mean the URL of my site?
Limerick
01-15-2007, 07:41 PM
Sure, just replace your forumhome_loggedinuser template with this (you may use a comma and add other groups too if you want)
Thank you Eric :)
ericgtr
01-15-2007, 11:41 PM
Do you mean the URL of my site?
No, the URL that you want to have the ajax window to display when you click the link.
ericgtr
01-15-2007, 11:42 PM
is it working fine on my site ?
www.TrickFly.com
the box seems to disappear as soon as you move your mouse ove the box, is this right ?
It's been changed, when did you last install this? You can upgrade if it's been a while.
criscokid
01-16-2007, 09:11 AM
I'd like to change what information appears in the ajax box - is that straightforward? Is it just a matter of a template edit
No, the URL that you want to have the ajax window to display when you click the link.
At the moment the ajax block supplies information about what the user is currently doing on the forums. If the box contained more information about the user and pulled information from the profile fields people would be more likely to click through to a users profile page and find out more about that person.
When the person clicks on / into the ajax box they should be taken to that person's profile page (preferably opening in a new window).
ericgtr
01-16-2007, 12:44 PM
You can edit what you like inside the member_ajax template and even put a direct link to the users profile if you want, the purpose of this is so people don't have to click on the profile though. Also, I am happy to help out with suggestions but prefer you click install. :)
criscokid
01-16-2007, 01:08 PM
Thought I'd clicked 'installed'... just done it. Cheers mate. :) :)
"the purpose of this is so people don't have to click on the profile though" - I hear what you're saying... I'm looking at it from a different point of view. I'm seeing it as a teaser to actually get people to click through to a member's profile. Rows of usernames after usernames doesn't do anything to encourage people to click though and find out more about a particular user but this mod can change that.
Side comment: vB developers in general could do with thinking slightly differently... people are lazy and need encouraging to do things so instead of showing text such as 'no posts' or 'no threads' why not show 'no posts - be the first to post' and link that to 'post a new thread' page. People are more likely to post because they've been presented with a 'call to action'.
^SuiCyde^
01-18-2007, 11:12 PM
i made all installation steps, and tested this on my default skin......
sadly whenever i mouseover, i get a box that says.....content loading...please wait......
then a blank box.....i checked urls and i did everything according to the latest readme
i am running vbulletin 3.6.4 ......please advice?
linked a screen.... but i think it's pretty straight forward the problem i'm having......
http://www.therapmovement.com/forums/screen.bmp
ericgtr
01-19-2007, 02:50 AM
i made all installation steps, and tested this on my default skin......
sadly whenever i mouseover, i get a box that says.....content loading...please wait......
then a blank box.....i checked urls and i did everything according to the latest readme
i am running vbulletin 3.6.4 ......please advice?
linked a screen.... but i think it's pretty straight forward the problem i'm having......
http://www.therapmovement.com/forums/screen.bmp
Not sure why it wouldn't load the content, every now and then I get that but not for long and the page (popup) comes up. You've uploaded the member_ajax.php file to your forum root?
project-Buckfas
01-19-2007, 03:43 PM
I have the same issue in 3.6.4
The loading text goes away but, im left with a blank popup...
i made all installation steps, and tested this on my default skin......
sadly whenever i mouseover, i get a box that says.....content loading...please wait......
then a blank box.....i checked urls and i did everything according to the latest readme
i am running vbulletin 3.6.4 ......please advice?
linked a screen.... but i think it's pretty straight forward the problem i'm having......
http://www.therapmovement.com/forums/screen.bmp
ericgtr
01-19-2007, 04:10 PM
I cannot verify this past version 3.6.0 it could be that there were changes to the member.php in later versions that will make this not work.
project-Buckfas
01-19-2007, 04:16 PM
Any plans for an upgrade? I would really like this mod. It's a nice touch.
ericgtr
01-19-2007, 05:27 PM
I would if I were running an updated version but for now I only have 3.6.0, if/when I upgrade I will also update this modification.
taheri6
01-21-2007, 01:41 AM
Hi guys,
I got this installed with no problem - thanks for the great mod!!!
I do have a couple places I want to add this, such as on the index page for the forum listings where it shows the last poster, and in the thread list (/forumdisplay.php) on the last poster.
Can anyone offer this noob any instructions on how to do this?
Thanks!!
NameClan.com
01-23-2007, 02:30 AM
thanx it is nice
Terminatoronly
01-23-2007, 05:41 AM
nice i like it much installed ;)
princeedward
01-28-2007, 04:36 PM
intersting mod....y not give it a try....
adhari_com
02-01-2007, 05:10 PM
Thanx for the great Mod, but can't I use the built-in ajax of vBulletin?
Guest210212002
02-01-2007, 05:14 PM
Great mod!
Would it be possible to do something like this for the lastpost 'tooltip' on forumhome as well?
Bubble #5
02-05-2007, 11:19 PM
Would it be possible to do something like this for the lastpost 'tooltip' on forumhome as well?
Great idea :)
ubblite
02-07-2007, 07:06 AM
To have the ability to hover over the highlighted user boxes and click on what link they are viewing at the time would be a nice bonus to this hack.
ericgtr
02-07-2007, 01:09 PM
I thought I already had this in there but try this, in the header template
Find:
<link rel="stylesheet" href="css/ajax-tooltip.css" media="screen" type="text/css">
Add this under it:
<script type="text/javascript">
document.body.onclick = ajax_hideTooltip;
</script>
I've updated the instructions to reflect this as well.
Denovo
02-07-2007, 03:23 PM
Will this work with 3.6.4?
ericgtr
02-07-2007, 06:36 PM
I cannot verify that myself, anyone else tried this in 6.4 that can let us know?
voter
02-08-2007, 08:29 AM
I cannot verify that myself, anyone else tried this in 6.4 that can let us know?
Works perfect. When one need a demo he can check it on my site look in my signature.
rjmjr69
02-08-2007, 02:48 PM
Will this work on 3.6.4?
yingzhou
02-08-2007, 03:12 PM
Will this work on 3.6.4?
Look right before your post.
ubblite
02-09-2007, 06:45 AM
This isn't a huge deal but I'm wondering if it could be prevented/fixed.
On my CMPS Home page I get this error with the Firefox Error Console:
ajax_hideTooltip is not defined
I assume this is because it's reading from the header where you have code inserted with this mod.
rjmjr69
02-09-2007, 03:47 PM
Look right before your post.
LOL sorry I missed that one... Thanks for the info.
Sinnie
02-10-2007, 04:10 PM
This isn't a huge deal but I'm wondering if it could be prevented/fixed.
On my CMPS Home page I get this error with the Firefox Error Console:
ajax_hideTooltip is not defined
I assume this is because it's reading from the header where you have code inserted with this mod.
I have the same error...:(
ericgtr
02-10-2007, 04:50 PM
Can you get the error and report it?
Performance Pol
02-10-2007, 08:26 PM
Works for me after a bit of messing around
Nice Mod
Viewable on 3.6.4 Here (http://www.performancepolishing.net/Forum/index.php?styleid=10) :up:
Sinnie
02-11-2007, 06:17 AM
Can you get the error and report it?
This is what i get ( Its Dutch...)
ReQueM
02-12-2007, 08:50 PM
thank u
*installed*
ubblite
02-13-2007, 01:22 AM
And here is the error you get in Firefox when viewing the CMPS home page.
MioTraGusa
02-15-2007, 09:42 AM
And here is the error you get in Firefox when viewing the CMPS home page.
in header template, change
<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>
for this
<script type="text/javascript" src="$vboptions[bburl]/js/ajax-dynamic-content.js"></script>
<script type="text/javascript" src="$vboptions[bburl]/js/ajax.js"></script>
<script type="text/javascript" src="$vboptions[bburl]/js/ajax-tooltip.js"></script>
<link rel="stylesheet" href="$vboptions[bburl]/css/ajax-tooltip.css" media="screen" type="text/css">
<script type="text/javascript">
document.body.onclick = ajax_hideTooltip;
</script>
bye
ubblite
02-15-2007, 09:42 AM
Eric, is it possible to fix the errors we described in the above posts? If not, please let us know because I'll need to remove this hack from our site for now until the problem is fixed.
I just discovered this mod also has the same problem with Photopost Pro and have provided additional screenshots.
edit: I just noticed MiotraGusa posted a fix - I'll try it and get back to you. Thanks Miotra.
ubblite
02-16-2007, 10:41 AM
I'm able to see the whole feature work including avatar on the forum pages but on the index(cmps) I only see the info and not the avatar. Can you please tell me how to correct this? Thankyou ~D
Excellent Mod - Thanks
But I have a slight problem
The Mod works great in my forum, but I also have the vBadvanced CMPS installed with a whos visited module
When I load this page, i get a line error in the bottom corner of the screen when i move my mouse over the name of a member who has visited and this script doesnt work
Does anyone know how to fix this
Thanks
my site is http://www.boogie2nite.co.uk
and a test user account
Username : test
Password : test
It works perfectly here
http://www.boogie2nite.co.uk/forum/index.php
but doesnt here
http://www.boogie2nite.co.uk/index.php
Both of these posts have been unanswered and I also have the same problem. Anyone with a CMPS fix?
MioTraGusa
02-16-2007, 12:09 PM
FIX CMPS - Member ajax
Both of these posts have been unanswered and I also have the same problem. Anyone with a CMPS fix?
in header template, change :
<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>
for:
<script type="text/javascript" src="$vboptions[bburl]/js/ajax-dynamic-content.js"></script>
<script type="text/javascript" src="$vboptions[bburl]/js/ajax.js"></script>
<script type="text/javascript" src="$vboptions[bburl]/js/ajax-tooltip.js"></script>
<link rel="stylesheet" href="$vboptions[bburl]/css/ajax-tooltip.css" media="screen" type="text/css">
<script type="text/javascript">
document.body.onclick = ajax_hideTooltip;
</script>
Replace the entire forumhome_loggedinuser template with this:
<if condition="$loggedin[userid]"><if condition="in_array($bbuserinfo['usergroupid'], array(1, 3))">
$stylevar[dirmark]<a href="$vboptions[bburl]/member.php?$session[sessionurl]u=$loggedin[userid]" rel="nofollow">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark]
<else />
$stylevar[dirmark]<a href="$vboptions[bburl]/member.php?$session[sessionurl]u=$loggedin[userid]"onmouseover="ajax_showTooltip('http://www.yourdomain.org/forum/member_ajax.php?$session[sessionurl]u=$loggedin[userid]',this,true);return false" onmouseout="ajax_hideTooltip()"> $loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark]
</if>
<else />$loggedin[musername]</if>
!!!! -> change www.yourdomain.org/forum/ --> for your forum url
in template member_ajax search:
<if condition="$show['avatar']">
<td><img src="$userinfo[avatarurl]" $userinfo[avatarsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></td>
<else />
change for:
<if condition="$show['avatar']">
<td><img src="$vboptions[bburl]/$userinfo[avatarurl]" $userinfo[avatarsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></td>
<else />
work ok.
bye
MioTraGusa
02-16-2007, 05:17 PM
if your forums are located in one subdomain ex. forum.mydomain.com and don't show profile in forumhome, replace again the entire forumhome_loggedinuser template with this:
<if condition="$loggedin[userid]"><if condition="in_array($bbuserinfo['usergroupid'], array(1, 3))">
$stylevar[dirmark]<a href="$vboptions[bburl]/member.php?$session[sessionurl]u=$loggedin[userid]" rel="nofollow">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark]
<else />
$stylevar[dirmark]<if condition="THIS_SCRIPT == 'adv_index'"><a href="$vboptions[bburl]/member.php?$session[sessionurl]u=$loggedin[userid]"onmouseover="ajax_showTooltip('http://www.domain.org/forum/member_ajax.php?$session[sessionurl]u=$loggedin[userid]',this,true);return false" onmouseout="ajax_hideTooltip()"> $loggedin[musername]</a><else /><a href="$vboptions[bburl]/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></if>$loggedin[invisiblemark]$loggedin[buddymark]
</if>
<else />$loggedin[musername]</if>
replace www.domain.org/forum/ with your forum url
:rolleyes:
ericgtr
02-16-2007, 09:28 PM
Thanks for taking time to help out and post your fixes guys.
ubblite
02-17-2007, 07:17 AM
Thanks for your fixes, MioTraGusa.
I have just one minor error I'm seeing in CMPS. In Internet Explorer, if you or some of your users are in invisible mode, you'll get this script error: 'Error:Permission denied' on the CMPS home page. Any fix for this?
MioTraGusa
02-17-2007, 07:53 AM
Thanks for your fixes, MioTraGusa.
I have just one minor error I'm seeing in CMPS. In Internet Explorer, if you or some of your users are in invisible mode, you'll get this script error: 'Error:Permission denied' on the CMPS home page. Any fix for this?
ajax_showTooltip('http://www.yourdomain.org/forum/member_ajax.php?$session[sessionurl]u=$loggedin[userid]'
change www.yourdomain.org/forum --> for your forum url , --> real url, not subdomain (sub.dom.com/...)
test it...
sabillondesigns
02-21-2007, 10:40 PM
hey man, great hack i love it
sorry if you already answered this, i search and did not find it..
sometimes some users have big avatars like 130px wide, so the popup doesnt show everything is suppose to, it shows a scroll bar but u cant really scroll down
is there a way to make the pop up box bigger?
thanks in advance!
MioTraGusa
02-22-2007, 06:12 AM
sometimes some users have big avatars like 130px wide, so the popup doesnt show everything is suppose to, it shows a scroll bar but u cant really scroll down
is there a way to make the pop up box bigger?
In file ajax-tooltip.css your can change any values.
#ajax_tooltipObj .ajax_tooltip_content{
border:2px solid #317082; /* Border width */
left:18px; /* Same as border thickness */
top:0px;
position:absolute;
width:300px; /* Width of tooltip content */
height:200px; /* Height of tooltip content */
background-color:#FFF; /* Background color */
padding:5px; /* Space between border and content */
font-size:0.8em; /* Font size of content */
overflow:auto; /* Hide overflow content */
z-index:1000001;
}
change value of width & height to make po pup more bigger
bye
cash7c3
02-27-2007, 05:00 AM
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
dirty68
03-08-2007, 12:22 PM
Great mod 11/10 in my books works great with 365 to, thank you so much
tehPARADOX
03-18-2007, 10:22 PM
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?
MioTraGusa
03-20-2007, 05:16 PM
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?
See --> https://vborg.vbsupport.ru/showpost.php?p=1183821&postcount=234
AND --->https://vborg.vbsupport.ru/showpost.php?p=1184042&postcount=235
tehPARADOX
03-21-2007, 06:10 AM
Thanks a lot MioTraGusa, I was going at it the long way. :p
shaynehammy
03-28-2007, 07:19 AM
Is there a way this hack can include Name and Surname or any other profile fields?
Coldhands
05-11-2007, 01:45 PM
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.
<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>
hellbringer80
05-11-2007, 04:09 PM
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
<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>
to forumhome_loggedinuser
and put
<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>
at the very bottom of the header template, did I miss something?
(I also uploaded all the files to the root directory. and I'm using v3.6.5)
Chicago_VLNU_4s
05-13-2007, 05:41 PM
sounds cool. Let us know when you fix the space problem
criscokid
05-13-2007, 06:20 PM
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.
This is a bit of a problem and confuses some users as to why they're not seing the right info in the bubble.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.