Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author maxfoundry

    (@maxfoundry)

    We also answered this on the Pro forums, but will do so here as well. To let non-admin users create buttons, you’d have to make a code change. If you’re not comfortable with that, then we’ll have to build some sort of roles/permissions functionality in a future release.

    Thread Starter kwd

    (@kwd)

    Thanks for replying. Yes, I am comfortable with code changes, just don’t know what to change. If you can tell me what and where to change code I would be much grateful. I also responded in the pro forum.
    Thanks again

    Plugin Author maxfoundry

    (@maxfoundry)

    I answered in the Pro forum, so here it is for the free version as well (which is slightly different from the Pro version):

    In the maxbuttons plugin folder is a file named maxbuttons.php. Line 118 is where the capability is defined and looks like this:

    $capability = 'manage_options';

    To open let anyone create buttons, change that line to this:

    $capability = 'read';

    For further capabilities reference, see the Roles and Capabilities page on the codex.

    Thread Starter kwd

    (@kwd)

    Perfect! Thank you.

    Plugin Author maxfoundry

    (@maxfoundry)

    Great, glad to hear it.

    Thread Starter kwd

    (@kwd)

    RESOLVED!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Available to other editors??’ is closed to new replies.