Additional functionality will probably be left to plugins.
Additional functionality will probably be left to plugins.
Plugins for bbPress should start appearing now that bbPress 2.0 is fully released. I expect that you’ll soon be able to add all sorts of functionality via plugins.
@quickcat – I’m not the best one to answer your question since I haven’t looked for any plugins that will work with bbPress other than BuddyPress. Others should be able to jump in and help.
Hey, I’m currently experiencing horrible avatar quality in topic view on BBPress. I’m running both the BuddyPress 1.5 and BBPress 2.0 plugins. From what I’ve seen in the files, in addition to simply right clicking on a topic-view avatar and hitting view image (Firefox), the forum is taking the standard thumbnail size avatar (which is 15×15) and enlarging it to about 79×79, resulting in a blurry mess. Is there any way to fix this, or get a better quality in-topic avatar size?
Site in question:
http://thenorthdivide.hostzi.com/
Example topic:
http://thenorthdivide.hostzi.com/forums/topic/ot-alpha-forums
Thank you in advance for any help or insight!
Our php limit is 2048M, our mysql key_buffer_size is 512M, and we’re on linux 64-bit.
The bbPress 2x Support Plugin has been updated. Its quite a powerful little Plugin now.
For more information:
– https://wordpress.org/extend/plugins/bbpress-vip-support-plugin/
– http://getshopped.org/getshopped-news/update-bbpress-2-0-gets-a-new-support-forum/
We’re also building another VIP Support Plugin that will allow users to post to your bbPress Support Forums from within their WordPress dashboard.
Please remember these Plugin’s do not take us away from developing the WP e-Commerce Plugin – we’re making these bbPress Plugins for our own website and we are using it ourselves to help the WP e-Commerce Plugin community. Because…
WE FIGHT FOR THE USER, and
We Heart Open Source!
Hi Moddey.
I am not sure if what I did is correct. I can’t seem to do this in all my themes. And I can’t seem to find out why.
I am also interested in finding a solution that actually works.
I would like to know how this is done, BBpress 2.0. I have uploaded the .mo and .po files all over the place
Only thing I have not done is what Vayu said:
add_action(‘after_setup_theme’, ‘my_theme_setup’);
function my_theme_setup(){
load_theme_textdomain(‘bbpress’, get_template_directory() . ‘/languages’);
}
Do I have to do that ?
TIA
Moddey
Is there any word on when bbpress will support more extensive forum like features? Ex: Image posting, youtube video posting, bbcode?
I’m sorry if this question was already covered and I missed it. Congrats on the release and the success with the plugin thus far.
Is there any word on when bbpress will support more extensive forum like features? Ex: Image posting, youtube video posting, bbcode?
I’m sorry if this question was already covered and I missed it. Congrats on the release and the success with the plugin thus far.
I’ve been wrestling with this for ages and it seems lots of other people have too. Some clearer instructions please! The first post just doesn’t explain what to do properly.
Yes, those are the settings I’m referring to. Not much to do there actually so I’ll add some plugins. I already have one installed for notifications.
Thank you once again Andre for answering my questions!
Hi Andre thanks for responding. So is there away to have the following work now in bbpress plugin.
1. Video;
2. Images;
3. Quotes;
4. Adsense between posts.
Approve User and Clitcha can be handled by wordpress registration
Thanks in advance
My easy 1 2 3 bbPress installation and already ready to use.
It’s the truth that I just activated it and it suit my WP theme already. Or just maybe I don’t know what I’m missing. Anyway I still newbie on this bbPress.
bbPress forum site:
http://indosinonim.info/forum
It is an Indonesian site, but translations available. Feel free to visit!
Too bad for me too, I have the same problem but I use ElegantThemes theme.
Here the forum at http://thesaurussupport.info/forums/ and I still trying to figuring it out.
I have dedicated this night to browse this forum, hope it resolved for me.
I should mention I followed steps below and get stuck on step 4. I visit the intended URL (http://www.freshapproach2web.com/forum/) and I’m NOT greeted with a bbPress installer.
Quick Instructions
1.Download bbPress from the download page
2.Upload the uncompressed files to your server
3.Optionally upload language files to “my-languages” – You will have to create this directory
4.Visit the intended URL of the bbPress site
5.You will be greeted with the bbPress installer
6.Follow the instructions in the installer
7.Visit “Settings” in the admin area to customise your installation
Thanks
@kai920
I ended up going an entirely different route in order to get forum specific sidebars on the pages. JJ’s answer would have been the easiest to achieve by using widget context, but I wanted full control.
Very long story short…
I started by registering a custom sidebar just for the forums.
I then took all of the bbpress templates and rewrite them from scratch to include my custom code and forum sidebar.
*Keep in mind that bbPress templates are nothing more than WordPress templates, so all rules that you follow when building a custom theme also apply to bbPress. Trying to explain how to build custom templates is WAY outside the scope of what I can provide. There are numerous tutorials all over the internet to get you started.
**If you are not comfortable writing template code, then widget context is definitely the way to go.
I’ve uploaded the zipped file to my WordPress directory, put it in a folder called forum and went to click on the link: http://www.freshapproach2web.com/forum/ to install it, but it does not work? Not sure why? Anyone? Help please, I’m new to installing bbPress and not sure what I’m doing wrong.
Thank you
Just wondering if this BBpress.org forum site is using the stand-alone version.
I have a client that would like to use this exact theme, but when we installed the WP plug-in, it looks much different.
Do we need the standalone version to get the theme and functionality shown on this forum?
Ah – awesome. Thanks Andre, really appreciate it.
Hopefully they’ll add that link into the bottom of the instructions so it reads:
== Installation ==
1. Place the ‘bbpress’ folder in your ‘/wp-content/plugins/’ directory.
2. Activate bbPress.
3. Visit ‘Settings > Forums’ and adjust your configuration.
4. Create some forums.
5. View your site.
6. Adjust the CSS of your theme as needed, to make everything pretty.
7. Create a page and add one or more of these short codes into it to display your forum: https://bbpress.org/forums/topic/bbpress-20-shortcodes
All the best.
Bob
I’m trying to add pages that show an x number of posts from a specific forum. I see this tag:
[bbp-single-forum id=$forum_id] – Show a single forums topics
But it doesn’t have the ability to limit the number of posts. I also tried adding the bbPress Topic widget to a page (using the Widgets on Pages plugin), and while this allows you to set the number of topics, it doesn’t allow you to filter by forum.
Is there a quick way to do this? If not, could you recommend the best way to achieve this functionality? I certainly don’t mind getting my hands dirty but just need some ideas to get started.
Thanks much.
1. I just want to be sure we’re both referring to the forum options at /wp-admin/options-general.php?page=bbpress. Forum (and WP) roles have to be set by editing a user profile (/wp-admin/users.php). I believe there are plugins that add functionality, but I haven’t used any of them so I can’t give a recommendation. The would be in the WP plugin repository at wordpress.org/extend/plugins.
2. This isn’t an area I’m strong at, but you’d have to edit either the themes files or the css.
You’d probably want to use one of these:
[bbp-forum-index] – Show the forum index/archive
[bbp-single-forum id=$forum_id] – Show a single forums topics
Here is the thread listing the shortcodes – https://bbpress.org/forums/topic/bbpress-20-shortcodes
So I’m brand new to WordPress and old hat to programming. I’m trying to piece together a word press site for a friend that he can easily manager and expand. I’ve got most everything up and running with buddy press now save for the forums (without actually having to touch code, craziness!) . My issue is with the forums (I’ve installed the site wide variant).
The issue I’m running into is that the individual forums seem to be rendering as a page and not getting the specific forum templates added to them. I’m using the custom community theme, but this problem is repeatable if i switch to the base buddy press theme. This problem is not present if i switch to the bbpress theme. Each forum listing shows up only showing the forums tagline as if it was page data. I had to do a bit of hackery to get the forum to render at all (deleted the forum page and made a link to /forums in the menu).
My forums are at:
http://unfettereddesigns.net/forums/
Any sage advice?
My forums options:
Archive Slugs
Forums base : forums
Single Slugs
Forum slug: forum