PDA

View Full Version : Help!


gryme
08-03-2003, 06:43 PM
<a href="http://www.slapshack.com/vb/index.php?s=" target="_blank">http://www.slapshack.com/vb/index.php?s=</a>

Under the pm's there is an extra table that I can't figure out how to get rid of!! Can anyone point me in the right direction?

Thank You

N!ck
08-03-2003, 07:16 PM
In your forumhome template, get rid of this:


</table>
<!-- /welcomepanel -->

<!-- main -->
<table cellpadding=".5" cellspacing="0" border="0" bgcolor="#777777" width="712" align="center">
<tr align="center">
<td bgcolor="#cc0000" align="center" valign="center"><font face="verdana,arial,helvetica" size="1" >&nbsp;</font></td>
<td bgcolor="#cc0000" width="80%" align="left"><font face="verdana,arial,helvetica" size="1" color="#ffffff"><b>Forum</b></font></td>
<td bgcolor="#cc0000"><font face="verdana,arial,helvetica" size="1" color="#ffffff"><b>Posts</b></font></td>
<td bgcolor="#cc0000"><font face="verdana,arial,helvetica" size="1" color="#ffffff"><b>Threads</b></font></td>
<td bgcolor="#cc0000" nowrap><font face="verdana,arial,helvetica" size="1" color="#ffffff"><b>Last Post</b></font></td>
<td bgcolor="#cc0000" width="20%"><font face="verdana,arial,helvetica" size="1" color="#ffffff"><b>Moderator</b></font></td>
</tr>

gryme
08-03-2003, 07:21 PM
cool thanks!

1 more question, how do I separate the online users into its own table?

N!ck
08-03-2003, 07:25 PM
Also remove this:


</table>
<!-- /welcomepanel -->


One second on the other thing...

N!ck
08-03-2003, 07:30 PM
Add this to the top of forumhome_loggedinusers:


</table>
</td></tr></table><br>
<table cellpadding=".5" cellspacing="0" border="0" bgcolor="#777777" width="712" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">

gryme
08-03-2003, 07:42 PM
that separates the pm box... i don't wanna do that. I want to separate the loggin in users at the bottom.

N!ck
08-03-2003, 07:46 PM
It doesn't separate the PM section. Make sure you're editing the right template. forumhome_loggedinusers

gryme
08-03-2003, 07:52 PM
lol. sorry it was the wrong one. Thanks it works now!

N!ck
08-03-2003, 08:25 PM
You're welcome. :)