Hi,
As a user (not an administrator), when I go to the profile page at http://sitename.com/wp-admin/profile.php I get the the following message, how do I disable this?
“Sorry, but you do not have the correct permissions to install the BB Press Forum Software plugin. Contact the administrator of this site for help on getting the plugin installed.
Dismiss this notice”
Matt
I think this is a bug/problem with the TGM-Plugin-Activation class (wp-contentthemesenfoldframeworkphpclass-tgm-plugin-activation.php). Basically it’s not required but the new Envato theme guidelines force the theme authors to use this class to “recommend” required plugins (i.e. Enfold requires WooCommerce for the shop and bbpress for the forum). You can deactivate this class easily though – open up enfold/functions.php and delete following line
require_once( 'includes/admin/register-plugins.php'); // register the plugins we need
With this code mod Enfold doesn’t initialize this class anymore and you also don’t see the warning message.
Howdy Dude,
That worked a treat, thank you!
Matt