MyBB Community Forums

Full Version: Force users to view an announcement before posting
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How would I force my users to view an announcement before they can post? I tried using the plugin "Force Users to View a Thread", but it doesn't work with announcements...
If you want to redirect your users to The URL after they logged in to your forum then open Yes, open ./member.php and find; around line # 1088
redirect(htmlentities($mybb->input['url']), $lang->redirect_loggedin);
and change it to;
redirect("ANNOUNCEMENT_URL", $lang->redirect_loggedin);