We're trying to bring on a site using Mambo 4.5.2.
Based on above, it appears that I need to change mambo.php
Ours currently reads:
if ($acl->is_group_child_of( $grp->name, 'Registered', 'ARO' ) ||
$acl->is_group_child_of( $grp->name, 'Public Backend', 'ARO' )) {
// fudge Authors, Editors, Publishers and Administrators into the Special Group
$row->gid = 2;
}
$row->usertype = $grp->name;
HOWEVER, under that Authors, Editors & Publishers can see "special", we DO NOT WANT this group to see "special". Authors, Editors & Publishers - will work on content items. But we hope to use special for technical area ONLY.
Our HOPE is that ---
1st line technical (aka Public Backend - Manager) can SEE the special but NOT change it.
2nd line technical (aka Administrator) can both see and edit the special.
Please tell me what it should read to accomplish this...or am I barking up the wrong area.
OH, OH I just discovered something else, I DO NOT want 1st line tech (aka Public Bankend - Manager) to see "Unpublished" items. Only Editors & Publishers on "registered" items and only Administrator on "special" items.