Go into your admin cp
Expand your template list
Expland the template section called 'Showthread templates'
In your 'showthread' template find this code:
PHP Code:
<a href="newthread.php?s=$session[sessionhash]&action=newthread&forumid=$forum[forumid]">
Change it to:
PHP Code:
<a href="theaddresstoyournewpage">
Now that will take you to the page of your choice but there is no way of having a link on that page to post a new thread in the forum you were in without making the new page a php page which calls the previous forumid from where you were previously..
- miSt