PDA

View Full Version : Registered Members:?



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 -->

Mark Hewitt
Wed 22nd Aug '01, 10:20am
Sure it's possible but you'll have to take the code out of index.php that generates the values for the variables used in this.