You apparently haven't completed this step. That's the only reason why it wouldn't work.
Quote:
Originally posted by tubedogg
__Find__
Code:
<td><a href="newthread.php?s=$session[sessionhash]&action=newthread&forumid=$forum[forumid]"><img src="https://vborg.vbsupport.ru/images/newthread.gif" border="0" alt="Post New Thread"></a></td>
<td><normalfont> </normalfont></td>
<td><a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$threadid"><img src="$replyclose" border="0" alt="Post A Reply"></a></td>
__Replace with__
Code:
<td>$threadbutton</td>
<td><normalfont> </normalfont></td>
<td>$replybutton</td>
|