Just a quick f.y.i. so I don’t forget about this one.
If you are using a combination of forums and sub-forums and you set the widget to ‘-1’ it doesn’t work. (At least on my install)
Setting the widget to ‘0’ works just fine.
Just a quick f.y.i. so I don’t forget about this one.
If you are using a combination of forums and sub-forums and you set the widget to ‘-1’ it doesn’t work. (At least on my install)
Setting the widget to ‘0’ works just fine.
If I go to Dashboard > Appearance > Editor and I have the plugin for bbpress installed, where do I go to edit the background color? This is for the basic TwentyTen that comes with the bbpress plugin. Is it the style.css file? That seems like a very short file.
i hate asking for help with opensource (free) software, but i can’t seem to resolve this via the issues presented by others. which sucks, because that’s my normal course of action …
my problem: going to mandressed.com/forums results in just the display of my Home page. Choosing to ‘View’ a forum displays the following: mandressed.com/?forum=mandressed-forum
i’m using a wordpress theme developed by another provider (themefuse), and it involves their own framework. and i’ve followed john’s theme compatibility post by doing the following:
-copied all files from bbp-themes/bbp-twentyten into my theme folder (/wp-content/themes/lifestyle), including single-forum file, etc etc, and creating a /bbpress/ folder within it for the single bbpress css, respective js file, etc.
-i am admittedly confused by the ‘modify your style.css to make it a custom child theme of whatever your current theme is.’
maybe that’s the dilemma.
if i’m missing the obvious or you guys can’t respond, that’s cool. normally i have a lightbulb moment and resolve it in time. just asking for some direction.
thanks,
nate
When using the functions provided by the Popularity Contest plugin to display a list of the popular posts, I get the following error:
Warning: Missing argument 2 for bbp_query_post_parent__in() in /home/user/site.com/wp-content/plugins/bbpress/bbp-includes/bbp-general-functions.php on line 886
No emails are being sent for replies to a topic. Any ideas?
When I do a search on my site does the relevant forum topic come up as the full view (breadcrumb, reply form, etc)???
This makes NO sense.
It should be title, date, post/reply excerpt, and that’s about it. Something simple and readable.
AND – when it shows the full view, even though every other sort of result is set to come up with an excerpt, when there’s a forum post in the results, the other results all return the FULL content, no permalink, etc.
How i translate this plugin. I have started this to my blog forum, but i can’t activate my translation.
I upload bbpress-fi.mo and bbpress-fi.po to bbPress languages folder, but this doesn’t work.
Help?
https://wordpress.org/extend/plugins/bbpress/
Hi
I’ve installed bbpress, activated it, and ceated a test forum.
http://www.finditinspain.biz/forums/
However, when I follow the forum link it just gives a blank page.
Any ideas?
Thanks
Here’s a really weird one. Everything was humming along fine, I spent about 20 minutes answering some forum posts. Then I went back to the main page of the forum again (/forums/) and I got an internal server error.
This is the *only* page it happens on. All sub-pages of the forum are fine, all topics, replies, etc. work like usual. But any visit to the top level of the forums generates the server error.
Anyone have any idea what could cause this?
Thanks,
Jonathan
For some reason the function theme_compat() -line 189 bbpress.php is not respecting the add_theme_support( ‘bbpress’ ); in my theme’s functions.php file.
The reason I don’t think it’s working is because the bbpress.css is still being injected into my header.
*btw the function definition says it also enqueues the topic.js, however it’s not in the arguments, not sure if that matters though, as I am doing that on my own.