when i put in the NP info it dosent show up I think its a problem with where it is in my postbit
i put it here:
PHP Code:
<tr>
<td width="85%">
<smallfont>$post[icon] <b>$post[title] </b></smallfont>
</td>
<td width="15%" align="right">
<smallfont>
(<a href="showthread.php?postid=$post[postid]#post$post[postid]">Post #$countposts</a>)</smallfont></td>
</tr>
</table>
$post[nowplaying]
<smallfont><a href="showthread.php?threadid=$post[threadid]#post$post[postid]"></a></smallfont>
<p><normalfont>$post[message] </normalfont></p>
$post[attachment]
$post[nowplaying]
<p>$post[signature]</p>
<p>$post[editedby]<br>$post[editedreason]</p>
<p align="right"><smallfont><a href="report.php?s=$session[sessionhash]&postid=$post[postid]">Report this post to a moderator</a> | $post[iplogged]</smallfont></p>
</td>
</tr>
if you notice i have it put down twice that's letting you know I tried it in both those places