Skip to:
Content
Pages
Categories
Search
Top
Bottom

how to speedup the bbpress

Published on July 18th, 2020 by hitobonfim

dear all
i want to speedup up the bbpress
i used the cache plugin , but the new topice cant show it the page
hope someone can share something , how to speedup the bbpress

Splitting a topic

Published on July 18th, 2020 by Chuckie

A user has created a topic but they have covered two different issues in the one topic. So ideally I would like to:

– Duplicate the topic
– Edit each topic to one question each

I don’t know how to do this with the current moderation tools in bbPress.

Bridge wordpress users and bbpress

Published on July 18th, 2020 by proversion88

I have a membership site with s2 member plugin and I want to install bbpress on a sub domain..the forum is not public and only my members need to access it. Is there an easy way to bridge login between bbpress and wordpress? All my members should be able to login to forum without registering again..

Large space between header and forums

Published on July 17th, 2020 by forehanded5

I just installed bbPress through the plugin panel and added some test forums. It seems like there is a very large empty DIV that I don’t know how to get rid of causing a large space between the forum header and the forums. Any ideas on how to get rid of it?

It’s only showing up on the main forums home page and not any other pages when you navigate into the forums or posts.

Currently using the Uncode theme. WP, plugins, themes, etc are all up to date.

Forums are at: http://foxtrotbattleline.com/forums

use wordpress posts as bbpress topics

Published on July 17th, 2020 by Hari

Hi, i would like to use WordPress native posts as topics with bbpress.

and I would like to install bbpress in a subfolder. but if I do that bbpress creates unnecessary slugs

I do not want bbpress to create an extra slug for example domain.com/folder/topic/orignal-post

I want below slugs ? is it possible?
domain.com/folder/
domain.com/this-this-a-post/

Pagination – How to remove last page numbers?

Published on July 17th, 2020 by kriskl

Hi,

I would like to remove the last page numbers in pagination,
is there any function code to do this?

at the moment, on latest topics on a big forum.. it shows like this..

1 2 3… 8432 8442 8445 →

Thanks
kris

How to hide particular topic of forum?

Published on July 16th, 2020 by suberd1

I have set up user groups for different activities, (Group 1, Group 2, Group 3, Group 4,) then created Forum topics https://prnt.sc/tipt9e
So I want only the users from Group 1 to be able to see Topic 2 https://prnt.sc/tiq7xn
For the rest user groups that topic should be invisible/hidden, I don’t want the whole forum to be hidden, I just need one topic of the forum. Can you please let me know if it is possible?

bbPress Multi Image Uploader

Published on July 15th, 2020 by cassel

I have been using this plugin successfully for years now to allow my members to post images in the forum without having to host them somewhere else. However, although it still works perfectly with my current WordPress version (5.4.2), it has not been updated in 2 years.

Can someone “update” or check it (it is open source) or suggest another one if/when this one no longer works?

Allowing Line Spacing in Forum Description

Published on July 15th, 2020 by theicebooky

Is it possible to allow spacing in the Forum description? Right now, even when you created different paragraphs for the description, the spacing will disappear and the paragraph will be squished together in the shown forum description.

Is it possible to allow spacing in the forum description?

Thank you!!

customize breadcumbs

Published on July 15th, 2020 by p3t3rr

Hi,

I am using the Enfold theme which seems to disable the bbpress default breadcrumbs. I re-enabled them for better user navigation with the following code in child theme functions.php

//show bbpress forum breadcrumbs
add_action('after_setup_theme', function() {
	 remove_filter('bbp_get_breadcrumb','avia_fetch_bb_trail',10,3);
}, 9999);

Breadcumbs are displayed as seen for example here: https://hatopia.de/community-forum/thema/ich-erstelle-auch-ein-thema-weil-ich-was-zu-sagen-habe/.

I want to change the default breadcumbs a bit in order to have better UX.
First, I want to change the text of ‘Startseite’ to ‘Home’. Second, I want to change the name of ‘Foren’ to ‘Community’ and change the link of ‘Foren’ to another link (‘…/community’).

Can this be achieved and if so how?

Thank you for the support and best regards, Peter

Skip to toolbar