Opened 18 years ago
Closed 18 years ago
#7399 closed enhancement (fixed)
Filter to disable admin color scheme selection
| Reported by: | axelseaa | Owned by: | westi |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7 |
| Component: | General | Version: | 2.6 |
| Severity: | normal | Keywords: | reporter-feedback |
| Cc: | Focuses: |
Description
This would again mainly be for MU - but we have a custom admin css, and the Admin color scheme box doesn't do the users any good. Can we add some sort of filter to disable it? Thanks again!
Change History (9)
#1
follow-up:
↓ 2
@
18 years ago
- Keywords reporter-feedback added
- Owner changed from to
- Status new → assigned
- Version → 2.6
#2
in reply to: ↑ 1
@
18 years ago
Replying to westi:
What do you mean by disable?
What sort of filter do you want here.
I think it should already be possible to have a single custom admin color scheme with the current code.
Ideally I would like a filter to hide that box all together. What I have done in the paste is to add my own custom css to the admin_head action.
#3
@
18 years ago
I think the best solution here would be for the code on the profile page to only show the options if there is more than one theme and for you to remove the built in themes using a plugin to modify the globals (or even better we could add a wp_admin_remove_css function to allow them to be unregistered.
#4
@
18 years ago
That would work as well, whatever you guys think is the best solution. All my goal is just to make the box disappear!
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
What do you mean by disable?
What sort of filter do you want here.
I think it should already be possible to have a single custom admin color scheme with the current code.