Hi,
I suppose with ‘core’ you mean the bbPress plugin code ? NO, NEVER ! You don’t want to loose your changes at the next bbPress update, right ?
I think @robkk answer was the most appropriate one for this topic: Just work on the template, copy it to your (child)theme and modify as he indicated.
See probably step 5 and 6 from https://codex.bbpress.org/themes/theme-compatibility/step-by-step-guide-to-creating-a-custom-bbpress-theme/ an also https://codex.bbpress.org/functions-files-and-child-themes-explained/
Pascal.
Hi there
Thanks for the reply.
For the one or two lines of code that needs to be removed from the bbpress plugin files it doesn’t seem right to go to all the effort of a child theme.
I can always remove the code each time the plugins updated.
Would you happen to know where it is and which line I need to remove.
Thanks
Hi there,
Would anyone be able to advise on this (even if you dont agree with how Im doing it).
Thanks
Hi,
I would say find the ‘content-single-forum.php’ file and edit it. You will probably see twice a line with <?php bbp_get_template_part( 'pagination', 'topics' ); ?>
, so you need to delete the first one to hide the top pagination.
I didn’t test it, just guessing from what I read.
Pascal.
Hi there,
Thanks for that. I removed that line but it is still present. Any other ideas where it might be coming from?