Search Results for 'bbpress'
-
Search Results
-
Hi!
I have downloaded and installed BBPress 2.0 rc3 with WordPress and it works fine. I would like to change to Swedish so I have uploaded the two language files (.po and .mo) to /bbpress/my-languages/. But I wont get Swedish. What am I doing wrong? Someone told me to edit the settings.php in /bbpress/ but I cant find it?
Thanks for helping me!
I know this is probably an easy answer, but I couldn’t find a thread that explained it fully. I’m trying to install to a subdomain in my WordPress site. I add the folder to my “WP-Content>Plugin” folder, then activate it. However I don’t know how to make it point to my subdomain. I created the subdomain yesterday, so it should be active, I just don’t know if there’s a config file, or where in the WordPress settings I need to make the change. I’m installing bbpress ver 2.0, my main site is http://letterstoreason.com and the subdomain is http://forum.letterstoreason.com if that helps. I know it’s gotta be staring me in the face, I’ve just been Googling and can’t find the damn answer :S any help would be GREATLY appreciated.
I’ve just tried to release wysiwyg-CKEditor (plugin) from denying of formatting made in, as it was suggested in http://bbpress.org/plugins/topic/wysiwyg-ckeditor/page/2/#post-6390
/ / Add_filter (‘pre_post’, ‘bb_encode_bad’);
/ / Add_filter (‘pre_post’, ‘bb_filter_kses’, 50);
using this instead, in defaults.bb-filters.php. So, it works well, but I’m anxious about the security level of this action. Is it safe?! Or someone may somehow use this to post any desired content ??
—
with regards,….
Hello!
Is it possible to get bbPress working in a WordPress multisite manner? I’d like to have users of my site to create own forums, preferably with own subdomains.
If this isn’t currently possible, can the WP Multisite users create each an own forum under their multisite account? Is it possible to create the forum automatically for each new user?
If these are not possible now, are you planning to create support for this kind of functionality in the future. I could be also able to write some simple hacks by myself, or a new plugin

Couldn’t find an exact answer to this in the previous threads.
Ok, I am setting up a new configuration and here is what I have:
WordPress v3.2.1
bbPress Plugin for WordPress v2.0-rc-3
BuddyPress Plugin for WordPress v1.2.9
I am going through the setup of BuddyPress and on the section “BuddyPress > Forums Setup” you are presented with two options.
“Setup a new bbPress installation”, which from previous experience seems to install bbPress with ONLY group functionality no categories, and “Use an Existing bbPress Installation”, which is what I’m trying to use.
The configuration issue I’m coming to is the next step is to define the path to the bb-config.php file; however, when using the bbPress plugin, bb-config.php is not created as it uses wp-config for all of its standard settings (auth salts/keys, database connections, etc).
So how do i continue with my current setup and have fully integrated WP + BP + bbP without sacrificing on bbPress features by installing it from within BP and without having to install the standalone bbPress (I’d prefer to only have one admin interface)?
Any assistance from the pros would be greatly appreciated!
Topic: Forums link not working
Hello. I installed bbpress, but when I go to domain.com/fourms, it seems to be using the page.php template. I do not have any theme integration, all I want is the same as the shortcode. When you go to domain.com/forums, the list of fourms appear.
What can I do? I tried putting archive-forums.php and others into my template dir with no luck.
if I create a new page, add in the shortcode, then the forums breadcrumb still links to the non page.
Topic: Need a custom permalink rule
I am importing my vbulletin forum into bbpress and all is working perfectly. I do have one request though.
My old permalink structure is website.com/Community/forum-name/postname.html
I had no problem getting the Community to replace the standard ‘forums’ in the admin panel.
What I need help with is how to change the single post view url to the above scheme.
Currently bbpress does website.com/Community/topic/topic-name
I want to replace topics with the name of the forum the post is in, and if it’s a grandchild forum have it /forum-name/sub-forum-name/post-name.html
any advice?