-
Notifications
You must be signed in to change notification settings - Fork 5
Global default menu #32
Comments
This would be a very cool function! |
yes, user-specific customization of admin panel would be a dream come true. But.......... can you do this: for any New Item added by a user, append their userID and a unique number to the page slug of the new item, so that the ScreenID is unique. (i.e., toplevel_page_{page_slug} would be toplevel_page_userID_uniqnum |
@blogmom Sounds like that's worth a new issue.
Perhaps we could, but I suspect this would break many things like stylesheets, capability checks, the menu item mapping, etc.
Can't you do something like |
I suppose... but I want my users to freely choose their dashboard widgets (which they can do now) but with one of my clients, users also want ability to create multiple Dashboard pages (it would be like having vertical "tabs"). I have dreamed of this too, since the Dashboard was invented. But adding stuff to Dashboard is usually done with hard-coding to affect all users, until I discovered your magic AMM plugin. Wow, now users can Order their Admin Panel and create New Items, just wow!. But... how can they create a New Dashboard Page and add widgets to it? My idea is to have a unique ScreenID (similar to what happens with I create a new page using add_menu_page), but maybe I don't understand the solution you pasted.... |
OK, I think now I got what you mean. Right now, the new items created by the plugin are simply external links. To make them real pages within the admin, AMM needs to use Note that |
Totally understand that AMM should not expand its scope to add widgets Actually..... I know you have bigger fish to fry with AMM right On 10/9/2016 4:16 AM, Pascal Birchler wrote:
|
As per this request:
See also #25 (comment)
The text was updated successfully, but these errors were encountered: