Quote:
Originally Posted by Davey2003
Okay I'll try that []\[]emesis.
Um, where? And how? lol.
Dave.
|
In the "
forumdisplay" Template
Find:
Code:
$forumdisplay[threadslist]
Underneath that
Add:
Code:
<br>
<table border="1" align="center">
<tr>
<td align="center">Options</td>
</tr>
<tr>
<td align="center">
<a href="newthread.php?s=$session[sessionhash]&action=newthread&forumid=$forum[forumid]" alt="Post New Thread">New Thread<a/>
<br>
<a href="member2.php?s=$session[sessionhash]&action=addsubscription&threadid=$threadid" alt="Subscribe to this Thread">Subscribe to this Thread</a>
<br>
<a href="member.php?s=$session[sessionhash]&action=markread" alt="Mark Forum As Read">Mark As Read</a>
</td>
</td>