Haven’t tested it, but this should force all the content (or at least most of it) to take over your themes font-size.
#bbpress-forums { font-size: inherit !important; }
div.bbp-breadcrumb, div.bbp-topic-tags { font-size: inherit !important; }
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results { font-size: inherit !important; }
#bbpress-forums .bbp-forums-list li { font-size: inherit !important; }
Hi all, in wordpress we can use is_search to define if page is for search results, is possible to use one function like these in bbpress?
For example i want to not show siderbar in bbpress search, what function i can use?
if…?
Thanks for your time…
Try removing bbpress and uploading 2.4 manually via ftp.
Make a database backup before removal though.
SKParticipant
Does anyone have experience running bbPress (WP plugin) on LiteSpeed? Could you share your experience?
Apache was too sluggish for us so we moved to nginx but we really do miss .htaccess
Hi.
I have a site with WordPress+bbPress 2.0
Today I tryied to upgrade bbPress from 2.0 to 2.4 and all our forum topics are not shown now.
I have a custom theme.
I’m not sure if I have done well this bbPress upgrade: I just deactivate current bbPress rename bbpress folder to _bbpress to maintain old version just in case, download new bbPress from site and upload and uncompress, so now both versions of bbPress appears on WordPress administrator: 2.0 deactivated and 2.4 activated.
I tryied to rename premalinks of forum and topics as I read this could fix this issue, but not on my case.
Any help?
Thank you.
@csotelo Most excellent dude…. That said, I made one too š
You can grab the latest revision from https://bbpress.trac.wordpress.org/ticket/2402
The main differences are:
- Forums
- Updated code formatting and inline docs
- Uses kunena_categories.parent_id for Forum parent ID
- Imports Forums topic & reply counts
- Uses kunena_categories.alias for forum slug (seo)
- Includes Category/Forum forum type input & callback method
- Includes Open/Closed forum status & callback method
-
- Topics
- Ahmmm
Ok, I just stopped at ‘Topics’ as there are quite a few differences there, I based mine on Kunena v3.0.1 Forums, What version are you importing from?
(There are some significant changes here)
Hmm, my theme was already responsive; it must somehow be interacting with the changes that were made. š
@nykess bbPress 2.4 included some updates to make it responsive as detailed here.
On mobile, portrait view, username/role/etc. aren’t left-aligned and have a margin-top of 0.
This could be my theme, but it wasn’t this way prior to the most recent update.
Thanks.
P.S. Avatars don’t show on mobile. How can they be enabled?
@akgt “all posts and topics have the same titles” this is fixed in bbPress 2.4
@kcurlsjr This is a known issue on forum visibility, details are in ticket #2408 and a possible workaround is in this thread
Fixed already for 2.4.1; I’ll release next week.
https://bbpress.trac.wordpress.org/ticket/2405
A bug, fixed in trunk and will be part of 2.4.1 next week.
https://bbpress.trac.wordpress.org/ticket/2405
Sorry about that.
JParticipant
I’m trying to import a bbpress 1.0.2 forum to the latest version of WordPress-bbpress (2.4). It has 37,000 topics, which all seem to import OK and look good. But when the importer is importing replies, it seems to stall out around 70,000. It gets slower and slower until it’s a crawl.
I’m wondering if this is due to the wp_bbp_converter_translator table that apparently is created to help translate the standalone bbPress posts into WordPress? This table is now 500,000 lines already. Or is there some other explanation? Is it because I am using bbPress 1.0.2?
It looks to me like bbp_title() is overwriting the title when it’s not a bbPress page. Since bbp_title is a filter on wp_title, it should bail and return the original title when it’s not a bbPress page.
That’s my best guess from a quick look over the code. I’m not familiar enough with the bbPress code base to know for sure though.
Just install bbpress and widget disappear from my topic
my web site is http://www.comoprogramar.org
is installed in bbpres http://www.comoprogramar.org/foros
widget install and disappear only in the other forums page this well
please help: (
This was just a rough draw, but like Tecca said, you should put it in style.css or the proper bbpress replacement stylesheet.
Have you tried disabling all other plugins and running a standard wordpress theme?
I doubt this is a problem with bbPress.
Had this problem a while back too, with me it was caused by a plugin auto activated by Page.ly.
Have you tried doing a clean install on a wamp or something like that?
You can edit “content-archive-forum.php” that is as far as I know the frontpage(index) of the forums, you can also remove the search form there.
Another option for removing the search is by turning sitewide search off in your bbpress settings.
The forums title is a bit trickier, since it uses your page.php from your normal theme and inserts that content title. You’d have to change it there.
You have 2 options for this.
1. Recode the bbpress plugin and change out the custom post type names/slugs etc.
2. Try to filter the forums with a custom query on the loops.
There is no plugin that does this for bbPress as far as I’m aware off. You could try looking at the code from BP Labs and extending it too bbPress.
Hello,
What Iām trying to achieve is something like this setup where the forums are broken up:
http://floridastate.rivals.com/forum.asp
Iām looking for groups of forums (Categories) that have a heading such as āRomanticā, āPlatonicā, āGeneral Discussionā, where āRomanticā, āPlatonicā, āGeneral Discussionā is not a forum (Category), but just a heading.
Something like this:
http://floridastate.rivals.com/forum.asp
Thank you in advance!
do you guys know if there is any way to avoid putting html tags for images and such as part of the comments? —> <img src="http://asd" alt="asd" />