Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    I suspect that I’m having a similar problem. I am receiving emails when Contributors submit *pages* for review (provided that they leave the box ticked for admin to receive a notification at the bottom of the screen, and that I set admin rather than themselves as the Author of the page).

    However, I am not receiving emails when Contributors submit *posts* review and they don’t seem to get the option at the bottom of the page to tick for me to receive a notification either. I have looked everywhere and can’t see how to fix this?

    Thanks,
    Rebecca

    Thread Starter Sean

    (@seannorton)

    I never got any assistance on this, rebecca, not even after I posted to the developer’s website… so I dealt with it until I stumbled upon a fairly new plugin last week called Approval Workflow that works much better and “as advertised”. Plus, users can preview their changes before submitting unlike Revisionary AND the notifications WORK.

    Hi Sean,

    Thanks very much for getting back to me – I’ll definitely give that a go ??

    Best wishes,
    Rebecca

    I’m having the same problem. Notifications of submitted edits don’t come through to administrators/editors/revisors. I’ve checked junk mail. Tried using various email addresses associated with other domains.

    Notification feature appears to be broken.

    I checked into Approval Workflow. Unfortunately, it doesn’t force the approval process – leaves it as an optional checkbox for the user who is making the edit. I need to have something that forces the approval process.

    dorsetjon

    (@dorsetjon)

    We fixed this by editing the file plugins/revisionary/admin/admin_rvy.php and changing the following line:

    if ( $admin_notify && ! empty($post_arr[‘prev_cc_user’]) ) {

    to become:

    if ( $admin_notify ) {

    dorsetjon – that change in the code made the plugin send your Editors an e-mail notification when a post/page change was submitted?

    Or must a user be defined as a Revision

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Revisionary] Not receiving email notification as administrator’ is closed to new replies.