Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
Just need to disable users below Super Admin create new users.




EDIT: To hide Users link for users below Super Admin:


inside couch\functions.php:

Code: Select all
            echo '<li>'.$this->t('greeting').', <a href="'.K_ADMIN_URL . K_ADMIN_PAGE.'?o=users&act=edit&id='.$AUTH->user->id.'&nonce='.$nonce.'"><b>' . ucwords( strtolower($AUTH->user->title) ) . '</b></a></li>';


I uncommented that line

Uncomment lines 3100 to 3015
If you must do that, you'll find the code outputting the sidebar link at line 3100 in functions.php.

Hope this helps.
Thanks, at least hiding the link will do.
4 posts Page 1 of 1