Opened 5 years ago
Closed 5 years ago
#7725 closed defect (bug) (fixed)
Allow columns on manage pages to be hidden
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Much in the fashion of the metabox hiding, allow columns on the manage pages to be hidden. If you don't use Categories, hide them.
Attachments (5)
Change History (18)
Committed for wider testing. Need to consolidate some of those CSS classes and do this for pages, links, comments, etc.
comment:10
ryan — 5 years ago
comment:11
Viper007Bond — 5 years ago
There's my shot at column hiding for edit-comments.php. I moved the JS for the "Advanced Settings" box to it's own file to avoid duplicating that JS all over the place.
There is one issue with my patch though: due to the generic CSS classes that are now added to the columns, the "Comment" column is a bit screwy. The links are the wrong color and I think there's an issue with the width of the column. Someone with better CSS skills than I will need to debug it.
Viper007Bond — 5 years ago
Use edit-comments.js instead of new comments file + include settings-box.js file
Viper007Bond — 5 years ago
Link colors fixed, but I can't figure out the column width issues (hide "Submitted" column to see)
comment:12
ryan — 5 years ago
comment:13
janeforshort — 5 years ago
- Resolution set to fixed
- Status changed from new to closed

Show hide for posts page. Inline edit not yet hidden column aware.