![]() |
Make Selective Usergroups By Pass from Password protected forums - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Resources (https://community.mybb.com/forum-8.html) +--- Forum: Tutorials (https://community.mybb.com/forum-38.html) +--- Thread: Make Selective Usergroups By Pass from Password protected forums (/thread-92532.html) |
Make Selective Usergroups By Pass from Password protected forums - Yaldaram - 2011-04-18 If you want to make selective Usergroups to ByPass Password Protected Forums, then here is how; Open ./inc/functions.php file and find; and Change it to;
Now within the same file, find;
and add a single } at the end of the string, like that;
Now Change 3,4,6,8 in the above array() to the Usergroup IDs you wish to allow them to ByPass pasword protected forums ![]() |