PDA

View Full Version : Forum Stats in Side Column


Wheezy
05-04-2008, 05:15 AM
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:-
$vbphrase[threads]: $totalthreads

Total Posts:-
$vbphrase[posts]: $totalposts

Total Members:-
$vbphrase[members]: $numbermembers

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

Newest Member:-
<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?