Zorg
Wed 22nd Aug '01, 7:47am
The below code is from the "forumhome" template. I want to place this code in a sub-topic ( e.g. Main > sub-topic ), is this possible? if so how do I do it?
<!-- text -->
<br>
<table cellpadding="2" cellspacing="0" border="0" width="100%" align="center">
$unregwelcomemessage
<tr valign="bottom">
<td><smallfont>
Registered Members: <b>$numbermembers</b><br>
Total Threads: <b>$totalthreads</b> | Total Posts: <b>$totalposts</b><br>
Welcome to our newest member, <a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$newuserid"><b>$newusername</b></a>
</smallfont></td>
<td align="right"><smallfont> <smallfont><b>$newposts</b></smallfont><br>
The time now is $timenow<br>
You last visited: $bbuserinfo[lastvisitdate]</smallfont></td>
</tr>
</table>
<!-- /text -->
<!-- text -->
<br>
<table cellpadding="2" cellspacing="0" border="0" width="100%" align="center">
$unregwelcomemessage
<tr valign="bottom">
<td><smallfont>
Registered Members: <b>$numbermembers</b><br>
Total Threads: <b>$totalthreads</b> | Total Posts: <b>$totalposts</b><br>
Welcome to our newest member, <a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$newuserid"><b>$newusername</b></a>
</smallfont></td>
<td align="right"><smallfont> <smallfont><b>$newposts</b></smallfont><br>
The time now is $timenow<br>
You last visited: $bbuserinfo[lastvisitdate]</smallfont></td>
</tr>
</table>
<!-- /text -->