Hi,
I'm using the wordpress.com stats plugin (not jetpack) and I'm having some difficulty getting the dashboard widget to display for non-admins (specifically, Editors)...
Usually I just do a search & replace in the stats.php file; looking for:
manage_options
and replace both instances with:
moderate_comments
However it doesn't seem to be working now.
I'm using the latest version of the plugin and also have the latest version of WordPress installed.
I also have the capability plugin manager installed, and Editors have been given a user level of 8. This is the caps manager plugin I'm using:
http://wordpress.org/extend/plugins/capsman/
To be clear- editors can view the site stats page... it's just the dashboard widget that's not displaying.
Any ideas or suggestions?