I am trying to customize the dashboard to let my users edit the source of RSS feeds (currently from WP Development Blog). This is available to admin, a simple edit function, but all of my users are set to 'author'.
I've found the dashboard.php file, made some adjustments there so that I now have 6 RSS feed source boxes and nothing else showing on the dashboard. If I go to schema.php I see the capabilities associated with each role, including the final piece of code assigning 'edit_dashboard' to the administrator.
Changing this to 'author' doesn't work, nor does duplicating it with 'author' instead of 'admin. Wondering if someone might see a solution.
UPDATE - duplicating this for author does work for new blogs, just didn;t show up for existing blogs.
Cheers