MyBB Community Forums

Full Version: Send user to custom link on only one forum?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a forum where i need to send the users to a certain form when you click the post thread button.

Any ideas on how that could be done?
Install:
http://mybbhacks.zingaburga.com/showthread.php?tid=464

Go to your templates -> forum display templates -> forumdisplay_newthread

Use the following code:
<if $forum['fid'] == "FORUMIDHERE" then>
Put your redirect forumdisplay_newthread code in here
</else>
Put your normal forumdisplay_newthread code in here
</if>

Make sure to edit "forumidhere" Smile
Thank you mate ill give it a go