Quote:
Originally Posted by bananalive
It should re-direct on click one of the options? Which browser are you using? Is javascript enabled in your browser?
that's just typo.
Create plugin newreply_start
PHP Code:
if (in_array($foruminfo[forumid], array(1,2,3)))
{
header( 'Location: http://www.your-site.com/forum/misc.php?do=form&fid=1' ) ;
}
Change 1,2,3 for appropriate forumids.
|
Thank You for your continued help and patience,
PS - I am using IE 7 and my java is enabled. :|