Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I used vertical news scroller plugin...but problem is only admin can published news. I want editor also published news. but I don't know how to hack plugin. Here is code...

function scrollnews_plugin_menu() {
    add_menu_page( __( 'Scroll news' ), __( "Manage Scrolling News" ), 'administrator',  'Scrollnews-settings', 'managenews' );
}

any help appreciated...

share|improve this question
try changing administrator to editor and see if works ?, but if that code lies inside plugin then that may lose as you update plugin. – amit Aug 2 '12 at 16:33
1  
And please consider going back to your old questions and work on them. Note: Always add links to plugins you're using and mentioning in the question. – kaiser Aug 2 '12 at 16:40

closed as too localized by toscho Oct 4 '12 at 23:25

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.