So I am creating links as such:
<a href="<?php echo bp_displayed_user_domain() ?>messages/inbox">Inbox</a>
It doesn’t work.
For example if I am on the page of website/forums/activity that following link will take me to website/forums/activity/inbox.
It should take me to website/members/user/messages/inbox/
Whats going on with this link?
Hello and thanks for the bbPress plugin it’s working (installing) great till now.
I only have one question and maybe it’s very simple thats why i ask it in the FAQ.
I have a local WP Multi install and i made a special (forum) network-site for showing the forum on. Only i would like to display the forum on the homepage.
Now it’s like this.
(1) example.com (my homepage)
(2) example.com/forum/ (homepage of the new networking site)
(3) example.com/forum/forums/ (showing the forums)
(4) example.com/forum/forums/forum/topic-title ( ?? very ugly)
As you can see i don’t like <strongs>forums in between, i would like to show off all forums-/category’s on the homepage of my new WP network (2)
I have searched in the settings but i don’t understand the Archive slugs
Hello and thanks for the bbPress plugin it’s working (installing) great till now.
I only have one question and maybe it’s very simple thats why i ask it in the FAQ.
I have a local WP Multi install and i made a special (forum) network-site for showing the forum on. Only i would like to display the forum on the homepage.
Now it’s like this.
(1) example.com (my homepage)
(2) example.com/forum/ (homepage of the new networking site)
(3) example.com/forum/forums/ (showing the forums)
(4) example.com/forum/forums/forum/topic-title ( ?? very ugly)
As you can see i don’t like <strongs>forums in between, i would like to show off all forums-/category’s on the homepage of my new WP network (2)
I have searched in the settings but i don’t understand the Archive slugs
Hello,
I’ve installed the plugin on my site, which has a custom theme, but after following the installation instructions found here: http://bbpress.org/forums/topic/bbpress-20-theme-compatibility, all I get is a blank page if I view the forum. So, I deactivated the plugin, deleted, and reinstalled. This time I DID NOT copy any files into my theme directory, just left it as is.
Now, If I place some shortcode such as [bbp-forum-index] on one of my current wordpress pages, it will show, but once I click on one of the topics, it brings me to the blank page again! I’m tearing my hair out here trying to figure this out..I thought it would be a lot easier as I work on WP sites all the time.
Here is the link to the forum that is blank:
http://foreverathletes.com/forums/forum/community-2/
Can somebody help me out? Again, I tried this route:
If this is not a custom theme under your control (meaning you are not the author) you’ll want to copy the entire “/bbpress/bbp-themes/bbp-twentyten” folder into your “wp-content/themes/%YOURTHEMENAME%” folder, and modify your style.css to make it a custom Child Theme of whatever your current theme is. This is so theme updates don’t wipe out all your hard work later.
…But couldn’t figure out how to make the style.css work…I modified the style.css inside of the bbp-twentyten so that the Template name matched my theme name, but this did not work. Am I missing something here?
Thanks for the help.
@Dan
For inline editing have you taken a look at:
https://wordpress.org/extend/plugins/front-end-editor/
Scribu’s a master at this stuff and code is rock solid.
Your going about it wrong. Instead of using the functions file, simply change the template file.
Where the templates are using bbp_list_forums(), take that part out, and change it to:
<?php bbp_list_forums( array( 'show_topic_count' => false, 'show_reply_count' => false) ); ?>
I’m running bbpress 2.0 rc-5 with the default styling included with bbPress. I have customized my theme functions to include forums, topics and replies in search results.
i.e.,
// Add Forums, Topics and Replies to search results
function my_add_bbp_to_search( $post_type ) {
$post_type['exclude_from_search'] = false;
return $post_type;
}
add_filter( 'bbp_register_forum_post_type', 'my_add_bbp_to_search' );
add_filter( 'bbp_register_topic_post_type', 'my_add_bbp_to_search' );
add_filter( 'bbp_register_reply_post_type', 'my_add_bbp_to_search' );
When the first search result is a page or post, the results are formatted according to search.php (as expected):
http://www.climberswa.asn.au/?s=frankland
When the first search result is a forum, topic or reply, the results don’t use search.php and seem to render using bbpress template parts:
http://www.climberswa.asn.au/?s=albany
This looks particularly bad when the first result is a topic as it will display the threads:
http://www.climberswa.asn.au/?s=cawa
Is this a defect in bbpress intercepting the search or a limitation of using the default styling?
It is called Peekaboo. I purchased through Themeforest. This needs to be up and running soon so I am willing to pay someone to set up the forum for me if there is no easy fix. Are you available for hire?
Jeez, I didn’t know that was ready! That sounds awesome! So does the importer use the old ‘group’ names as forums or just import all of the posts in one forum?
Sorry to ask so many questions, I’m totally new to the standalone version.
There is an importer that is bundled with bbPress plugin itself. Just navigate to Tools -> Importer -> bbPress Standalone and enter the path to the BuddyPress bbPress install (should get detected automatically) and you’d be good to go (backup must).
Ahh wow, cool, that looks great! I don’t have BB Press installed on my live site yet but will set up a test and have a look.
It would be awesome to place shortcodes on pages for stuff like this. Where you could perhaps show x number of latest topics etc.
Is there any news on an exporter by the way, to export old Buddypress groups/ forums into the new BB Press plugin.
I want to get rid of groups and just have some forums like on test-bp.org.
The group names would effectively become the main forum names and then the topics would appear in each forum.
Is that on the cards?
Thanks again!
You can use this code (untested, but should work if bbPress is being loaded on that page):
if ( bbp_has_topics( array( 'author' => 0, 'show_stickies' => false, 'order' => 'DESC', 'post_parent' => 'any', 'posts_per_page' => 5 ) ) )
bbp_get_template_part( 'bbpress/loop', 'topics' );
@JJJ: I think we could allow such attributes in [bbp-topic-index] shortcode too?
I’m also looking for something like as it will be very useful. I’m not much of a coder so wouldn’t know where to start. This will be great as a plugin though.
JJJ > My site is only a test site, how would I turn the shortcodes on? I only want to see what it would look like. It’ll be a while before my site goes live. If you don’t want to post this on the forum, then i’ll understand.
Hi guys!
I really can’t wait to start working with BP 1.5 and BB Press 2.0!
I’m just going through a homepage redesign in preparation for upgrading.
I was wondering, if I wanted to give users a sneak peak at what was going on in the site forums, could I somehow add say the latest 5 topics to the homepage in the same kind of layout that you would see in the forum directory?
Is there a shortcode for adding anything like that to a page?
Would be awesome if possible!
Thanks!
Thanks! 1.1 have no error!
Added the forum shortcode to a page which works fine but when I click on the forum link all I get is my header and breadcrumbs. Did I set it up wrong or is there something wrong with my theme?
How can I download it? 
It jus’ give me the directory
Please!
We are going to be bbPress Persian language support website. Without localhost it will be impossible!
Hmm lets see:
– we can rule out theme (for all but this paragraph and code issue, code being what tags can be used in the forum). I never though to check plugin in relation to the moderation buttons. I fear it may be the buddypress moderation plugin. tests will be done >_> (which they should have been)
-The install is on a multi site activated on one site instead of a network activate.
Where are the html tags located in the .php files that i can add or remove tags to? these tags don’t work on local host or live….unfortently. except for em….
also paragraph formatting doesn’t work on localhost or live.
Localhost has two plugins but only one is activated, bbpress. the other is buddypress 1.5 rc1 and its deactivated.
any other ideas or suggestions?
In my CSS (toolbar.css) all things are constrained to #post-toolbar.
It doesn’t do any resizing yet, and may never do. But the toolbar’s FAQ does suggest how to set a max-width using style.
I am going to make the CSS more customisable, just a tad.
I suggest using the WordPress plugin version of bbPress, version 2.x. bbPress 2.0 uses the same WP theme your site is using. It can also import data from a 1.x installation.
This thread will tell you how to display forum content the easiest way. – https://bbpress.org/forums/topic/bbpress-20-shortcodes
This thread will tell you how to display forum content in a more customized way. – https://bbpress.org/forums/topic/bbpress-20-theme-compatibility
I really need to instal bbPress 1.0.3 on localhost but I jus’ can do it with XAMPP that have 5.3.1. but bbP give me error
I really need help.
These are the errors:
Deprecated: Assigning the return value of new by reference is deprecated in /Applications/XAMPP/xamppfiles/htdocs/bbp/bb-admin/includes/class.bb-install.php on line 1283
Deprecated: Assigning the return value of new by reference is deprecated in /Applications/XAMPP/xamppfiles/htdocs/bbp/bb-includes/functions.bb-l10n.php on line 484
Warning: Cannot modify header information – headers already sent by (output started at /Applications/XAMPP/xamppfiles/htdocs/bbp/bb-admin/includes/class.bb-install.php:1283) in /Applications/XAMPP/xamppfiles/htdocs/bbp/bb-admin/includes/class.bb-install.php on line 393
Deprecated: Assigning the return value of new by reference is deprecated in /Applications/XAMPP/xamppfiles/htdocs/bbp/bb-includes/backpress/pomo/mo.php on line 171
Warning: Cannot modify header information – headers already sent by (output started at /Applications/XAMPP/xamppfiles/htdocs/bbp/bb-admin/includes/class.bb-install.php:1283) in /Applications/XAMPP/xamppfiles/htdocs/bbp/bb-includes/functions.bb-core.php on line 1136
bbPress 2.0 is a plugin with 40,000 lines of code, adding huge amounts of capability equal to WordPress posts and pages themselves. Sadly, it won’t work out-of-the-box with 100% of all themes, and it sounds like you’re one of those cases. It’s one of the first plugins to mix custom post types with theme compatibility, so you’re literally one of the first few people to use it.
bbPress 2.0 is a plugin with 40,000 lines of code, adding huge amounts of capability equal to WordPress posts and pages themselves. Sadly, it won’t work out-of-the-box with 100% of all themes, and it sounds like you’re one of those cases. It’s one of the first plugins to mix custom post types with theme compatibility, so you’re literally one of the first few people to use it.
Then don’t. 
Use the theme compatibility that it comes with.
If you’re not happy with the vanilla configuration, you’re on your own to customize it. If you’re able to make a WordPress theme, you’re able to make it bbPress enabled. You just need to learn how like you did with WordPress.
Then don’t. 
Use the theme compatibility that it comes with.
If you’re not happy with the vanilla configuration, you’re on your own to customize it. If you’re able to make a WordPress theme, you’re able to make it bbPress enabled. You just need to learn how like you did with WordPress.