Opened 14 years ago
Closed 14 years ago
#15174 closed enhancement (fixed)
Move edit blog page to dedicated files
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | Multisite | Keywords: | ongoing-project |
Focuses: | Cc: |
Description (last modified by )
The edit blog form is currently accessed via /network/sites.php?action=editblog&id=1. Accessing the form via sites.php confuses screen options and other UI elements. The form should be accessed via edit.php instead. In general, the blog edit code in the network admin needs a refactor.
- Move edit.php to site.php
- Access the blog edit form via site.php?action=edit
- Put the form in edit-blog-form.php
- Use proper meta boxes and screen options for the form, using edit-form-advanced.php as inspiration
- Put meta box call back functions in network/meta-boxes.php ( or wp-admin/includes/network-meta-boxes.php)
Attachments (5)
Change History (27)
#5
@
14 years ago
- Keywords ux-feedback removed
I'd be up for trying tabs. UI group still struggling with a decent tab style as per themes screen, so if you want to throw something in and commit so we can test it a little and then revise, that would be good.
#8
in reply to:
↑ 7
;
follow-up:
↓ 10
@
14 years ago
Replying to markmcwilliams:
Mind the
@since
forsite-new.php
in [15886] you forgot!
Make sure you diff from the root, that way paths are complete. Otherwise it forces me to type in the location of site-new.php. Or worse, it could be something like post.php, for which there are three.
#10
in reply to:
↑ 8
@
14 years ago
Replying to nacin:
Replying to markmcwilliams:
Mind the
@since
forsite-new.php
in [15886] you forgot!
Make sure you diff from the root, that way paths are complete. Otherwise it forces me to type in the location of site-new.php. Or worse, it could be something like post.php, for which there are three.
Ah crap (newbie error), I forgot about that, sorry Andrew! :(
The layout looks good to me Ryan! +1
#12
in reply to:
↑ 11
;
follow-up:
↓ 14
@
14 years ago
Replying to scribu:
Why is the site domain and path not editable anymore?
That's for the main site only.
#20
follow-up:
↓ 21
@
14 years ago
[16126] brokes the names for me. http://grab.by/7c0H (Subdomain install)
Alternative: instead of piling huge boxes into one page, move Info, Options, Users, Themes, etc. into separate pages with their own top-level tabs.