|
Help with viewing permissions
|
|
02-02-2012, 01:55 AM
Post: #1
|
|||
|
|||
Help with viewing permissions
Hello, I have just got the Page Manager Plugin for my forums and I was wondering if there was a way to make it so that only a certain group can view/go to this page as in I only want the staff of the forums to view the page and no one else. Is it possible to do this? or should I use something different for pages so that I can do this? Thanks.
|
|||
|
02-02-2012, 04:46 AM
(This post was last modified: 02-02-2012 04:46 AM by ranjani.)
Post: #2
|
|||
|
|||
RE: Help with viewing permissions
if it is php code then you can use code similar to below :
PHP Code: if (in_array($GLOBALS['mybb']->user['usergroup'], array(3,4,6)))if you are using regular html code then try template conditionals plugin and use code similar to below PHP Code: <if in_array($GLOBALS['mybb']->user['usergroup'], array(3,4,6)) then> |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)
Search
Member List
Calendar
Help


Help with viewing permissions

