bbPress 2.x doesn’t use the my-templates folder. 2.x uses the same theme your WordPress installation uses.
Is there a function (or other method) available to determine if the current page is a bbpress related page (forum, topic, reply or other)? Something along the lines of the wordpress function is_page()
It would seem that bbPress uses custom post types, and I’ve tried this with no luck:
if(get_post_type() == ‘forum’ OR get_post_type() == ‘topic’ OR get_post_type() == ‘reply’)
Thanks
Hi. I’m trying to install this super awesome forum, but I think installation tutorial too short for me.
OMG1# Plugin activated, where is forum located??? http://mysite.com/forum http://mysite.com/forums – 404! Test forum been created in settings. Wtf?
OMG2# Found only this link working for just created forum http://mysite.com/?forum=test-1 But where is general page? Where is promised installer written in docs?
OMG3# NGINX on server, what next? Guess this is a main problem. And this: http://bbpress.org/forums/topic/mu-wordpress-bbpress-integration-with-nginx-rewrites#post-11686 seems not what should be because forum in /wp-content/pluging and this
“
location /forums/ {
root /home/YOURDIRECTORY/public_html/forums;
index index.php;
“
for what?
At this moment my forum is completely unuseable.
Thank you.
@shooo, that was my solution. “^?” means any one character in a string. I had to repair the database sql file. One bbcode tag after another. Well, It works and looks ok now but it’s a lot of work.
Some bbcode tags had to be replaced with <span>. I don’t know if it is possible to define custom bbcode tags in wordpress. So I had to replace all with “<span class=”size150″>”, etc.
Rest of the tags work fine thanks to “bbPress2 BBCode” plugin.
I’ve got another question,
How to change parent forum for many topics ??? It would take ages to move topics one by one when there are hundreds and thousands of them.
I’ve been battling with wordpress to get bbPress and buddypress to work on them by wordpress bbpress team…
and nothing works as you would expect.
I’m using the BuddyPress Default 1.5.2 theme which gets the most part of BuddyPress working.. them I try to install the site wide forum option (inside the BuddyPress Menu) and nothing works.
I get a messages that your current them doesn’t support the templates needed by bbPress… so I install the BuddyPress Template Pack and do the manual movement of files because it can’t copy them.
I still get the message “Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress.”
only problem is that nothing is shown in the forums.
see for yourself at http://www.powertumbling.dk
can anyone “clearly tell me what I should do”… I’m amazed that the people that create wordpress can mess up so much with bbPress and BuddyPress
Peter
waiting for JJ to reply..
Hi please can you assist. For some of my users the default edit profile link in BBpress does not work. It simply refreshes to the same page without going to the user/edit link. Yet for some of my users it works fine. I don’t see any relationship between those that can and those that can’t, any assistance would be greatly appreciated.
I am using the plugin version of 2.02 with latest wordpress in MU.
Hi all
I´m Alex and I try to set up a new forum in my webpage. Now is “hiden” to people but you can see at… http://www.mundoferroviario.com/forums/
I installed the spanish language in the bbp-languages and works correctly as you can see in the web.
But I try to install a new theme but not running. I created my-templates folder and uploaded it but I can see the option to activate it.
And occurs the same with the plugins. I uploaded to my-plugins and I cannot activate it.
I´m using last version of bbPress, 2.0.2 and Atahualpa theme for WordPress.
Thanks a lot and Happy New Year for everybody,
Alex
I could swear I saw John write somewhere that bbPress 2.0 was successfully working with W3 Total Cache, but don’t take my word for it.
SKParticipant
Thanks, anointed! That helps.
Can someone please chime in on the caching aspect?
I just started this community driven support project and still ironing it mostly ion localhost. It will be a themes support for any premium gpl WordPress themes.
Here the forum:
http://themessupport.com/forums/
*I still trying to remove the “/forums/” and just be http://themessupport.com/
How to change parent forum / category for many posts in bbpress plugin for wordpress? I’ve got much too mmany posts to do the change posts one by one.
Wordpress:3.2, BBpress 2
Hey Anointed.
Thanks for your nice reply and offer to help out if you’re able.
Here’s a list of what I find lacking as far as theming goes in my current them.
– the forum descriptions are missing, other than the first one.
– there’s no borders defining the layout of forums and sub-forums
– the styling of the avatars isn’t carried over from the main them
– indented comment threading (though this might be a shortcoming of bbPress itself)
– I’d personally like to get rid of that ‘Freshness’ column too. Reasoning: when you’re trying to get increased activity in a forum that has a lack, seeing a bold indicator that it’s slow has a tendency to keep people away (that’s just a marketing point of view)
– the fonts, Title styling, icons and shadows
– check out the same theme’s style for BuddyPress here – http://para.llel.us/themes/mingle-wp/groups/web-design/forum/
– you can see that’s simply beautiful.
– it’s a great pity there’s so much confusion around BuddyPress, bbPress and how it’s made out that they’re integrated with WordPress until you come to discovering there’s so much that isn’t transferred from WP into a plugin like bbPress.
Anyway, ideally it would have been fantastic if the theme creator had done bbPress as well as BuddyPress however that isn’t going to happen as he says it’s too much work. As a relative newbie to WordPress, I simply wasn’t aware there were these sorts of pitfalls – I naively thought theming was a global site thing [groan]
Thanks
Martin
Hi there,
I’ve got a problem with custom page templates and wordpress pages with bbcode shortcodes.
I’ve created a page “Forum “with shortcode [bbp-forum-index] and made it main Forum Page. Since most of my pages use sidebar, the one with forum index was meant to be fullwidth. I tried to set a custom page template but with no effect. The Twenty One template uses only default theme template and keep displaying sidebar.
I do know how to create custom page templates for wordpress but they just don’t work with bbpress plugin
Anyway, I don;t know how to make bbpress work with my custom templates.
Any ideas?
NO, bbPress really shouldn’t slow your site down any more than adding in the same amount of pages to your site as the amount of topics and replies you have in your forums.
That is the nice part about bbPress. It basically used custom post-types and is totally native WordPress code.
There is no extra code loaded that I am aware of, other than a small javascript file, which is only loaded on bbPress pages anyhow.
No idea on the cache part, so can’t help there as I don’t use cache plugins.
Yes, I’m in the same situation with the Mingle theme from ThemeForest, for my site at http://www.geekandjock.com
Great theme and styling which looks like cr*p when viewed with the bbPress plugin. Seems like the forum capability for WordPress is still in the dark ages, in my opinion.
I’ve migrated from Drupal to WordPress recently. I’d have thought that plugins would respect and act like child components of any theme being used for WordPress. Sadly, this sort of logic isn’t the case.
I’ve scoured the bbPress forums and styling seems to be the major problem as well as requiring a whole lot of work and effort, not to mention it also appears (to me) to be a convoluted exercise. This is my major regreat in migrating from Drupal to WordPress.
Hi, call me a noob but I am running BBPress Integration plugin version 1.0 and a few weeks ago, people cannot upload images, it just says: Attachments
[jpg] [denied mime] bird-collage.jpg (86.2 KB)
when I try to upload a picture in a post. Any solutions? I’m running WordPress 3.3.
Yes it was, my understanding was that to standardize the system it would be more efficient to continue the core development using just WordPress instead of developing a separate core along side the plugin.
SKParticipant
I have a few sites running on WordPress. I love the simplicity and the expandability. However, I have experienced that the more plugins I add, the slower the site becomes. Techies tell me that this is because WordPress loads all the plugins every time a page loads.
My question is that if I install bbpress, will it make my WordPress site slow? Specifically, when I am on WordPress pages (not the bbpress part), will the bbpress code still be loaded?
Additionally, I have found that buddypress has this fatal flaw in that it wipes out the whole WordPress cache (not just buddypress parts) whenever someone logs in. Is this true for bbpress as well? I use a cheap shared host, and my site can not survive without caching as static, so this is critical…
#1 yeah, that’s kinda how it works right now. It’s in need of some love.
#2 https://wordpress.org/extend/plugins/bbpress-no-admin/ removes ability for users to post bbPress content in admin area.
#3 When doing it that way, there is a forum and topic selection dropdown on the right hand side above where you publish the post. The idea being that a user can select the forum and topic right there.
I really think that is more just a quick way for an admin to post a reply, though I can’t see why I would ever use it myself.
#4 probably a bug.
There are also plenty of code snippets online in order to completely remove the admin bar or remove menu’s from the bar if you want. Pretty much just decide what you want to do and check google for the code snippets or plugins.
Yeah, I’m not sure how to get it to work. I just tried it myself, and while I get no errors, I am not able to use shortcodes in my forum topics. Maybe JJ, or someone will jump in and let us know how to properly whitelist shortcodes.
*I know I have my site setup correctly as I can use shortcodes in my other custom post-types. Best guess is that bbPress has some rather strong filtering going on or something. Which btw is not a bad thing, would just help to know what/why it’s happening.
@ebiznet “I tried editing the post to the original bbcode but it doesn’t work. Does bbPress use bbcode at all? I thought it does…”
I suggest install and activate “bbPress2 BBCode” wordpress plugin.
Thanks a lot, but once I install that plugin, my forum goes down 
I’m using the plugin version of bbpress.
I’m using WP-Syntax plugin to display some program codes on my blog.
It uses this syntax:
“Syntax highlighting using GeSHi supporting a wide range of popular languages. Wrap code blocks with <pre lang=”LANGUAGE” line=”1″> and where LANGUAGE is a geshi supported language syntax. The line attribute is optional.”
I want to use the same syntax even on my forum.
It kind of helps to know what plugin you are talking about.
There are a couple of plugins that might help though:
http://bbpressbbcode.chantech.org/
http://bbpressbbcode.chantech.org/shortcode-whitelist/
those allow you to use shortcodes in bbPress, and also choose which ones you allow users to use.
*allowing all shortcodes for users is dangerous, asking for trouble.
**I didn’t write the plugins, and don’t know much about them other than I tried them once and they worked. Just trying to help
For the most part, that is about how bbPress looks out of the box. I see a few table issues, but nothing major.
Try downloading the nightly vs. and see if that helps out.
https://bbpress.trac.wordpress.org/browser/branches/plugin
The bottom of the page in the center is the link to download.
The new vs. does not use tables and ‘might’ help make it look a little better out of the box.
*keep in mind:
that is the nightly beta vs. although it does seem pretty stable to me.