Viewing 9 replies - 1 through 9 (of 9 total)
  • Was this resolved? Is there a reference somewhere or a hack to give editor access. Thanks so much.

    Thread Starter wp_bulldog

    (@wp_bulldog)

    not resolved as far as I know or a hack… since version 2.6 editor role is suppose to have access.

    wp-bannerize >> main.h.php >> change this:

    21 define(‘kWPBannerizeUserCapabilitiy’, ‘manage_options’);

    to this:

    21 define(‘kWPBannerizeUserCapabilitiy’, ‘edit_posts’);

    and enjoy new capability ??

    Plugin Author gfazioli

    (@gfazioli)

    Hi,
    I change capabilities to edit_posts in 3.0.32

    Thread Starter wp_bulldog

    (@wp_bulldog)

    Thank you! to all

    problem solved ?? topic can be closed.

    no resolved, because kWPBannerizeUserCapabilitiy’, ‘edit_posts’, you can not restricted wp bannerize for another user like contributor or editor… how to solving that problem so we can setup wp bannerize for another user we want?

    Thank you

    Hi Pankrol,
    Do you know what to put in this field to restrict so that only administrators can access this module? The rest cannot even see it.

    Think I solved it. I changed to edit_users which only an administrator would have the right to do. Works for me. Can someone confirm this is ok to do?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: WP Bannerize] Editor Access not working’ is closed to new replies.