Quote:
Originally Posted by your24hourstore
you would have to create a plug in in admincp/plugin manager
you would put some code in it like this
Code:
if (in_array($forumid, array(5)))
{
header( 'Location: http://www.hillbillygold.com/forums/misc.php?do=form&fid=1' ) ;
}
heres a pic of what the plug in looks like
added: hook location newthread_start you will have to edit the part that describes the forum you want to make the thread open in array( 5)))
and you will have to edit the form&fid= 1' one is the form number im useing all forms have their own numbers
oh yes and of course you will have to replace the www.hillbillygold.com part
|
I've followed this exactly, but it isn't working. Instead of going to the form, it goes to the normal new thread page.
Assuming I've inputted this correctly, is there any other reason why this might be stopped from working? i.e. setting conflict, vbseo..... etc. Many thanks.