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/
]]>I am wondering if it is possible to set a character limit on the pulled in featured post excerpt?
https://www.ads-software.com/extend/plugins/wordpress-mu-featured-posts/
]]>This plugin is exactly perfect for what I am trying to accomplish — almost.
What I would like to be able to do is allow bloggers to feature other posts from across the network. However, as far as I can tell, this plugin can’t be used at the individual blog level. It only shows up in the super-admin menu, and appears as though only one instance can run.
I hope I’m being clear as to what I am asking. How difficult would it be for a PHP notice like me to adjust the code to run several instances (and creating different tables), or to allow this to run at the blog level instead of the network level?
https://www.ads-software.com/extend/plugins/wordpress-mu-featured-posts/
]]>Hi,
I am curios if there is a widget or shortcode to add to main site on multisite installation to show recent/featured posts by category? Is that even possible?
Thanks!
Dana
https://www.ads-software.com/extend/plugins/wordpress-mu-featured-posts/
]]>Hello there,
I’m using this plugin on WordPress 3. Works fine however blog_id is set to 1 for all entries.
I’m using subdomains.
Thanks!
https://www.ads-software.com/extend/plugins/wordpress-mu-featured-posts/
]]>