Skip to:
Content
Pages
Categories
Search
Top
Bottom

Topics and replies awaiting moderation

  • @angelorocha

    Participant

    I have a problem on my forum. Users are sending topics and replies and I have to approve the content. I did not make any settings for the forum to be moderated, how do I resolve this? Before it worked normally.

Viewing 6 replies - 1 through 6 (of 6 total)
  • @robin-w

    Moderator

    all topics/replies or some?

    @angelorocha

    Participant

    Some.

    Eg.:
    A user submits a topic/reply, this content is automatically approved, but if this same user submits a topic/reply again, this requires approval.
    …or no.

    @robin-w

    Moderator

    see dashboard>settings>discussion>comment moderation

    usually it is the number of links

    @angelorocha

    Participant

    Comments are without moderation.
    The problem is happening intermittently, a user sends a topic or reply and this action may or may not wait for moderation, is there anything in the code that I can adjust?

    @robin-w

    Moderator
    
    add_filter( 'bbp_bypass_check_for_moderation', '__return_true' );

    @angelorocha

    Participant

    Thanks!
    I implemented this in my code.

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.
Skip to toolbar