Thread: Adopts News
View Single Post
  #52  
Old 06-01-2009, 06:37 PM
BMR777 BMR777 is offline
Member
 
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits: 11,212
BMR777 is on a distinguished road
Default RE: Adopts News

If you just want to have only admins and news editors edit the page, do this:

PHP Code:
if($isloggedin == "yes"){

$mygroup getgroup();

if(
$cancp == "yes" or $mygroup 5){

// Do your stuff here

}


In this line:

PHP Code:
if($cancp == "yes" or $mygroup 5){ 
Change 5 to the numerical ID of the group you want to have access to the page. This will allow all users who can access the ACP as well as members of this group to access the page. :)
Reply With Quote