swww1tamahagane (@swww1tamahagane)

Forum Replies Created

Viewing 1 replies (of 1 total)

  • swww1tamahagane
    Participant

    @swww1tamahagane

    I had the same problem but I was able to solve it.

    BBpress controls the number of allowed URLs with WordPress settings.

    Open WordPress settings, go to “Discussion”-> “comment moderation” item, and set the upper limit of pending URL.
    If you enter a very large value, this problem will never happen again.

    This idea was discovered by following in the “bbp_new_topic_handler” function.
    The function called the “bbp_check_for_moderation” function, and finally used the “comment_max_links_url” filter to obtain the number of pending URLs.

Viewing 1 replies (of 1 total)