bbPress Support Forums › Installation › Change or remove text "Please continue discussion on the forum"
Info
- 4 posts
- 3 voices
- Started 2 years ago by Erhnam
- Latest reply from Adam Harley
- This topic is not resolved
Change or remove text "Please continue discussion on the forum"
-
- Posted 2 years ago #
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?
-
- Posted 2 years ago #
bbPress doesn't touch WordPress by default, so you must be running some plugin that adds that
-
- Posted 2 years ago #
Its coming from the plugin WordPress-bbPress syncronization
http://bbpress.org/plugins/topic/wordpress-bbpress-syncronization/
-
- Posted 2 years ago #
Thank DKB. To disable that line, go to line 1017 in the WordPress-side plugin file
wpbb-sync.phpand 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()? -
You must log in to post.