Hi!
I’ve adapted the bbpress 2.0 plugin templates to my own theme…
…and works fine!
Take a look in http://www.vruiz.net/foros
Thanks for this unpayable plugin
I have the same configuration. Under “BuddyPress Component Setup”, I disabled bbPress forum.
bb-config.php is only for standalone bbPress and not bbPress v2.0 plugin for WordPress.
if i activate my bbpress plugin beta 3, yes, in admin panel,
im getting the new menu there for adding forum and topics..
also, by defaul, bbpress creates a slug topics, forums, forum, topic etc.
but when you visit that page, it shows nothing but..
archives of “”,
and when i try creating a page and name it forums and add the short codes
its all the same..
what should i do?
I’m answering to the best of my ability, as far as I knew bbpress was a seperate project, like MU was. But after looking it is a plugin
@Anthony – bbPress 2.0 is a plugin for WordPress. Please don’t answer questions that you don’t know the answers to.
@soggybiscuit – You can turn off the root slug in the Forum Settings, but it might still get confused.
@Anthony – Not a bug with the plugin.
Yes. Activate bbPress Network Wide, and it should do the rest.
What are the power features that bbPress has are they highly customizable? I am new here and i love to know the best.Please have some advice or comment then I’ll take the opinions that are real helpful.
I don’t know if whether or not it’d be something as simple as just copying code into my archive-forum files and such.
simplethemes,
do you do simple customization? I’m looking for a forum just like the one in your demo to be placed here:
http://www.theurbantwist.com/community
I’ve been reading the docs over and over again trying to figure this out but my page keeps spitting out blank outputs.
Made some progress. It appears I do not have the right syntax for: require_once(dirname(__FILE__) . ‘/../wp-load.php’)
my site is located in the httpdocs folder and my bbpress is located in a folder (named forum) located in the httpdocs folder along with my wordpress install.
Please advise…
(posting again so I could click to notify by email, sorry)
I’m trying to make bbPress private such that a person can register, but the registration has to be approved. I’ve searched and can’t find a topic on how to do that — and if there’s a plugin, I don’t know how to install it.
I use HostMonster as my hosting platform, so was able to just basically push a button to install bbPress, but other than that — I am not sure about plug ins.
Any help is HUGELY appreciated.
Lori
Hello all. SUPER new to bbpress. I have it installed and I am able to login with issue. problem is when I click on ADMIN to make changes, it redirects me to bb-login.php?re=/forums/bb-admin/ – which is the log on screen. I cannot get past this. Same thing happens if I choose log out.
What have I done wrong?
Hi there anointed. I assume that you are using bbPress 1.*. Let’s see what we got:
In bbPress the topic permalink is builded against site and not forum.
If I have a topic named ‘foo’ in forum ‘bar’ and then I create another ‘foo’ topic in forum ‘pub’ then the permalink will be automagically named foo-2 by the bb_slug_increment function.
You want:
/forum-name/sub-forum-name/post-name.html
You can’t achieve this behaviour with just an .htaccess tweaking. You need also to intercept the get_topic_link filter and change the link. Maybe also you will need to do something in the bb_repermalink function.
It can be quite challenging.
Maybe there is not a ready languagefile for Swedish to the beta rc3 yet?
OK. For the time being Akismet is out and Spam Free WordPress is in. Spammer Blocker is sidelined.
– It offers unattended removal of machine-generated spam
– It offers an IP blacklist
If It works for Comments I’ll turn bbPress back on.
I’ll let you know what happens.
Ok. This sounds like it will be difficult to do, but I hope maybe someone has the answer. I want to move some profile options that are under the edit of my bbpress profiles and move them to the buddypress profiles. I want to the options for signatures and the admin part to be editable and viewable in the buddypress profiles instead of the bbpress profiles. I know it’s possible with some coding, but I am not exactly sure where to move all this. Can someone help?
Aha 
Thanks, but if it doesnt activate automagically? 
Maybe is because Im using Twenty Eleven Theme? (Theme does not natively support bbPress
You are using bbPress 2.0-rc-3.0.
But the forum is working in english.
Update – it appears that the bbpress forums slug defaults to page.php inside my template, since my theme does not offer bbpress support.
Without having to integrate the child bbpress theme, how can I simply make it display the forms available on something like say page-forums.php?
I tried a snippit to redirect page to page-forums but it did not work.
@adv_user
I understand the problem. I only posted the snippet to show you that you can make the changes via simple css.
Given enough time it would not be that difficult to use css in order to make all the changes you are after.
I would suggest reading up on css a bit as it will really empower you to make the changes you are after. It’s actually rather easy to learn and quite fun to play around with.
I wish you luck
Oh oh, you’re talking about the new bbPress plugin. You’ve to put the language file in /bbpress/bbp-languages folder and if your WordPress blog is already Swedish, then the translations would get activated automagically.
In /bbpress/bb-config.php, you’d find:
define( 'BB_LANG', '' );
at the very bottom. Change that to:
define( 'BB_LANG', 'sv_SE' );
That should work.