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;
Quote:
$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' ?