Hi guys,
Probably a simple one for some of you seasoned guys... Well at least i'm hoping so!
I've created a plugin that redirects users who try to post a new thread in a certain forum to a form which I have created with the Easy forms mod.
This works fine... However I want the plugin to only redirect who are in a certain usergroup AND in trying to post a new thread in certain forum.
How do i add this second conditional?
Here is my plugin code:-
Quote:
if (in_array($forumid, array(13)))
{
header( 'Location: http://www.my-site.com/forum/misc.php?do=form&fid=1' ) ;
}
Thanks!


LinkBack URL
About LinkBacks






