The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
CYB Template help?
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[imgdir_button]/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").sty le.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 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|