17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 802 Views |
-
Adding Admins

25 July 2008 at 5:01am
I looked around but didn't not see anywhere to add new administrators in the admin panel.
Is this possible?
-
Re: Adding Admins

25 July 2008 at 8:31am
"Security" not a very intuitive tab name. Users might be more appropriate.
-
Re: Adding Admins

26 July 2008 at 3:49pm
Changing the name from 'Security' to 'Administrator' you mean? if so, put the following code in mysite/_config.php file
LeftAndMain::$removed_menu_items = array('security');
LeftAndMain::$extra_menu_items = array(_t('LeftAndMain.ADMINISTRATOR',"Administrator",PR_HIGH,'Menu title') => array("security", "admin/security/", "SecurityAdmin"));
| 802 Views | ||
|
Page:
1
|
Go to Top |


