• Resolved fobtron

    (@fobtron)


    Hi.

    I have some problem with this plugin.
    Info about awaiting moderation posts dosen’t dissapear, even if I accept post and publish it. I see still info like this: “(XX Reply awaiting moderation)” in topic title.

    This problem occurs only if I’m logged in as administrator and browse forums.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter fobtron

    (@fobtron)

    If I do steps like below:

    1. I publish new reply in BBPress forum
    2. Now, reply has status “pending”
    3. In Admin Panel I can see this spost as “awaiting moderation”
    4. If I open this reply and klick “Publish” and forum topic and see “(XX Reply awaiting moderation)”. Where XX – is number of moderated replies growed by 1.

    For me it looks like all moderated replies (even already published) are displayed as awaiting for moderation in forum frontend.

    Plugin Author Digital Arm

    (@digital-arm)

    Thanks for bringing this issue to our attention.

    We’ll look into it as soon as possible and advise when a fix is available.

    Thanks,
    Digital Arm

    Thread Starter fobtron

    (@fobtron)

    Hello again.

    I’ve noticed that problem is in following part of code:

    $args = array(
    ‘post_parent’ => $post_id,
    ‘post_type’ => ‘reply’,
    ‘numberposts’ => -1,
    ‘post_status’ => ‘pending’
    );
    $children = get_children( $args );

    It looks like
    get_children( $args );
    ignores
    ‘post_status’ => ‘pending’.

    ps.
    I use PHP7 and apache 2.4

    • This reply was modified 8 years, 8 months ago by fobtron.
    Plugin Author Digital Arm

    (@digital-arm)

    I have not been able to reproduce this bug so far. Can you double check the steps to recreate to confirm the issue?

    I tested as follows:
    – Created a new topic
    – Submitted 2 replies both with a link so they are marked as pending
    : Topic says 2 Replies awaiting moderation
    – Published 1 of the replies
    : Topic says 1 Reply awaiting moderation
    – Published both replies

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘” Reply awaiting moderation”’ is closed to new replies.