imported_Itworx4me |
01-07-2004 10:00 PM |
[REQUEST] Postbit Restructsure
Hello All,
Was wondering if someone would revise this postbit to only show the the content of the post. I don't want any of the stuff on the left hand side of the postbit stuff. Just want the content to show up with out any other info showing in the postbit. Just the message they post.
PHP Code:
<!-- spacer --> <table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="0" cellspacing="0" border="0"> <tr> <td width="10"><img width="10" height="1" src="{imagesfolder}/space.gif" alt=""></td> <td width="100%"> <table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td> <!-- top table setup --> <table border="0" cellpadding="0" cellspacing="0" width="{contenttablewidth}" height="27" align="center"> <tr id="cat"> <td width="150" height="27" align="left" valign="top"> <img border="0" src="{imagesfolder}/cat_top_ls.gif" width="150" height="27"></td> <td background="{imagesfolder}/cat_back.gif" width="100%" height="27" align="left" valign="middle"> <smallfont>$post[icon] <b>$post[title]</b></smallfont></td> <td width="150" height="27" align="right" valign="top"> <img border="0" src="{imagesfolder}/cat_top_rs.gif" width="170" height="27"></td> </tr></table> <!-- End top table setup --> <table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%"> <td bgcolor="$post[backcolor]" width="175" valign="top" nowrap> <a name="post$post[postid]"></a> $post[firstnewinsert] <normalfont><b>$post[username]</b></normalfont><br> <smallfont>$post[usertitle]</smallfont><br> $post[avatar]<br><br> <table width="175"> <tr> <td class="info"> <smallfont>Registered: $post[joindate]</smallfont> </td> </tr> <tr> <td class="info"> <smallfont>Location: $post[field2]</smallfont> </td> </tr> <tr> <td class="info"> <smallfont>Posts: $post[posts]</smallfont> </td> </tr> <td class="info"> <smallfont><b>$post[username]</b> is now</smallfont> $onlinestatus </td> </tr> <tr> <td align="center" valign="top" height="21"> <a href="report.php?s=$session[sessionhash]&postid=$post[postid]"> <img src="{imagesfolder}/p_report.gif" border="0"></a> <a href="newreply.php?s=$session[sessionhash]&action=newreply&postid=$post[postid]"> <img src="{imagesfolder}/p_quote.gif" border="0"></a> <a href="editpost.php?s=$session[sessionhash]&action=editpost&postid=$post[postid]"> <img src="{imagesfolder}/p_edit.gif" border="0"></a> </td> </tr> </table> </td> <td bgcolor="$post[backcolor]" width="100%" valign="top" align="left" height="100%"> <table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"> <tr> <td align="left" valign="top" width="100%" height="100%"> <p><normalfont>$post[message]</normalfont></p> $post[attachment] <p><smallfont>$post[editedby]</smallfont></p></td> </tr> <tr> <td align="right" valign="bottom" width="100%"> <smallfont><br>$post[signature]</smallfont> </td> </tr> </table> </td> </tr> <tr> <td bgcolor="$post[backcolor]" width="175" height="16" nowrap> <smallfont>$post[foldericon] $post[postdate] <font color="{timecolor}">$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>$post[profile] $post[pmlink] $post[useremail] $post[homepage] $post[search] $post[buddy] <!-- $ post[icqicon] --> <!-- $ post[yahooicon] --> </smallfont> </td> <td align="right" nowrap> $post[aimicon] $post[iplogged]</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <!-- bottom table setup --> <table height="14" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="60" height="14" align="left" valign="top"> <img src="{imagesfolder}/ls_main_table_bottom.gif" width="60" height="14"></td> <td height="14" width="100%" background="{imagesfolder}/extended_main_table_bottom.gif"><img src="{imagesfolder}/clear.gif" width="100%" height="14"></td> <td width="44" height="14" align="right" valign="top"> <img border="0" src="{imagesfolder}/rs_main_table_bottom.gif" width="60" height="14"></td> </tr> <tr><td> <table width="100%"> <tr> <td bgcolor="{pagebgcolor}" width="100%" height="10" align="center"><img width="10" height="10" src="{imagesfolder}/space.gif" alt=""></td> </tr> </table></td></tr> </table> <!-- End bottom table setup --> <!-- spacer --></td> <td bgcolor="{pagebgcolor}" width="10"><img width="10" height="8" src="{imagesfolder}/space.gif"> </td> </tr></table>
Thanks,
Itworx4me
|