Figured I’d try 2.1 since 2.0.2 was giving me some issues. I downloaded the zip from Andre’s link above but upon install I get
Unpacking the package…
Installing the plugin…
The package could not be installed. No valid plugins were found.
Plugin install failed.
Am I doing this incorrectly?
Simple bbpress topic moderation,this would go in your functions.php
<br />
/*<br />
* all topics published by guests<br />
* must be approved by admin<br />
*/<br />
add_action( 'save_post', 'pending_guest_topics' );<br />
function pending_guest_topics( $post_id ) {<br />
if ($parent_id = wp_is_post_revision($post_id)) {<br />
$post_id = $parent_id;<br />
}</p>
<p> if(!is_user_logged_in() && current_user_can('manage-options')==false) {<br />
// unhook this function so it doesn't loop infinitely<br />
remove_action('save_post', 'pending_guest_topics');<br />
wp_update_post(array('ID' => $post_id, 'post_status' => 'pending'));</p>
<p> // re-hook this function<br />
add_action('save_post', 'pending_guest_topics');<br />
}<br />
I did what Zhen said (set Site Visibility to “Allow search engines to index this site”) and it works. Can’t believe this isn’t mentioned somwehere!
So modifying DoctorWombats 6 steps to install I would modify it like this:
1. Plugins > Add New > BuddyPress 1.5 (or install manually by uploading files)
2. Activate BuddyPress
3. Run the Install Wizard BUT leaving the Forum Component unchecked.
4. Plugins > Add New > bbPress 2.0 (or install manually by uploading files)
5. Activate bbPress
6. Make sure Settings > Privacy > Site Visibility is set to “Allow search engines to index this site.”
7. Create a forum, test topics, and test replies and see them appear in Activity Streams
I tested this using WordPress 3.3.1, BuddyPress 1.5.3.1 and bbPress 2.0.2 so no nightlies involved.
Thank you Zhen!
I just have to add that after looking everywhere in threads and forums and getting nowhere from the comments here I finally did what Zhen said.
Setting Site Visibility to “Allow search engines to index this site.” will make Activity Stream work for bbPress posts!
I tested this using WordPress 3.3.1, BuddyPress 1.5.3.1 and bbPress 2.0.2 so no nightlies involved.
Thank you Zhen!
Maybe you should add this info somewhere?
-swex
I was wondering about the inclusion of topic/reply moderation within bbPress.
A quick scan of the V2.1 branch seems to indicate that there is some work going on around moderation but I couldn’t see anything in the development roadmap.
Would anyone be able let me know if/when moderation will make it into bbPress, and if so how will it work ? Like the current WP Discussion moderation system ?
Thanks.
I’d like to remove the website field and make other changes to the registration and anonymous posting fields in bbPress.
I have BuddPress installed and thought that the field manager there would integrate with bbPress but the values do not seem to be carried through.
Any advice?
Hi all,
We’re working on a new bbPress forum that needs to have new user registration and anonymous posts tick to accept the sites privacy and terms.
I’ve tried the TOS bbPress plugin, it failed on install (it hasn’t been updated for a long time).
Can anyone advise on how to achieve this?
Thanks
SKParticipant
How can I upload/change my profile photo on bbpress.org forums?
SKParticipant
Turns out that the location to place language files is wp-content/languages/bbpress/ and not anywhere inside your bbpress plugin folder.
It’s an odd location for language files, though, considering that most plugins need to be self-contained and have a /langauges folder within the plugin folder. (e.g. within in /wp-content/plugins/bbpress/bbp-languages folder which already exists)
Also, the name of your file should be of the format bbpress-de_DE.mo not simply de_DE.mo
Finally, you should download the file from https://translate.wordpress.org/projects/bbpress/plugin/ not from http://svn.automattic.com/bbpress-i18n/
In order to download the file, click on the language you want, then scroll down to the bottom of the page, and hit Export.
At the very least, I wish bbpress.org included all this in their documentation. The existing documentation has nothing to do with how bbPress work now…all documentation is really for the discontinued standalone version. (by the way, the discontinuation of the standalone version should also be clearly stated on the download page)
SKParticipant
Turns out the location is wp-content/languages/bbpress/ and not anywhere inside your bbpress plugin folder.
Also, the name of your file should be of the format bbpress-de_DE.mo not simply de_DE.mo
Finally, you should download the file from https://translate.wordpress.org/projects/bbpress/plugin/ not from http://svn.automattic.com/bbpress-i18n/
In order to download the file, click on the language you want, then scroll down to the bottom of the page, and hit Export.
I wish bbpress.org included all this in their documentation. The existing documentation has nothing to do with how bbPress work now…all documentation is really for the discontinued standalone version.
I currently have BuddyPress 1.5.3.1 + BBPress 2.0.2 on a WordPress site. I use the site-wide forum BBPress only (BBPress Forum only, not BuddyPress forum) on my site.
Is there a plugin available for BBPress 2.x to enable rating for forum topics?
I was close when I found Rating-Widget (http://wordpress.org/extend/plugins/rating-widget/) as the description said that it supported BP’s BBPress. However, I was unable to figure out the way to turn it on for a BBPress forum.
Can you advise if you know any plugins that can rate forum topics on a BBPress 2.x platform?
SKParticipant
There are several things I’d like to do. For instance, for the forums, I want to change one particular CSS element of my theme. My WP theme allows me to do this by providing the CSS in a page header variable for the page. But don’t know how to do this for bbPress.
SKParticipant
Oh, I see that in changelog it says phpbb is now supported
https://wordpress.org/extend/plugins/bbconverter/changelog/
This is important info and should really also be included in description
https://wordpress.org/extend/plugins/bbconverter/
where it still says “We are working on phpBB”
What does this in the description mean:
“This plugin runs in the background and converts passwords for your users when they log in, so the process is seamless even if your old forum uses different encryption methods.”
Does this mean that I should not uninstall the plugin after the conversion is complete?
Upgrading to the latest version from track has fixed this issue.
Just a quick question about my theme, is it okay for me to leave the existing files from the old bbpress theme within my theme? Or should I recode it from your new theme files?
You can but integration isn’t great yet. The next versions of each should greatly improve that.
SKParticipant
how do other plugins do this?
/languages folder within plugin folder.
They simply look at WPLANG to load language
SKParticipant
I am using the bbPress WP plugin. Where should I place the language files?
The only reference to language files I could find in documentation is for the standalone version. http://bbpress.org/documentation/installation/ and says the files need to be placed in “my-languages”
I tried placing the .po and .mo files in bbp-langauges, languages and my-languages folders within the bbpress plugin directory. None of this worked.
Please help!
Hi,
Apologies, I’m a total noob at this… Sorry also if this is a bit long winded, not sure how best to explain it.
this is my site: http://www.fluvaledgeforum.com
…and this is where my forums lived: http://www.fluvaledgeforum.com/forums/forum/fluval-edge-journals-and-photos/
I am getting really confused…
I had a page on the site titled ‘Forum’ which I was going to redirect, using the redirect plugin, to the bbpress page listing all the forums…
Now for the hard part.
For some reason when you click on the ‘forum’ in the bbpress breadcrumb… it was taking you to the page I was going to redirect. I was thinking that should take you to the root of the forums…. i.e. a list of all of them
At first I thought it was because it had the same URL…. so I changed the page that I was going to redirect, and the assoc. link title to ‘redirect’ – just to test this theory. Alas the root of the forums breadcrumb still took you to this page…http://www.fluvaledgeforum.com/redirect/
Then I thought I might have messed a setting up, so I deleted bbpress and reinstalled the plugin.
Now I have tried adding another forum… according to the admin page it’s published at the following location: http://www.fluvaledgeforum.com/forums/forum/general-aquarium-discussion/
But that comes up as page not found when you click ‘view forum’ in the admin area.
Now I am stumped.
Questions then:
1) how do I get the forums working again with a top level that lists all the forums on the site?
2) how do I add forums to the menu?
Thanks for your help with this…
Oh i’ve just worked out that I need to use WP-Plugins and not bbPress plugins for bbPress v2.0
Silly me!
Hi,
I’m running bbpress Version 2.0.2. I am thinking about trying out some of the plugins but I am not able to install any of them..
I have created a folder called “my-plugins” in the root of the bbpress folder.
However, I cant see anywhere to actually install the plugins? The documentation says “Click the plugins tab”. However, in WordPress all I can see is “Forums”, “Replies” and “Topics” with no “Plugins” tab?
I am logged in as the admin account (the same account that installed the forums).
Hoping someone can point me in the right direction 
Thanks