..... how as a non admin - with full permissions - can i assign another user with lower permissions to edit specific pages.
- i've removed permissions to edit pages from the contributor group .............
- I've even removed edit all content type permissions for tthose lower groups to see if that helped release the option, but it doesn't
- it only seems to work if you are logged in with the admin account, regardless if you've given another account all the permissions of admin.
So, I have these user groups: contributors - they should only be able to edit particular pages on the site. Site managers who have all but clear admin log permissions - they should be able to do the assigning.... the problem is how to get the site managers - or those in that group to be able to assign these editing rights to the other users.
admin/editcontent_extra.php lines 59 - 72 arecommented out any one know if that is it?
these are the lines:
Code: Select all
// #Fill Additional Editors (kind of kludgy)
// if (isset($params["additional_editors"]))
// {
// $addtarray = array();
// foreach ($params["additional_editors"] as $addt_user_id)
// {
// $addtarray[] = $addt_user_id;
// }
// $contentobj->SetAdditionalEditors($addtarray);
// }
// else if ($adminaccess)
// {
// $contentobj->SetAdditionalEditors(array());
// }
}
Code: Select all
else if ($adminaccess)
[/color]
any help gratefully received, thanks
p.s. i'm aware this might be in the wrong discussion group, but it seemed to be a specific php question so it seemed to fit here best.