Nick² Posted April 22, 2011 Share Posted April 22, 2011 File Name: IP.Content Mod Queue BlocksFile Submitter: Nick Link to comment Share on other sites More sharing options...
YandB Posted May 2, 2011 Share Posted May 2, 2011 Use permission masks to limit access to this page to your staff. Sorry, but I don't know what permission masks to put in the code - IPB newbie :) Can you please assist? Link to comment Share on other sites More sharing options...
Nick² Posted May 3, 2011 Author Share Posted May 3, 2011 Sorry, but I don't know what permission masks to put in the code - IPB newbie :) Can you please assist? When you create the page that you will place the blocks on, one of the steps will be to set permissions. You should set it something like this: Link to comment Share on other sites More sharing options...
YandB Posted May 3, 2011 Share Posted May 3, 2011 OK, so I can't place these blocks on an existing page? I was hoping to place them on my homepage but to have some code to specify only Staff allowed to view. Link to comment Share on other sites More sharing options...
Nick² Posted May 4, 2011 Author Share Posted May 4, 2011 OK, so I can't place these blocks on an existing page? I was hoping to place them on my homepage but to have some code to specify only Staff allowed to view. You can, but instead of permission masks you'd use IP.Board template logic show it only to your staff groups. You'll need to use PHP's in_array if you want to show it to more than one group. <if test="$this->memberData['member_group_id'] == '4'"> parse the blocks </if> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.