View Full Version : Remove Currently Active Users and Statistics?
lingstar
05-18-2010, 11:42 AM
Hello,
Does anyone know how to remove the
Currently Active Users
and
Statistics
boxes? In what template are they located?
Thank you,
Barbara
borbole
05-18-2010, 01:51 PM
Hello,
Does anyone know how to remove the
Currently Active Users
and
Statistics
boxes? In what template are they located?
Thank you,
Barbara
At the forumhome template, find and remove the following codes. Or comment them out.
<div id="wgo_stats" class="wgo_subblock">
<h3><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}" />{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}</h3>
<div>
<dl>
<dt>{vb:rawphrase threads}</dt>
<dd>{vb:raw totalthreads}</dd>
<dt>{vb:rawphrase posts}</dt>
<dd>{vb:raw totalposts}</dd>
<dt>{vb:rawphrase members}</dt>
<dd>{vb:raw numbermembers}</dd>
<vb:if condition="$show['activemembers']">
<dt>{vb:rawphrase active_members}</dt>
<dd>{vb:raw activemembers}</dd>
</vb:if>
</dl>
<p>{vb:rawphrase welcome_to_our_newest_member_x, {vb:link member, {vb:raw newuserinfo}}, {vb:raw newuserinfo.username}}</p>
{vb:raw template_hook.forumhome_wgo_stats}
</div>
</div>
This will remove the whole stats area which contains the parts that you wanted removed. Hope it helps.
lingstar
05-19-2010, 08:06 AM
Thanks so much, that worked! Much appreciated.
Barb
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.