• Hi,
    I am currently using the Miniblog plugin for asides on my site. I recently added a new writer to the blog and would like to make aside publishing available to him. However the miniblog posting option is not available until level 6.

    Is there a way to change the user level? I glanced over the plugin code but my limited php did not show me anything. Also, can I set up a way to display our usernames to give credit to the poster?

    Thank you!

Viewing 1 replies (of 1 total)
  • Taking a cursory look at the plugin script (I don’t use it), it appears the only line you’d need to modify is this near the end:

    add_submenu_page('post.php', 'Miniblog', 'Miniblog', 9, basename(__FILE__), 'miniblog');

    Change the 9 to the user level you want to allow access to (and above, of course).

Viewing 1 replies (of 1 total)

The topic ‘Miniblog and user levels’ is closed to new replies.