The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how to remove site statistics display?
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 |
#2
|
||||
|
||||
Which statistics specifically?
|
#3
|
|||
|
|||
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 |
#4
|
||||
|
||||
To remove the sections that includes the threads, welcome new member, blog stats, then in the FORUMHOME template remove this:
HTML Code:
<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> |
#5
|
|||
|
|||
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 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|