maf2874 (@maf2874)

Forum Replies Created

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

  • maf2874
    Participant

    @maf2874

    My fix:
    In plugins/bbpress/bbp-admin/bbp-metaboxes.php function bbp_reply_metabox at the //topics section I increased the value in ‘numberposts’ => ’5000′

    The default limit of 250 was too low for my site.

    In reply to: Reply edit and topic

    maf2874
    Participant

    @maf2874

    My problem was similar in that I was also losing the connection between replies and their parent topics. In my case all the ‘parent’ topics were not being listed in the reply attributes box and so the connection was lost if we re-saved the comment.

    The reason for this was the display limit of 250 for the topics.

    My fix:
    In plugins/bbpress/bbp-admin/bbp-metaboxes.php function bbp_reply_metabox at the //topics section I increased the value in ‘numberposts’ => ‘5000’

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