Quote:
Originally Posted by JD210
Very nice. Is it possible to use this for posting Replys as well?
|
Yes, I've set that up on my own forum so you get a different notice for new threads and one for replies.
Simlpy search for this code instead in the Newreply template
Code:
<td class="tcat">
<span class="smallfont" style="float:$stylevar[right]"><strong>$vbphrase[thread]</strong>: <a href="showthread.php?$session[sessionurl]t=$threadinfo[threadid]">$threadinfo[title]</a></span>
$vbphrase[reply_to_thread]
</td>
</tr>
and paste your new code under that.