Nick² Posted April 22, 2011 Posted April 22, 2011 File Name: IP.Content Mod Queue BlocksFile Submitter: Nick
YandB Posted May 2, 2011 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?
Nick² Posted May 3, 2011 Author 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:
YandB Posted May 3, 2011 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.
Nick² Posted May 4, 2011 Author 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>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.