• Resolved candell

    (@candell)


    It seems that only administrators can configure the plugin. Could you let me know what permission this is set on so that I can allow Editors to also manage the settings?

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support Smash Balloon Joel

    (@joelsmashballoon)

    Hey @candell,

    Thank you for reaching out!

    You can use this custom functions.php snippet (we suggest adding to to a child theme’s functions.php file) to allow editors to also configure the plugin:

    function sbr_custom_capability( $cap ) {
        return 'edit_posts';
    }
    add_filter( 'sbr_settings_pages_capability', 'sbr_custom_capability', 10, 1 );

    Let me know should you have any questions or issues with this!

    Many thanks,
    Joel

    Thread Starter candell

    (@candell)

    Thank you

    Thread Starter candell

    (@candell)

    Actually, on testing, they only have the option to upgrade to the pro version, not set up a feed.

    Plugin Support Smash Balloon Joel

    (@joelsmashballoon)

    Hey @candell,

    Looks like it works a bit different in the Reviews Plugin. I will get back to you with details on properly setting this up.

    As for messages on upgrading to Pro, this should just be when trying to access features available in one of the Pro licenses only. Setting up feeds should be available in the free Review Plugin. The Free plugin includes Google and Yelp reviews, other sources are available in the Pro licenses.

    I’ll get back to you as soon as possible here!

    Plugin Support Smash Balloon Joel

    (@joelsmashballoon)

    Hey @candell,

    We have created an updated version of the free plugin here which will work with the above snippet I provided in my first reply. Please download and replace the Reviews Feed plugin on your site with this file. The fix will be included in the next update as well.

    Let me know if you have any further issues with this or other questions!

    Thread Starter candell

    (@candell)

    Thank you. Admins can add the feed, but the editor with the code supplied only sees the Upgrade link.

    Plugin Support Smash Balloon Joel

    (@joelsmashballoon)

    Hey @candell,

    Just to confirm – this is the same behavior with the version I sent over?

    Plugin Support Smash Balloon Joel

    (@joelsmashballoon)

    In testing this version on my end, as an editor, I have access to all free features, can create feeds, and access all settings.

    Thread Starter candell

    (@candell)

    All working great now, thank you for the help

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘User permission to setup plugin’ is closed to new replies.