The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I'd like to move the forum stats (threads,posts,members,newest member) stats above forum home. Above where the forums start.
How would I do this? Thanks. |
#2
|
|||
|
|||
![]()
Modify the forumhome template.
|
#3
|
|||
|
|||
![]()
As stated above you'll need to modify your FORUMHOME template:
(AdminCP > Styles & Templates > Style Manager > Edit Templates > Forum Home Templates > FORUMHOME) Look for the HTML comment that is like this: HTML Code:
<!-- what's going on box --> HTML Code:
<!-- end what's going on box --> |
#4
|
|||
|
|||
![]()
OK so this is the code I copied and pasted it under $navbar on forumhome.
HTML Code:
$navbar $vbphrase[threads]: $totalthreads, $vbphrase[posts]: $totalposts, $vbphrase[members]: $numbermembers |
#5
|
|||
|
|||
![]()
That's correct, might want to put it in a table or something though.
|
#6
|
|||
|
|||
![]()
Why haven't you copied all the HTML between the two HTML comments? Your missing all the other information then.
Just Cut it from the bottom and Paste it at the top. |
#7
|
|||
|
|||
![]()
I only wanted to display threads,posts and members. I didn't want a big box at the top of the forum.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|