Log in

View Full Version : How To CLEANLY remove the...


ZiRu$
08-05-2002, 07:46 PM
bottom bar that has the links (profile, www, pm etc.) and the TIME!

i want that WHOLE bar gone

DaTeX
08-05-2002, 07:50 PM
remove

<tr>
<td bgcolor="$post[backcolor]" width="175" height="16" nowrap><smallfont>$post[foldericon]
$post[postdate] <font color="#000000">$post[posttime]</font></smallfont></td>

<td bgcolor="$post[backcolor]" width="100%" valign="middle" height="16">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td><smallfont>$onlinestatus
$post[profile] $post[pmlink] $post[useremail] $post[homepage] $post[search] $post[buddy]
<!-- $ post[icqicon] --> <!-- $ post[aimicon] --> <!-- $ post[yahooicon] -->
</smallfont></td>
<td align="right" nowrap><smallfont>
<a href="editpost.php?s=$session[sessionhash]&action=editpost&postid=$post[postid]"><img src="images/edit.gif" border="0" alt="Beitrag bearbeiten/löschen"></a>
<a href="newreply.php?s=$session[sessionhash]&action=newreply&postid=$post[postid]"><img src="images/quote.gif" border="0" alt="Zitieren"></a>
</smallfont></td>
</tr>
</table>
</td>

That should work

ZiRu$
08-07-2002, 12:32 PM
Thx man......that worked