PDA

View Full Version : Including Forum Stats in header Graphic.


crumpet
07-31-2003, 10:51 PM
Ive sliced up my header graphic and have a space where I want the title of the board and the welcome message to go.

Im currently using the code below but it doesnt show the username , only the forum title. Ive tried adding post count / total members ect and none of them are working :


<table cellpadding="2" cellspacing="0" border="0" width="100%" {tableinvisibleextra} align="center">
<tr valign="top">
<td>
<normalfont><b>$bbtitle</b></normalfont><br>
<normalfont>Welcome back, <b>$username</b></td>
</tr>
</table>


If you can help me reply here or aim me on crumpet76ers

Brad
08-01-2003, 04:16 AM
For the name use $bbuserinfo[username].

For the post count / total members, search the vB 2 release forums. Its in there somewhere (I think I released a version)

Tony G
08-01-2003, 05:33 AM
<a href="http://www.vbulletintemplates.com/mods/showthread.php?t=1522&highlight=header" target="_blank">http://www.vbulletintemplates.com/mo...ghlight=header</a>

That?