Quote:
Originally Posted by filburt1
You intentionally want to remove the new thread buttons? How will your users be expected to figure out how to post?
|
I belive he would like the "New Thread" Link inside the bottom table.
I not sure if this is what you want but try this.
Code:
<table border="1">
<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>
Hope this helps