MyBB Community Forums

Full Version: [Plugin] Force Users to View a Thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
I need a plugin to force just new registration users to read a topic ( for example force new users to read the forums rule before they can view the board ) !!!
It's easy....

Create a plugin file (Search for tutorials, I am busy so cant code)

Add hook here: "member_do_register_end"

And in your main function add this:

header("Location: THREAD URL");

just read some plugin tut. its easy.
(2014-02-20, 04:06 PM)Cedric Wrote: [ -> ]It's easy....

Create a plugin file (Search for tutorials, I am busy so cant code)

Add hook here: "member_do_register_end"

And in your main function add this:

header("Location: THREAD URL");

just read some plugin tut. its easy.

Sadly Im too noob for this things. Sad
Anyone have this or similar pliugin for MYBB 1.8.15? Thx
Awesome plugin, great job, thanks.
Pages: 1 2 3