MyBB Community Forums

Full Version: Forcing members to read a specific topic
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello,

is there any plugin which make me able that whenever I want force all users to view that specific topic , forum or link ?

like what we have in VB which say The admins want you to read this topic before viewing forum and my only option is to open that topic

thank you .
Thank you very much,
Just one more question,this plugin force users to view that specific thread when they try to view a topic. Can we change that plugin to something like force them to view before even can seeing the board or w/e ?
You may redirect them to view a thread once they logged in;

open ./member.php and find; around line # 1088
redirect(htmlentities($mybb->input['url']), $lang->redirect_loggedin);
and change it to;
redirect("YOUR_THREAD_LINK", $lang->redirect_loggedin);

Change YOUR_THREAD_LINK to the thread where you want to redirect your users once they login.
Curious Yaldaram, i know your busy so feel free to ignore this, but i only want to force them after registering. Is that possible?
(2011-03-24, 01:15 PM)Aristotle Wrote: [ -> ]Curious Yaldaram, i know your busy so feel free to ignore this, but i only want to force them after registering. Is that possible?

Here is a plugin: http://yaldaram.com/showthread.php?tid=218
(2011-03-24, 01:20 PM)Yaldaram Wrote: [ -> ]
(2011-03-24, 01:15 PM)Aristotle Wrote: [ -> ]Curious Yaldaram, i know your busy so feel free to ignore this, but i only want to force them after registering. Is that possible?

Here is a plugin: http://yaldaram.com/showthread.php?tid=218

Thanks man, i can garruentee that plugin alone is worth 5 dollars Big Grin