Here you go:
Code:
<!--BOTTOM SECTION-->
<table width="90%" align="center" bgcolor="#efefef" STYLE="border-width: 1px; border-color: #000000; border-style: dashed;">
<tr>
<td>
<smallfont>
[[($user_usergroupid==2)]]
You are logged in as: <font color="red">$user_username</font>, you last visited on $user_lastvisitdate.<br>
You have contributed $user_posts posts to the forum. You have viewed $user_views threads. [<a href="member.php?s=&action=logout">Logout</a>]<br>-----<br>
[[/($user_usergroupid==2)]]
[[($user_usergroupid==6)]]
You are logged in as: <font color="red">$user_username</font>, you last visited on $user_lastvisitdate.<br>
You have contributed $user_posts posts to the forum. You have viewed $user_views threads. [<a href="member.php?s=&action=logout">Logout</a>]<br>-----<br>
[[/($user_usergroupid==6)]]
[[($user_usergroupid==1)]]
You are not registered, you last visited on $user_lastvisitdate. [<a href="register.php?s=$session[sessionhash]&action=signup">Register</a>] or login below:<br>
<form action="member.php" method="post">
<input name="username" type="text" size="7">
<input name="password" type="password" size="7">
<input name="submit" type="submit" value="Login!">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="action" value="login">
</form>Registration allows you to post and reply to topics in the forum, as well as upload photographs<br>to the gallery, add links to the links directory and take quizes as well as other great activities.<br>-----<br>
[[/($user_usergroupid==1)]]
This page was last viewed by <font color="red">$lastvisitorname</font> on $lastvisittime.
</smallfont>
</td>
</tr>
</table>
$footer
<!--END BOTTOM SECTION-->
Note i added some extra information to show.php
Craig