User permissions on main site
I want to be able to set permissions for a user on what they can see on the main site.
So if a user has permission to a page called "Grades" they can see it. (ie. a teacher can only see it)
Is there a way I can do this? like (just an example in thoughts)
if($user->permissions('grades')){
echo 'page';
}else{
echo 'only teachers allowed';
}
Comments
http://www.getfuelcms.com/user_guide/modules/simple