PDA

View Full Version : [HOW TO] Remove the "Community Forum Statistics"



JakeS
Sun 25th Mar '07, 12:04am
BACK UP THE TEMPLATE FIRST


Ok, if you would like your forum statics to not show like so your What's Going On? box simply looks like this:





Do the following:

Login to your ACP > On the left menu click expand all > Go to Style Manager > Next to your main style click the drop down box and click edit templates > Click the << >> > Open template "FORUMHOME" Ready for editing.

Find


<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_stats')"><img id="collapseimg_forumhome_stats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0" /></a>
<phrase 1="$vboptions">$vbphrase[x_statistics]</phrase>
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_stats" style="$vbcollapse[collapseobj_forumhome_stats]">
<tr>
<td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></td>
<td class="alt1" width="100%">
<div class="smallfont">
<div>
$vbphrase[threads]: $totalthreads,
$vbphrase[posts]: $totalposts,
$vbphrase[members]: $numbermembers<if condition="$show['activemembers']">,
<span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers</span>
</if>
</div>
<div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
</div>
</td>
</tr>
</tbody>
Within The template - Remove it

The main forum statics should now be removed Have fun.

Tested & Found to be working on vBulletin Version 3.6.5 - 3.6.6 - 3.6.7 - 3.6.7 PL1

Quick update: Made Image Centred as looked to small on my widescreen to be on the left.

[B]Status: Tested & Working