AUTH_ADMIN, // Show "Edit this page" only to users that have at least edit level access 'edit' => AUTH_EDIT, // same for "Old revisions" 'revert' => AUTH_EDIT, // same for "Old revisions" 'history' => AUTH_EDIT, // and "Recent changes" 'recent' => AUTH_EDIT, // Show 'Backlinks' to all 'backlink' => '', //'index' => '', //'login' => '', //'profile' => '', //'search' => '', //'subscribe' => '', //'goto' => '', ); $conf['rb_act_users'] = array( //'admin' => '', 'backlink' => '@ALL', // 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" 'edit' => '@review,@edit', 'revert' => '@edit', 'history' => '@review,@edit', 'recent' => '@review,@edit', // Everybody should be able to see the index 'index' => '@ALL', // and the Login button/link 'login' => '@ALL', // and the "Update Profile" form once 1logged in 'profile' => '@ALL', // everybody in the standard group should see the "(Un)Subscribe" action 'subscribe' => '@user', // Everybody can use the search form 'search' => '@ALL', // but only registered users see the "Goto" form 'goto' => '@user', ); ?>