I have moved the contents my header into the navbar. i would like to move the forumhome stats into there also.
Problem i get is it shows ok on forumhome but not else where.
I need to know what conditional to use...to show something different if its not the forumhome.
Ie
Code:
<if condition="forumhome">
<tr>
<td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></td>
<td class="alt1" width="100%">
<div class="smallfont">
<div>$vbphrase[threads]: $totalthreads, $vbphrase[posts]: $totalposts, $vbphrase[members]: $numbermembers</div>
<div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
</div>
</td>
</tr>
<else />
content for rest of forums
</if>
i know forumhome isnt right but what is?