PDA

View Full Version : Little 'hack' - Stats


paulyy
09-17-2004, 01:03 PM
I want to display my forum stats, such as the newest member, and thread count, post count etc. in my header template.

I added the following code, taken from the FORUMHOME template;


$vbphrase[members]: <span class="yel">$numbermembers</span><br />
$vbphrase[threads]: <span class="yel">$totalthreads</span> | $vbphrase[posts]: <span class="yel">$totalposts</span><br />
<phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase>


Do I need to add anything, or change anything to make it work in the header, rather than the 'FORUMHOME' ?

WhSox21
09-17-2004, 01:10 PM
So you want it to display on every page and not just the home page?

paulyy
09-17-2004, 01:15 PM
Yep, that's exactly what I want to do :)

paulyy
09-17-2004, 02:45 PM
Done it :) Thanks anyway :)