I think he means there are many users, each of whom will see it on their dashboard, and he doesn’t want them to see a message intended for admin like that. I’m not sure how to disable it for all users…
Ah. This is likely related to the user roles question, where only super admin/user should be able to see that and not “contributors” … or “editors” ….
We use a plugin to hide all the admin stuff from anybody who is an editor or contributor, so they cannot install plugins, edit the admin stuff, etc. Not sure that would work with that popup.
that is a very good question !
I’m assuming somebody has tried this logging in as a role lower than admin, to see if the popup for install is still there?
Good question for Lucian, Marius, et al. Sorry I don’t know answer. 🙂
Hi,
@pvisser You can hide this by adding the following custom css into the wp-admin.css file: http://screencast.com/t/0fSO7cw0
#setting-error-tgmpa {
display: none;
}
Thanks
Hi,
In the latest theme version (4.6.2) search for the class-tgm-plugin-activation.php file using the path from the screenshot and remove this two parts of code: http://screencast.com/t/nJEgSEgfpr
This will not bring up any notices into the admin panel if the user doesn’t have administrative roles, like installing/activating plugins.
Thanks