Members Who Have Visited Today Pop Ups Working!
Quote:
Originally Posted by ericgtr
I had done that originally but then Paul rewrote the mod. I just added this again to his new code. Please confirm that this works for you and I will then add it to the instructions.
To add to Paul M's Members who have visited today mod https://vborg.vbsupport.ru/showthread.php?t=121883
In the Display_Visitors_User template, replace entire contents with this:
Code:
<a rel="nofollow" href="member.php?$session[sessionurl]u=$today[userid]"onmouseover="ajax_showTooltip('member_ajax.php?$session[sessionurl]u=$today[userid]',this,true);return false" onmouseout="ajax_hideTooltip()"> $today[opentag]$today[username]$today[closetag]</a>$today[markinv]
|
This code edit does not allow the popup in members who have visted today to stay open.
So do the edit to the template this way instead:
Code:
$stylevar[dirmark]<a href="member.php?$session[sessionurl]u=$today[userid]"onmouseover="ajax_showTooltip('member_ajax.php?$session[sessionurl]u=$today[userid]',this,true);return false"> $today[opentag]$today[username]$today[closetag]</a>$today[invisiblemark]$today[buddymark]