• Hey, Thanks for the cool plugin. One little niggle is that the Featured Post link shows up for users who don’t really have permission to access the Featured Posts admin page. So subscribers get a “Tools” section on WP-Admin with a link to Featured Posts that when they click on say “You don’t have permission…”

    So if you update around line 105 of ra-featured-posts-admin.php and add a check for permission there it goes away.

    if( is_super_admin() ){
    	add_submenu_page($ra_parent, 'ra_featured_posts', 'Feature Posts', 0, 'ra-featured-posts-admin.php', 'ra_featured_posts_page');
    	}

    (I only wanted super admins to use it and I know that this is a multi-site install)

    Thanks again.
    Colin

    https://www.ads-software.com/extend/plugins/wordpress-mu-featured-posts/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Andrea Rennick

    (@andrea_r)

    Yeah, this was an oopsie from when they moved the Super Admin menu. ?? It really should be fixed to show up under Network Admin I think.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Featured Posts] Awesome plugin but permission issue’ is closed to new replies.