Adam Silverstein
Forum Replies Created
-
Forum: Plugins
In reply to: [User Admin Simplifier] Gravity Forms Javascript Errorsi will take a look and see if i can reproduce this.
Forum: Plugins
In reply to: [User Admin Simplifier] Gravity Forms Javascript Errorscan you give me the URL of the web page where you see this error?
also, try disabling the User Admin Simplifier plugin, does the error go away?
we were using the ‘easy nivo slider‘ but i’ll try to swap out with the one you referenced, thanks!
Forum: Plugins
In reply to: [User Admin Simplifier] Hide Appearance => Editor(fixed)
Forum: Plugins
In reply to: [User Admin Simplifier] Hide Appearance => EditorMy recent patch corrects this bug. for some reason Appearance->Editor does not show up at the point the the admin_head ran, instead i had to switch to the admin_init hook;
in any case, that fixed your issue, give it a try.
jeremy, i did try disabling many of the modules, maybe not all of them, but certainly photon, forms & infinite scrolling.
i’m going to wait a few weeks and try reinstalling. i opened a ticket on the plugin support page for the easy nivo slider. for now we are leaving jetpack off. if the problem isn’t resolved i can try setting up a spec site and give you a login to try to troubleshoot.
Forum: Reviews
In reply to: [WP e-Commerce Store Sales Pack Sheet] Does not workwhat version of wp-ecommerce are you using? did you select a date range?
Forum: Plugins
In reply to: [User Admin Simplifier] Hide Appearance => Editorthats odd, i will take a look to see why Editor missing and see if I can fix that. I will comment back here when I have an update.
Forum: Plugins
In reply to: [User Admin Simplifier] Multisite?will add in the next version, thanks for your suggestion.
Forum: Plugins
In reply to: [User Admin Simplifier] Multisite?ok, so just to clarify what you are suggesting:
do you want to edit the menu of all the users who are admins, across all the sites, at once? or is it that you want to edit a single user’s menus across all the sites they are admins on (ie. for that user on any site) ?
thanks for clarifying, will consider for a future release.
Forum: Plugins
In reply to: [User Admin Simplifier] Multisite?I installed WP Multisite and the plugin seems to work great. in particular:
- logging into dashboard for a specific site and visiting the plugin for a particular site only shows the users from that site
- restricting menus for users works as expected
- menu disabling works on a per user/site basis, that is when you disable menus for a user in a site, its only for that site. if the user has access to another site, their menus will remain unaffected when logged into that site
i’m open to suggestions for improving MS functionality, do you have any ideas? how do you use MS, would one user have access across multiple sites, or is it more separated than that?
the only thing i can think of for making this extra useful for multisite would some sort of bulk control for setting user menu options from the network/users page, letting you disable menus for a user across sites; let me know what you think; for now i am going to add a note the FAQ indicating the plugin functions in MS, let me know if you test and discover i missed something.
Forum: Reviews
In reply to: [Hello Norris] hello humorps, great combined with my hello gandhi plugin, although gandhi has a little more (css) style!
Forum: Plugins
In reply to: [User Admin Simplifier] enable for sub menusps thanks for your review, i see you say it hides the menus, which actually makes sense because it implies the menu items are still accessible, which they are. i will rewrite my description again with that in mind. thanks for your interest, have fun!
Forum: Plugins
In reply to: [User Admin Simplifier] enable for sub menusthanks for the remarks. i use the term ‘remove’ for the menu items, because for the user in question my plugin calls ‘remove_menu_page’ (and remove_submenu_page), instead of just hiding the menu with css. still, i will try to change the wording, maybe it should say ‘disabling’ instead?
on the second remark, i realize there are always going to be other ways to reach the pages i have removed from the menu. te remove menu calls documentation explicitly mentions that removing the menus does’t mean removing access to the linked pages. the WordPress bar at the top, for example, gives access to all areas and my plugin doesn’t touch it.
the purpose of my plugin is just to simplify the menu, to make it less confusing, while not actually disabling any functionality. if i get a lot of requests i may consider enhancing it; but there are other plugins that do similar things (and much more). in the mean time, i’m going to look at how the plugin works for larger sites or WPMU installs.
thanks again for your feedback, i hope you find the plugin useful!
Forum: Plugins
In reply to: [User Admin Simplifier] enable for sub menushey piet, i enabled the feature you requested – the ability to disable submenus. that was a bit of work, hard to find wordpress documentation of array structure.
not sure my submenu selection process is the cleanest, but it does seem to work, please let me know what you think!