Closed (outdated)
Project:
Administration theme
Version:
6.x-1.3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2011 at 11:50 UTC
Updated:
1 Feb 2020 at 17:33 UTC
Jump to comment: Most recent
Comments
Comment #1
subu.purohit commentedOk I got the solution. for this I created a new module "admintheme" and put following code snippet in it:
I know there might be better solution for this. but right now it works for me. For better reference you can go to this: http://drupal.org/node/324004
Thanks
Subhash
Comment #2
jrstmartin commentedOMG, you are the best! I am not alone! This very problem had me stumped for a while. I actually turned to the Ajax module in order to "fix" the unsightly problem - that module caused other problems for me though. Thanks so much for posting your fix.
Also note that whatever module you add this function to, the module weight in the system table should be zero. My glue module was at 10 and this function fails to work in that case.
Comment #3
Steve Dondley commentedI actually had to set my custom module's weight to -1 to get this working. Thanks for mentioning the module weight though else I wouldn't have thought to change that.
Comment #4
justy commentedClosing this old Drupal 6 issue.
Comment #5
justy commented