Come faccio a mettere le statistiche come sotto cioe' togliendo la possibilita' agli user di poter cliccare sulla tendina per aprirli evidenziata in rosso?
Thanks.
Visualizzazione Stampabile
Come faccio a mettere le statistiche come sotto cioe' togliendo la possibilita' agli user di poter cliccare sulla tendina per aprirli evidenziata in rosso?
Thanks.
Ho provato a togliere solo il .gif dal template e non si puo' aprire , ma per vederlo solo gli admin c'e' soluzione?
Thanks
???
Pazienza non c'e' soluzione!!!
Ho trovato la soluzione su questo:
ho tagliato:Codice:<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").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>
e il gioco e' fatto:DCodice:</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>
:up: