slapjack2fast
07-14-2009, 02:06 AM
Ok well i recently posted this , but into the wrong section , apology's for that and hope this is correct section , if not please move.
I recently installed 'Inferno Mini Profile Hover' onto my forum and it comes with installation instructions for 'Whos online' which works fine , but ive recently seen a site that has this applied to everything , forums , users profiles everything , although , it seems to even pop up the users profile when you hover your mouse over non user things such as 'Show All Statistics' or 'Be Friend user' , ive noticed its not working from a template by default that comes with the product its working from anything with the URL site.com/vb/members/34553 which requests data from the product so it works for , Visitors in last X Hours , Birthdays , everything , ive been spending quite a long time trying to get this to work as it would be great for my site , anybody know how this was done so i could do it ?
I THINK it was done by members.php but im not going to take the chance because if i'm wrong i don't want to mess anything up on the site , any help would be very much appreciated.
For the whos online install is a simple template modification
Go to forumhome_loggedinuser , find "rel="nofollow"
Had to replace it with
rel="nofollow" onmouseover="ajax_member_popup_call = this;request_data = setTimeout('ajax_member_popup($loggedin[userid])', 500)" onmouseout="clearTimeout(request_data)"
Also heres a screenshot of what it is
I recently installed 'Inferno Mini Profile Hover' onto my forum and it comes with installation instructions for 'Whos online' which works fine , but ive recently seen a site that has this applied to everything , forums , users profiles everything , although , it seems to even pop up the users profile when you hover your mouse over non user things such as 'Show All Statistics' or 'Be Friend user' , ive noticed its not working from a template by default that comes with the product its working from anything with the URL site.com/vb/members/34553 which requests data from the product so it works for , Visitors in last X Hours , Birthdays , everything , ive been spending quite a long time trying to get this to work as it would be great for my site , anybody know how this was done so i could do it ?
I THINK it was done by members.php but im not going to take the chance because if i'm wrong i don't want to mess anything up on the site , any help would be very much appreciated.
For the whos online install is a simple template modification
Go to forumhome_loggedinuser , find "rel="nofollow"
Had to replace it with
rel="nofollow" onmouseover="ajax_member_popup_call = this;request_data = setTimeout('ajax_member_popup($loggedin[userid])', 500)" onmouseout="clearTimeout(request_data)"
Also heres a screenshot of what it is