Do you have active the bbpress anti spam plugin?
I found out that, in my case, the problem was caused by that plugin and
I have solved it by turning off the bbpress anti spam plugin (https://wordpress.org/extend/plugins/bbpress-antispam/)
Is it possible to change the image source for the avatars to the 150px version (bpfull) that is also being made by buddypress? The problem I’m having right now is that bbpress takes the 50px thumb image while my bbpress avatar size is 100px resulting in a fuzzy looking image.
The problem seems to be here in /wp-content/plugins/bbpress/bbp-includes – however I do not know how to solve it:
/** Reply Content *********************************************************/
if ( !empty( $_POST ) )
$reply_content = $_POST;
// Filter and sanitize
$reply_content = apply_filters( ‘bbp_new_reply_pre_content’, $reply_content );
// No reply content
if ( empty( $reply_content ) )
bbp_add_error( ‘bbp_reply_content’, __( ‘ERROR: Your reply cannot be empty.’, ‘bbpress’ ) );
Why is it NOT picking up the content of the edited post?
Having looked into this a bit further, my main problem is described in a new post.
– Categorised private topics are not visible.
Categorised private topics are not visible in the
As far as I can see, when I don’t catagorise the forums, I can manage access to the forums using the “Members” plugin.
I have spent hours looking through new and older posts on related topic and tried different approaches, including using the “Members” and “User Role Editor” plugins. This is related to the WordPress bbPress plugin.
I understand that changing the forum visibility forth and back is risky, so I have avoided that. I have only a limited amount of other plugins installed.
I am not going to list all the issues I have had, but instead hope that someone (if any) who has this up and running can reveal the secret.
Here is what I try to acheive:
Some forums should only be available to some users. My plan is to have two users, “Forum Participant” and “Forum Customer”. “Forum Participant” is default, and some users will manually be upgraded to “Forum Customers”. Some forums should only be visible to “Forum Customers”.
Any comments would be highly appreciated.
I get the above error when I simply edit a post (even my own posts). The post is there, I edit it, then when I hit “submit” I get the error.
Other than that I finally have BBPress working very well with my Theme:
http://www.stratoliner.me
I do use the bbPress-recaptcha plugin.
I’ve disabled Akismet as I use IntenseDebate for the rest of my site and, unfortunately for everyone, ID doesn’t have any bbPress integration.
It’s still a Taglogic issue, as far as I see.
Anyways, looks like it is unlikely to get fixed in core.
Oh, this is if I’m using the bbPress “integrated” with BuddyPress. As in I installed bbPress through BuddyPress. It seems this muddies the waters a bit. I think I’ll just wait
[root@test plugins]# find . -name bbpress
./buddypress/bp-forums/bbpress
./bbpress
./bbpress/bbp-theme-compat/bbpress
./bbpress/bbp-themes/bbp-twentyten/bbpress
[root@test plugins]# ls buddypress/bp-forums/
bb-config.php bp-forums-bbpress.php bp-forums-loader.php
bbpress bp-forums-bbpress-sa.php bp-forums-screens.php
bp-forums-actions.php bp-forums-filters.php bp-forums-template.php
bp-forums-admin.php bp-forums-functions.php
[root@test plugins]# ls bbpress (this is a svn sync)
bbp-admin bbp-languages bbp-theme-compat humans.txt license.txt
bbp-includes bbpress.php bbp-themes index.php readme.txt
[root@test plugins]#
Yep thats correct. You can pick and choose the args if you don’t want to reset all of them.
function custom_forum_breadcrumb( $args ) {
$args['sep'] = ' | ';
return $args;
}
add_filter( 'bbp_get_breadcrumb_pre', 'custom_forum_breadcrumb' );
I made a filter that set’s the before, after, sep & root_text for the breadcrumbs. Take a look, writes over the ‘bbp_get_breadcrumb_pre’ filter found on line 1553 of bbp-includes/bbp-common-template.php
// Change bbPress bread crumb separator.
function filter_bbp_breadcrumb( $args ) {
$my_args = array(
'before' => "n<div class="subnav bbp-breadcrumb ">n <ul class="nav nav-pills ">n <li>",
'after' => "</li>n </ul>n</div>nn",
'sep' => is_rtl() ? __( "</li>n <li>", 'bbpress' ) : __( "</li>n <li>", 'bbpress' ),
'root_text' => "Support"
);
$args = wp_parse_args( $my_args, $args );
return $args;
}
add_filter('bbp_get_breadcrumb_pre', 'filter_bbp_breadcrumb' );
Unfortunately I don’t know of a plugin that does that for bbPress 2.x.
I am aware of this one https://wordpress.org/extend/plugins/cubepoints-buddypress-integration/ however it also requires BuddyPress.
Oh, my apologies – I assumed you were on bbPress 2.x.
I’m not very familiar with 1.x (stand-alone) so I can’t really say I know of a solution for that.
My apologizes – I gave you the wrong link (the the non-plugin version of bbPress).
Here is the correct one:
https://bbpress.trac.wordpress.org/browser/branches/plugin
To my knowledge you should just be able to install 2.1 (drop the bbPress folder into your plugins directory) and BuddyPress should just “find it”.
Hi all.
Setting up a wordpress site for someone and I’ve decided to use bbpress for a particular section as it seems best fitting for what we need.
I simply want the forums to be for members only, for example a page simply stating ‘you must register blah blah..’ would be fine.
Is there an hidden admin panel for bbpress I’m not seeing? All I am aware of is /wp-admin/options-general.php?page=bbpress
I felt I’d just post a new thread as most things I came across were > a year old. I read the newer versions work much improved out of the box than before, so hopefully this is pretty easy.
Thanks,
I have installed BuddyPress on a new WordPress site because I want to replace my current forum site with something like this one. I installed bbpress from the BuddyPress>Components page and installed the site wide forums plugin. It tells me the most current version is installed anyways. When I go to the “forums” page, I simply have an edit link to create it. I can preview a forum I created, but when I try to move up in the hierarchy to the Home>Forums page, again I am just given an edit button link. I believe the “Forums” page is supposed to automatically created from what I have read on here already. I also tried to reset my permalinks, and that didn’t make a difference. I tried resetting my theme to twentyeleven, the default buddypress theme, and a third theme. I’m guessing I’m just missing a simply step because obviously this plugin works for most everyone else.
Actually, no, it doesn’t — first 4 folders are bb-admin, bb-includes, bb-plugins, and bb-templates, followed by a ton of un-foldered PHP files. It matches where I downloaded it, from this page:
https://bbpress.trac.wordpress.org/browser/trunk
Did I download the standalone and not the plugin? (To back up a bit: I’m trying to integrate bbPress and Buddypress with an already existing WordPress site.)
Okay, last series of questions for a bit.
How do I properly install 2.1 into a developmental BuddyPress site? I want to launch a site with everything, WordPress, Buddypress, and bbPress has to offer. Today I run a site that is based on Vanilla Forums (grumble) and another site that is phpBB.
The reason I ask so much about video and images is because these sites are based around music so with music you have a ton of photos of performances and video. I’d like to make it as easy as possible for users to share these media types in Forum posts since that is today where they classically have shared them.
Does this seem like a sound(pun?) approach or am I missing something?
Hmm, I’m honestly not sure what is going on.
When you open the bbPress directory, does the inside look like this http://sht.tl/oBlq ?
You may need to tweak the permissions on the bbPress folder.
OK — I did all that and can see the plugins/bbpress folder in Filezilla. The problem is, I can’t see it in the “plugins” page on WordPress to activate it, and the site is otherwise not recognizing it (pages I had with shortcodes aren’t working).
Sigh. I’m testing it on wavychick.com, which is a dev site for my dev site, if that makes sense.
All the plugins on bbPress.org are for bbPress 1.0.
The plugins for bbPress 2.x go on WordPress.org.
Eventually the plugins listed here will be archived to help with the confusion
Are there any god reputation plugin for bbpress 2.0.2 ?
Hello!
We have a site with bbpress plugin and a lot of functionalities, and the moderators/admin manage all them from admin panel because is easier to centralize everything in the admin.
When we have a new topic, usually we want to reply at the same time (we use bbpressmoderation). Now we have to read it in admin topics an then go to the reply admin, create a reply and choose the topic in the dropdown, but we have a lot of topics and this is hard to manage.
The other option we have is go to the frontend and reply there, but we lose a lot of options to embed, formmating, etc.
It would be nice to have a reply link in the edit topic panel that directly create a reply to this topic without having to go to the reply panel and select the topic from the long list of topics.
I think (but i’m not an expert) it could be easy to do but i’m lost in how to do it.
There is planned any similar funcionality in bbpress plugin?
or can someone guide me how to do this?
Thanks
hello. I’m usind bbpress1.1 which is integrated to my website worpress. I use a plugin “search terms 2” which enables me to see all the researchs on my search engine (exemple : http://joueur-malin.fr/pc/precommande-diablo-iii-edition-simple-et-collector/ on the bottom of the article). I would like the same think but for my forum. Do you know a plugin like that? thank you for your answers!