1 cassiedesigns Jun 23, 2009 17:38
3 yabba Jun 23, 2009 19:15
Or another likely destination /skins_adm/_adminUI_general.class.php ;)
Tad easier to point to files knowing what the "3 things" are, and what page they're on ;)
¥
4 cassiedesigns Jun 23, 2009 20:00
This took care of everything but the Profile link at the top.
Because this site is for very old people the more links we remove the better off. I hate to have them accidentally link on something that will confuse them and then not know how to get back.
Cassie Designs
5 yabba Jun 23, 2009 20:08
in the file I pointed to, approx 1586
else
{ // Only perm to view his own profile:
$this->add_menu_entries( NULL, array(
'users' => array(
'text' => T_('My profile'),
'title' => T_('User profile'),
'href' => 'admin.php?ctrl=users',
),
) );
}
¥
Hi, I think you will be able to remove some of those items with user/group settings so it might be worth checking those first.
The rest of it is in:
/inc/dashboard/dashboard.ctrl.php
L