This code in template.php in _rootcandy_admin_navigation() ...
if ($user->uid != 1) {
// get sorted roles
$role_menu = _rootcandy_init_role_menu();
if ($role_menu) {
$rootcandy_navigation = theme_get_setting('rootcandy_navigation_source_'. $role_menu);
}
}
else {
$rootcandy_navigation = '_rootcandy_default_navigation';
}
makes it so that user 1, the root drupal admin cannot have a role menu override in rootcandy. Just wondering if it should be an option to let the admin user have a role and special menu. Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | rootcandy_superuser_nav.png | 15.78 KB | sign |
Comments
Comment #1
sign commentedInteresting idea, I'll think about it and see if I come up with a solution
Comment #2
sign commentedcommitted to dev version
we have now settings for super users (user 1) custom navigation
see screenshot
Comment #3
chrisschaub commentedVery nice, thanks. I'll test soon.