Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change or remove text "Please continue discussion on the forum"


  • Erhnam
    Member

    @erhnam

    I noticed that on my WordPress page below every last a line is added with the following text:

    “Please continue discussion on the forum”

    How do I change or remove this line?

Viewing 3 replies - 1 through 3 (of 3 total)
  • bbPress doesn’t touch WordPress by default, so you must be running some plugin that adds that


    DKB
    Participant

    @dkb

    Its coming from the plugin WordPress-bbPress syncronization

    https://bbpress.org/plugins/topic/wordpress-bbpress-syncronization/

    Thank DKB. To disable that line, go to line 1017 in the WordPress-side plugin file wpbb-sync.php and comment out (put \ before each line):

    $comments[count($comments)-1]->comment_content .= '<br/><p class="wpbb_continue_discussion">'.
    __('Please continue discussion on the forum: ', 'wpbb-sync')."<a href='$link'> link</a></p>";

    You can also just change the text there too. Someone tell these guys about array_push() ?

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