[wp-trac] [WordPress Trac] #17370: Screen options and meta box settings in multisite apply across all of a user's blogs
WordPress Trac
wp-trac at lists.automattic.com
Tue May 10 21:13:37 UTC 2011
#17370: Screen options and meta box settings in multisite apply across all of a
user's blogs
--------------------------+-----------------------------
Reporter: jmdodd | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Users | Version: 3.1.2
Severity: normal | Keywords:
--------------------------+-----------------------------
User preferences for admin interface appearance of the Dashboard and the
Edit/Add New pages are stored in per-user options in wp_usermeta:
closedpostboxes_$page, metaboxhidden_$page, meta-box-order_$page, and
screen_layout_$page, where $page is one of 'post', 'page', or 'dashboard'.
Users can customize the order of the Dashboard and editing meta boxes to
better suit their workflow using the drag-and-drop AJAX interface to move
the meta boxes into ordered columns and the Screen Options tab to show and
hide the boxes. Many plugins add custom meta boxes to the Edit/Add New
Post page.
In a multisite installation, with different plugins active on different
blogs, users who rearrange an Add New Post page on a blog with a custom
meta box and then rearrange it on a different blog without that meta box
will lose the position of the custom meta box. Blogs can have different
features and workflows implemented, and having per user options for the
appearance instead of per user, per blog options limits the ability of a
user to customize the interface.
The expected behavior for moving things around is that it changes on one
blog, not on all blogs.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17370>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list