PDA

View Full Version : How to move forum stats above forumhome?


Rob1986
12-27-2007, 03:13 PM
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.

snakes1100
12-27-2007, 05:42 PM
Modify the forumhome template.

Opserty
12-28-2007, 11:56 AM
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:
<!-- what's going on box -->
And this:
<!-- end what's going on box -->
You will need to cut the HTML between these comments and move them to the top. (My suggestion would be to just underneath where it says $navbar.)

Rob1986
12-29-2007, 09:57 PM
OK so this is the code I copied and pasted it under $navbar on forumhome.

$navbar
$vbphrase[threads]: $totalthreads,
$vbphrase[posts]: $totalposts,
$vbphrase[members]: $numbermembers

Is this right? I also deleted that code from its original place, just so it doesn show twice.

snakes1100
12-29-2007, 11:18 PM
That's correct, might want to put it in a table or something though.

Opserty
12-30-2007, 10:22 AM
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.

Rob1986
12-30-2007, 01:29 PM
I only wanted to display threads,posts and members. I didn't want a big box at the top of the forum.