PDA

View Full Version : Show number of threads/posts in module header ?


Bergman
11-28-2004, 06:08 AM
Is there anyone who can tell me how i can add info about threads/posts in the "Latest Topics from specific forum" module header ? Ive got five different modules for this and i want to add info in each header about the number of threads and posts in each module.

The homepage is http://www.fiskesnack.com/ if you would like to se the modules live

Artayick
11-28-2004, 08:43 AM
you can get the code from the adv_portal_stats template


$vbphrase[members]: $numbermembers<br />
$vbphrase[threads]: $totalthreads<br />
$vbphrase[posts]: $totalposts<br />
$vbphrase[top_poster]: <a href="$vboptions[bburl]/member.php?$session[sessionurl]u=$topposter[userid]">$topposter[username]</a> ($topposter[posts])<br />
<br />


or that is the most of it missing the newest user information..