slapjack2fast
06-27-2009, 12:35 AM
Ok well i have no idea about this so any help would be greatly appreciated
Ive installed inferno technology Mini profile hover which displays a real time pop up of members in real time and their avatar and what their currently viewing , but its only installed to the Who's online template , but i wanted to install it to the Visitors in the last X Hours because i know other sites that have it installed to the Last X Hours aswell
Edit the template 'forumhome_loggedinuser'
Find:
================================================== ======
rel="nofollow"
================================================== ======
Change this to:
================================================== ======
rel="nofollow" onmouseover="ajax_member_popup_call = this;request_data = setTimeout('ajax_member_popup($loggedin[userid])', 500)" onmouseout="clearTimeout(request_data)"
================================================== ======
Save this template.
Only problem is that the template cyb_lastxhoursvisitors don't got a rel=nofollow" in there , could anybody tell me how to make this possible?
Thanx
Ill post the template below for cyb_lastxhoursvisitors
================================================== ======
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('vilxh_switch')"><img id="collapseimg_vilxh_switch" src="$stylevar/collapse_thead$vbcollapse[collapseimg_vilxh_switch].gif" alt="" border="0" /></a>
$vilxh_stats
</td>
</tr>
</tbody>
<tbody id="collapseobj_vilxh_switch" style="$vbcollapse[collapseobj_vilxh_switch]">
<tr>
<td class="alt2">
<img src="$stylevar[imgdir_misc]/whos_online.gif" border="0" alt="$vilxh_stats" />
<script language="JavaScript" type="text/javascript">
<!--
function Vilxh_getUsers()
{
document.getElementById("vilxh_users_more").style.display = "none";
document.getElementById("vilxh_users_loading").style.display = "inline";
vilxh_users = new vB_AJAX_Handler(true);
vilxh_users.onreadystatechange(Vilxh_updateUsers);
vilxh_users.send('misc.php?show=vilxh_users');
}
function Vilxh_updateUsers()
{
if (vilxh_users)
{
if (vilxh_users.handler.readyState == 4 && vilxh_users.handler.status == 200 && vilxh_users.handler.responseText)
{
vilxh_usersDiv = fetch_object('vilxh_users_area');
vilxh_usersDiv.innerHTML = vilxh_users.handler.responseText;
}
}
}
-->
</script>
</td>
<td class="alt1" width="100%">
<div id="vilxh_users_area" class="smallfont">
$vilxh_userlist_init
<if condition="(($vboptions[cyb_visitorslastx_cutoff]>0) AND ($vilxh_total_members > $vboptions[cyb_visitorslastx_cutoff]))">
<div id="vilxh_users_more" style="display:inline;float:$stylevar[right];">
<phrase 1="$vboptions[cyb_visitorslastx_cutoff]" 2="$vilxh_total_members" 3="$vboptions[cyb_visitorslastx_xhours]">$vbphrase[cybvilxh_showing_x]</phrase> | <a href="javascript:void(0);" onclick="Vilxh_getUsers();" style="text-decoration:none;">$vbphrase[cybvilxh_show_all]</a>
</div>
<div id="vilxh_users_loading" style="display:none;float:$stylevar[right];">
$vbphrase[cybvilxh_loading]
</div>
</if>
</div>
</td>
</tr>
<if condition="$vboptions['cyb_visitorslastx_showgroups'] AND $vilxh_legend">
<tr>
<td class="alt2" colspan="2" align="center">
<span class="smallfont">$vilxh_legend</span>
</td>
</tr>
</if>
</tbody>
I Wanted it like this
[IMG]http://i416.photobucket.com/albums/pp243/slapjack2fast/Untitled-1.jpg
Ive installed inferno technology Mini profile hover which displays a real time pop up of members in real time and their avatar and what their currently viewing , but its only installed to the Who's online template , but i wanted to install it to the Visitors in the last X Hours because i know other sites that have it installed to the Last X Hours aswell
Edit the template 'forumhome_loggedinuser'
Find:
================================================== ======
rel="nofollow"
================================================== ======
Change this to:
================================================== ======
rel="nofollow" onmouseover="ajax_member_popup_call = this;request_data = setTimeout('ajax_member_popup($loggedin[userid])', 500)" onmouseout="clearTimeout(request_data)"
================================================== ======
Save this template.
Only problem is that the template cyb_lastxhoursvisitors don't got a rel=nofollow" in there , could anybody tell me how to make this possible?
Thanx
Ill post the template below for cyb_lastxhoursvisitors
================================================== ======
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('vilxh_switch')"><img id="collapseimg_vilxh_switch" src="$stylevar/collapse_thead$vbcollapse[collapseimg_vilxh_switch].gif" alt="" border="0" /></a>
$vilxh_stats
</td>
</tr>
</tbody>
<tbody id="collapseobj_vilxh_switch" style="$vbcollapse[collapseobj_vilxh_switch]">
<tr>
<td class="alt2">
<img src="$stylevar[imgdir_misc]/whos_online.gif" border="0" alt="$vilxh_stats" />
<script language="JavaScript" type="text/javascript">
<!--
function Vilxh_getUsers()
{
document.getElementById("vilxh_users_more").style.display = "none";
document.getElementById("vilxh_users_loading").style.display = "inline";
vilxh_users = new vB_AJAX_Handler(true);
vilxh_users.onreadystatechange(Vilxh_updateUsers);
vilxh_users.send('misc.php?show=vilxh_users');
}
function Vilxh_updateUsers()
{
if (vilxh_users)
{
if (vilxh_users.handler.readyState == 4 && vilxh_users.handler.status == 200 && vilxh_users.handler.responseText)
{
vilxh_usersDiv = fetch_object('vilxh_users_area');
vilxh_usersDiv.innerHTML = vilxh_users.handler.responseText;
}
}
}
-->
</script>
</td>
<td class="alt1" width="100%">
<div id="vilxh_users_area" class="smallfont">
$vilxh_userlist_init
<if condition="(($vboptions[cyb_visitorslastx_cutoff]>0) AND ($vilxh_total_members > $vboptions[cyb_visitorslastx_cutoff]))">
<div id="vilxh_users_more" style="display:inline;float:$stylevar[right];">
<phrase 1="$vboptions[cyb_visitorslastx_cutoff]" 2="$vilxh_total_members" 3="$vboptions[cyb_visitorslastx_xhours]">$vbphrase[cybvilxh_showing_x]</phrase> | <a href="javascript:void(0);" onclick="Vilxh_getUsers();" style="text-decoration:none;">$vbphrase[cybvilxh_show_all]</a>
</div>
<div id="vilxh_users_loading" style="display:none;float:$stylevar[right];">
$vbphrase[cybvilxh_loading]
</div>
</if>
</div>
</td>
</tr>
<if condition="$vboptions['cyb_visitorslastx_showgroups'] AND $vilxh_legend">
<tr>
<td class="alt2" colspan="2" align="center">
<span class="smallfont">$vilxh_legend</span>
</td>
</tr>
</if>
</tbody>
I Wanted it like this
[IMG]http://i416.photobucket.com/albums/pp243/slapjack2fast/Untitled-1.jpg