• I’ve this up and running but noticed emails were not being sent to the folks I specified.

    In the wording of the plugin it says Note that they (moderators) must be either editors or administrators.

    My moderators are not editors, but are instead a custom role that have mostly editor capabilities but with a few things stripped out.

    My question is this: can I use a custom user role that has the correct capabilities, or do I have to make everyone editors instead?

    If I can use a custom user role, then what is the capability they need to have in order to receive emails?

    Thanks!
    Jason

    https://www.ads-software.com/extend/plugins/peters-collaboration-e-mails/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Peter

    (@pkthree)

    Hi,

    On Line 60 of the latest version, there this setting, and you can add other roles to it so that they can receive e-mails:

    // Which roles on your site can approve posts
    // Typically you do not have to edit this unless you have custom roles and capabilities
    $pce_moderator_roles = array();
    $pce_moderator_roles[] = 'administrator';
    $pce_moderator_roles[] = 'editor';

    (It’s been available since version 1.4.0, but the line numbers will be different)

    hi peter-
    I need a simple plug to redirect users upon sign in to home page; now users being re-directed to profile page? my email is [email protected]

    Plugin Author Peter

    (@pkthree)

    Hi, I would suggest checking out this plugin: https://www.ads-software.com/extend/plugins/peters-login-redirect/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Peter's Collaboration E-mails] User capabilities for moderation?’ is closed to new replies.