AUTH_ADMIN, // only admins can see the 'Admin' button 'edit' => AUTH_EDIT, // Show "Edit this page" only to users that have at least edit level access 'history' => AUTH_EDIT, // same for "Old revisions" 'profile' => AUTH_ADMIN, ); $conf['sxs_act_users'] = array( 'edit' => '@reviewers,@editors', // Always show edit to users of the groups 'reviewers' and 'editors' // If they don't have edit level access, they will see "Show page source" 'history' => '@users,@reviewers,@editors', 'recent' => '@users', //'purge' => '@SXS', //'spec' => '@spec', // Only SpEC members (and admins) should see the SpEC link 'profile' => '@users', // Anybody who is logged in should be able to see the profile 'login' => '@ALL', // Everybody should be able to see the Login button/link ); ?>