in newreply.php, find (just at the end that is
):
PHP Code:
eval("dooutput(\"".gettemplate("newreply")."\");");
just ABOVE that add:
PHP Code:
$curforumid = $threadinfo['forumid'];
makeforumjump();
in newthread.php, find (just at the end that is
):
PHP Code:
eval("dooutput(\"".gettemplate("newthread")."\");");
just ABOVE that add:
PHP Code:
$curforumid = $forumid;
makeforumjump();
now you can place $forumjump anywhere in the newthread and newreply templates, and the forumjump will show up there (default selection will be the forum where the thread resides in (/w newreply) or the forum where you are going to create a new thread in (/w newthread))