Skip to:
Content
Pages
Categories
Search
Top
Bottom

Bug: incorrect url's after deleting a reply

  • Hi,

    It seems that bbpress is not recalculating reply positions after you move them to trash, which causes wrong reply urls.

    For example, if you delete a reply somewhere in the beginning of a topic, url of every last reply in a topic page leads to the next one and url of the most recent reply in a topic can lead to a page that doesn’t exist at all.

    In addition, it would be very nice to have a tool for recalculating reply positions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • In addition to that, I have found another bug.

    When you insert a new message, it tries to calculate its position by using bbp_get_topic_reply_count

    The problem is that wordpress passes it through bbp_number_format filter and tries to convert it back to the integer.

    In my case if a topic has 3000 replies, number format will be 3,000 and returned integer will become 3.

    For your second issue could you please create a ticket on trac https://bbpress.trac.wordpress.org/ with as much detail as you can.

    For the first issue does repairing the forums fix your problem?
    https://codex.bbpress.org/repair-forums

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