vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Changing Statistics Location (https://vborg.vbsupport.ru/showthread.php?t=200215)

hellbringer80 12-30-2008 08:52 PM

Changing Statistics Location
 
What exactly is needed to change the stats like totalt hreads, total members, etc location. Say I wanted to change it to display in the footer template instead of the FORUMHOME template, what would I have to add in the foote rtemplate in order to have it display in there?

--------------- Added [DATE]1230677820[/DATE] at [TIME]1230677820[/TIME] ---------------

I have the following, but none of the variables are displaying anything...

Code:

        <span id="stats">
                Forum Members: <font color="#0099d1">$numbermembers</font><br />
                Total Threads: <font color="#0099d1">$totalthreads</font><br />
                Total Posts: <font color="#0099d1">$totalposts</font><br /><br />
            <hr style="width: 100%;height: 1px;background: #ccdbe6;border: none;" /><br />
                <strong>There are <a href="online.php$session[sessionurl_q]">$totalonline</a> users currently browsing forums.</strong>
        </span>

This is in the footer template.

Attitude5ire 01-01-2009 09:32 AM

You'll have to edit the plugins and hooks too, you might wana ask a coder's services on that. I think by default stats are shown only on Forumhome page.. Not 100% sure.


All times are GMT. The time now is 01:54 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.01448 seconds
  • Memory Usage 1,714KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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