vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How to move forum stats above forumhome? (https://vborg.vbsupport.ru/showthread.php?t=166251)

Rob1986 12-27-2007 03:13 PM

How to move forum stats above forumhome?
 
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:
HTML Code:

<!-- what's going on box -->
And this:
HTML Code:

<!-- 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.

HTML Code:

$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.


All times are GMT. The time now is 04:19 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00998 seconds
  • Memory Usage 1,717KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete