Taking this code out helps
Caleb G2 - November 2, 2006 - 19:55
| Project: | Separate "management" theme for administrative pages |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
This code in the manage.module keeps the help info on the admin pages from showing up. I'm not sure why it's in there, but taking it out lets the right info show again. So far no bad side effects...
function manage_help($section='') {
switch ($section) {
case 'admin/help#missing':
case 'admin/modules#description':
return t('Use a dedicated theme for admin pages.');
}
}

#1
#2
I'm not sure why someone (who does not appear to be the modules author) downgraded this from critical to normal. I'd say it's pretty critical if whole portions of the block and theme pages aren't showing up. That combined with the other issues that are missing, have been documented, and not address by anyone yet seems critical in itself...
#3
Maybe I'm just missing something about the way critical issues work. If I am then pardon me...
#4
Data Loss?
Impossible to login?
#5
Yeah, data is lost at least in appearance to end users. It's still in the php files but the issue I'm reporting has to do with the help text, normally printed at the top of the /admin/block page and the admin/theme page, is totally missing. Again if this doesn't qualify as critical (as defined by Drupal.org standard) I'm sorry for having mark it as such...