Quote:
Originally Posted by Abe1
You can't use 'f'. It is reserved for a fourmid.
|
I'm trying to use it as the forumid as per your suggestion in the code
Quote:
//FORUM TO POST NEW THREAD IN
//You CAN make this number a variable. You can have a drop down menu or in the link like do=form&f=1. Make sure you add it the variables list.
|
and use 'f' to post the new thread in the forum with id 'f'.
And indeed if I change 'f' to 'post_to_forum' it still fails.