Are you using a plugin that is being greedy with it’s query filtering?
Nothing in bbPress core should be limiting it to 5.
BuddyPress selfishly takes over the “register” slug. If you’d rather use bbPress, you’ll need to make a WordPress page with a different slug.
bbpress 2.0 uses WordPress themes. bbPress 0.x and 1.x use bbPress themes.
You would add the line “add_theme_support( ‘bbpress’ );” to the functions.php file of a WordPress theme so it knows to play nice with bbPress 2.x.
First off, when a download a bbpress theme, does it need to be a theme that was specifically created for 2.0? Or can I use a 1.0 theme? If I need 2.0 themes, where is a good place to get 2.0 themes, cause most places have the old themes?
On the theme guide for 2.0 …
http://bbpress.org/forums/topic/bbpress-20-theme-compatibility
It says…
…you’ll need to tell bbPress that you are in control of the theme situation. You do this by adding this to your functions.php file:
add_theme_support( ‘bbpress’ );
Where is the functions.php file? I downloaded a new template (http://www.awesomestyles.com/bbpress-themes/view/businesslike) and placed it in my wp-content/themes/mythemename-child folder. There is no functions.php file there.
I also looked in my bbpress plugin directory (located in wp-content/plugins/bbpress). I dont see a functions.php file. I checked the directories in there … in bbpress/bbp-themes/bbp-twentyten/ there is a functions.php … but I don’t want to use that theme!
That’s the start of my questions. Please help. Want to get this configured.
That is a good point in that you can define other slugs to stop them from colliding. I just assumed that most people wouldn’t want two different forum implementations running at the same time with inconsistent experiences. But YMMV.
And to clarify, by Network Activated, are you referring to a multi-site install? I’m not running WordPress MU and Site Tracking is visible to me. That may be a BuddyPress bug I need to submit.
Oh, forum functionality in BP is disabled. It was disabled from the get go.
In my Forums setting for bbPress, it’s using the slug “forums.” And when I go to the page directly, I’m not getting a 404, so it is “there,” but nothing from the forums is showing up either.
Sorry, I meant 1.0. But my point remains that if you search for bbPress in the WordPress plugin repository, there is no indication which plugins are designed for bbPress 1.0 and which are designed for 2.0.
Is there any way, or will there be a way in the future to have a bbPress 2.x forum/sub-forum only accessible to a certain BuddyPress group?
As you stated above, you can currently use the BuddyPress 1.5 forum functionality side-by-side with bbPress 2.0 forum functionality, but that presents an inconsistent experience to users.
I prefer the functionality of bbPress 2.0, and the unified forum view, but I’d like to have private forums for certain groups.
Personally, I disabled the Forums functionality within BudddyPress, and let bbpress use the Forums slug. Then I created a blank page called Forums within the plugin “Page Links To” that redirects to the Forums slug.
https://wordpress.org/extend/plugins/page-links-to/
Or you could simply use the bbpress shortcodes on the page.
Ok, installing BP 1.5, then bbP 2 RC4. Using the default theme and everything’s playing nice!!!
I’ve made a page, in my page list, called Forums. She’s blank (understandably so).
So, before I go tearing things apart (I’m very familiar with WP, but am a n00b to BP and bbP) what is the best way to get the standard forums view on my forums page? Is it a matter of adding a few tags into my page.php template?
Thanks bros!
Hello…
This problem is a real one and must be corrected…… As WP blogs are often NOT at root level !
And it is caused by bbPress itself…. if deactivated, all is OK.
I hope this can be solved….
regards.
Hi there!
Thanx to Jared for the plugin solution – working smoothly
Awesome now I can use bbPress for a client site forum running with Genesis!
@John:
Thanx for the patch! – I’ve implemented this in my local rc4 of the bbPress plugin – but didn’t work yet! I assume the issue is from a wrong setting of the layout option?? Or some other function? Since I am still learning this whole coding stuff I cannot say what the issue is at the moment.
-dave
I’ve done a vanilla installation of BP 1.5 and bbpress RC4.
How can I add a forum to a group, so that it is only visible to group members.
Do you have any tips for adding the forum to the group menu?
Thanks
Hello everyone and good morning.
Has anyone been able to get bbpress to with the hybrid theme?
On the Hybrid Forum were discussing BBpress and how I could not get it to work on the Hybrid Theme, when one of the members said it worked on his without having to go the custom route. This is what he stated:
_____________________________________
‘ “All you have to do to get bbPress active on a Hybrid theme is activate bbPress 2.0 via the plugin repository, then create new page called forum or whatnot via the normal page editor. In the editor, just enter a couple of shortcodes, similar to this:
[bbp-forum-index]
some content to separate forums
[bbp-topic-index]
This will show your main forums and also a recent topics list. You can also use other shortcodes built in to bbPress for different functionality.
The only thing I had to change was the overall table width of the forum, which easy enough to target with the Chrome web developer tools.”
`
I unfortunately was not able to get this to work.
I am just curious if anyone has been able to get bbpress to work on the Hybrid Theme without any customization. I am a video editor and motion graphics artist, so coding is not my forte.
Thank you for any help.
Yep. They are just posts, after all.
I promise if you are using BuddyPress 1.5 and bbPress 2.0 in an unmodified, vanilla installation, they work seamlessly together once you decide which forum setup to use. You can even use both of them, like I have setup at testbp.org, provided you change the bbPress 2.0 slugs in Admin > Settings > Forums.
If you need support for your site specifically, please make your own topic so you do not pollute other peoples conversations with your questions.
There is no bbPress 1.5. Are you confusing it with BuddyPress?
I can’t be the only person looking to theme this for their site.
Clearly you’re not, and no one said you were. You are however one of the few having trouble getting it to work. Because of that I’d appreciate if you open your own support topic to get help for what you need rather than pollute this topic for everyone else.
The search results return a lot of plugins designed for 1.5. Most don’t mention 2.0 compatibility. Only one plugin is tagged bbpress 2.0, but I know at least 2 work with 2.0. Are there others?
@johnjamesjacoby That is precisely my concern. I’d rather get the templates/theme to work properly rather than put the child theme in the plugin folder, or alter core files.
I’ve been asking for instructions on how to do this properly.
I can’t be the only person looking to theme this for their site.
I’ve been told all bbPress 2 plugins are hosted on WordPress.org in the plugin repository.
https://wordpress.org/extend/plugins/search.php?q=bbpress
Genesis has 2 functions that I have determined are causing the problems.
http://pastie.org/2469242 (/genesis/lib/structure/post.php lines 101-143 (as of 1.7.1))
The first function is the post image function. Users have the ability to automatically set image thumbnails to appear on the archive listings. However if they turn this on, when you go to a bbPress archive page a random image from the media library ends up on the top of the page. This is turned of by default in Genesis, but is widely used.
The second function is how Genesis displays post content. You can see, depending on how the user has Genesis configured, it uses the_excerpt or the_content_limit – which results in a dead loop.
The other things I did such as remove the post info/meta, breadcrumbs, etc are just purely cosmetic. They aren’t *needed* per say, but it can look screwy if they are outputted on some of the forum pages.
As long as Genesis is forced to always use the_content and the post image option is nuked, everything should always work smoothly.
If you want to explore the option of a core patch I’d be more than happy to help you with a patch and testing
If I understood @enderandrew right, he’s basically trying to prevent the default bbpress css file from being loaded and include his own css file for styling? It’s probably a bit too a specific a query for this thread maybe, but one that would be an excellent one to get a formal response to. I can foresee this will be a common query given the confusion over the bbpress templating already.
@enderandrew – Fancy starting the new thread? Perhaps we can get a approach detailed there that will prevent an additional CSS file being loaded.