Quote:
Originally Posted by MikeWarner
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.
|
You can use a conditional (FORUMDISPLAY) to direct members to a form from certain forums.
<vb:if condition="$foruminfo['forumid'] == xx">
You can also use a conditional to redirect only certain member groups.
<vb:if condition="is_member_of($bbuserinfo, 25) AND in_array($foruminfo['forumid'], array(1,2,3,10,11))">