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)
-   -   Forum Stats in Side Column (https://vborg.vbsupport.ru/showthread.php?t=178039)

Wheezy 05-04-2008 05:15 AM

Forum Stats in Side Column
 
I have a few side columns on my forum, and I want to display the latest forum statistics within the box. However I cannot find the code to copy into the box. I want the box to include total threads, total posts, total members, top poster and newest member.

Like This:

https://vborg.vbsupport.ru/external/2008/05/90.jpg

I don't use the "Ultimate Side Columns" hack because my columns are coded into my custom skin. But I can't seem to find the stats code to copy/paste. Can anyone help me out?

Wheezy 05-14-2008 11:37 PM

Bump :erm:

veenuisthebest 05-14-2008 11:46 PM

Total Threads:-
Code:

$vbphrase[threads]: $totalthreads
Total Posts:-
Code:

$vbphrase[posts]: $totalposts
Total Members:-
Code:

$vbphrase[members]: $numbermembers
Top Poster:-
Code:

$vbphrase[top_poster]: <a href="$vboptions[bburl]/member.php?$session[sessionurl]u=$topposter[userid]">$topposter[username]</a> ($topposter[posts])
Newest Member:-
Code:

<span class="smallfont"><phrase 1="$vboptions[bburl]/member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></span>

Hope this helps !!

Wheezy 05-19-2008 04:56 AM

It definitely helps. Thank you so much!

koolfire 05-19-2008 01:57 PM

Can you give me code for latest threads?


All times are GMT. The time now is 02:15 AM.

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.01991 seconds
  • Memory Usage 1,718KB
  • 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
  • (5)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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