|
|
| Topie: A solution to that "New Post" text in the posts * |
|
|
|
|
| Wax |
If you want to remove that "New Post" text that comes up in the posts, go to your Thread Template and look for this part:
<!-- BEGIN posts -->
<tr>
<td width="100%" class="{posts.altbgcolor}" colspan="2">
<table border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<td width="20%" valign="top">
<span class="NormalText"><b>{posts.username}</b></span><span class="SmallText"><br>{posts.usertitle}<br> {posts.dispavatar}<br>Posts: <b>{posts.posts}</b><br>Registered: <b>{posts.regdate}</b></span></td>
<td width="80%" valign="top">
<span class="SmallText"><img src="{postimage}"> <A name={posts.postid}>Posted</a> {posts.timedisplay} <a href="edit.php?action=viewip&postid={posts.postid}&boardid={boardid}">IP</a> <a href="postreply.php?rwq=1&postid={posts.postid}&forumid={forumid}&threadid={threadid}"><img src="{quoteimage}" alt="Reply with quote" border="0"></a> <a href="edit.php?action=editpost&threadid={threadid}&postid={posts.postid}&forumid={forumid}&p={page}"><img src="{editimage}" alt="Edit Post" border="0"></a> <a href="edit.php?action=deletepost&postid={posts.postid}&threadid={threadid}&forumid={forumid}"><img src="{deleteimage}" alt="Delete post" border="0"></a><hr size="1"><span class="NormalText">{posts.new}{posts.pagetext}</span><span class="SmallText">{posts.signature}</span>
</td>
</tr>
<tr>
<td width="20%"></td>
<td width="80%" valign="top">{posts.profile} {posts.gb} {posts.homepage}</td>
</tr>
</table>
</td>
</tr>
<!-- END posts -->
Delete the part in red & click submit.
|
|
|
| Anti Paul |
hey, that's petty cool :cool:
I know the Replace Username Or Any Text script also works, butyour way is probably just even more simple and effective. |
|
|
| Catchow |
I am moving this to the Script Repository because I believe that it qualifies and will get quickly lost here. |
|
|
| Wax |
Thanks Anti Paul & Catchow.
|
|
|