In the FORMDISPLAY template you will find this code:
Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
<td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else /> </if></td>
<if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>
If i'm not mistaken, this code displays the newthread button that you click to start a new thread. Is it possible to to edit this so that if a user is in a certine forum (for example forumdisplay.php?f=7) I can have this "Post new thread" button link to what ever I want.
Is this possible? I just can't seem to figure this out.
Hope someone can help.
Slimwicked