View Full Version : how to remove site statistics display?
radiofranky
06-28-2011, 05:18 PM
Hi,
I would like to remove site statistics display from the forum. Could someone show me where/how? Thanks
i just purchased vbulltin this morning
Lynne
06-28-2011, 06:17 PM
Which statistics specifically?
radiofranky
06-28-2011, 07:24 PM
it's under the forum, titled "what's going on?" and it has mysite statistics
which included threads, posts, and members.
one more question, how do I create or modify the current navbar?
I just purchased vb this morning and know very little about it. But I want to launch it by the weekend.
thanks
Lynne
06-28-2011, 07:47 PM
To remove the sections that includes the threads, welcome new member, blog stats, then in the FORUMHOME template remove this:
<div id="wgo_stats" class="wgo_subblock section">
<h3 class="blocksubhead"><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>
.... a bunch more stuff ...
<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>You would modify the navbar by modifying the navbar template. If you want to easily add links and such, you may want to look at the modifications for the adding links to your navbar.
radiofranky
07-27-2011, 10:04 PM
quick question, how to pull {vb:raw totalthreads} and put inside of header?
I want to display something like "total posts: 394k". I tried to add {vb:raw totalthreads} but nothing is showing up..
thanks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.