• Resolved p4ssc3

    (@passce)


    Hi there,

    I would like to give access to administration of the calendar in back-office to the “editor” role. That’s possible ?
    thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter p4ssc3

    (@passce)

    Also, that “personal” licence contains the multisite support ?
    thanks!

    Plugin Author Roland Murg

    (@murgroland)

    Hello @passce,

    In the Premium version, you can do this from the plugin’s Settings page.

    In the free version you can do it by adding this code to your theme’s functions.php file:

    add_filter('wpsbc_submenu_page_capability_calendars', function (){
        return 'edit_posts';
    });

    You can do this from WP Admin -> Appearance -> Theme Editor -> Theme Functions

    The plugin works on Multisite as well.

    Thread Starter p4ssc3

    (@passce)

    Hi,
    thank you very much for you answer

    I’ve add the snippet in my function.php, then I don’t know what to do to affect the specific editor” role ?

    tks

    Plugin Author Roland Murg

    (@murgroland)

    This code grants access to all Editors.

    Thread Starter p4ssc3

    (@passce)

    Hi,

    I finally bought the premium version “personal”, But the serial key doesn’t work on multisite as you told me.
    Maybe it’s because my sites in multisite doesn’t have the same URL ?
    thanks

    Plugin Author Roland Murg

    (@murgroland)

    Hey @passce,

    Can you please email us at [email protected]?

    Thank you.

    Thread Starter p4ssc3

    (@passce)

    Okay I do this right now thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Give access to certain role’ is closed to new replies.