Hi, currently the full name (first name and last name) are showing on the forums.
How can I change this to show First Name only?
Thanks!
Kam
Hi, currently the full name (first name and last name) are showing on the forums.
How can I change this to show First Name only?
Thanks!
Kam
I am trying to use bbPress with a custom theme. I have a child theme and I have a bbpress.php created. The forum page loads but none of the links work (Forum, author, search). It’s as though the whole section is behind a sheet of glass. I can’t even select text. They work in the default themes. They work if I use the custom theme and create a page using a shortcode. Disabling all plugins doesn’t help.
It’s making me crazy. Any thoughts as to what might be blocking the page?
Unfortunately the template builder isn’t very helpful. His default response is that they never said it would work with bbpress. While true, I wouldn’t think it should eat normal functionality.
Is it possible to get some more information into what I should to do add features to TinyMCE or even TinyMCE Advanced in bbPress?
I’ve looked into the Enable Visual Editor guide, and currently I’ve only got that enabled for users. I like it that way. However, I’d also like to display the “Paragraph”, “Heading” etc. feature. And even when I installed TinyMCE Advanced, nothing changed within bbPress.
Optimally, I will be able to display only “Paragraph”, “Heading 3” and below, for better SEO.
Edit: This is what I have currently:

Hi.
I’m trying to add content before the subscribe button. It would be a fake checkbox. But I’m not being actually able to use “before” option in bbp_topic_subscription_link function.
Bug can be reproduced with something like this:
bbp_topic_subscription_link(
array(
'subscribe'=>'Subscribe to thread notifications',
'unsubscribe'=>'Unsubscribe from thread notifications',
'before' => 'x'
) );
That “x” will never appear. I can see it still in line 1055 of bbpress/includes/users/template.php, just before bbp_parse_args call. After that content dissapears:
var_dump($args);
// Parse arguments against default values
$r = bbp_parse_args( $args, array(
'subscribe' => __( 'Subscribe', 'bbpress' ),
'unsubscribe' => __( 'Unsubscribe', 'bbpress' ),
'user_id' => 0,
'topic_id' => 0,
'forum_id' => 0,
'before' => ' | ',
'after' => ''
), 'get_user_subscribe_link' );
var_dump($r);
Also, there’s another issue: ajax call will not keep my custom text. After you press the button text changes to defaults: subscribe \ unsubscribe. So, what’s the point of a custom text?
Hope my request is clear.
Thanks for all your work.
Hi,
I am just setting up my first website with BuddyPress and bbPress. I have worked through most of my issues but I can’t find the answer to this one. The page background on my site seems to the the same color (nearly) as the Search bar above the Forums. The color is close enough that you might not know there was a Search Bar there at all. Is there a way to either change the color of the Search Bar or maybe add the words “Search Our Message Boards” to the Search Bar?
Thanks.
Oh yes … I am running the most current version of WordPress, BuddyPress, and bbPress and I am using the Kleo theme.
Someone i know is using BBPress Search (if i recall correctly in the source). Search works perfect, but it only shows News Items. We want to extend the search by also displaying pages. Is this possible?
Using WP 4.3.1 with valenti theme. bbpress is located in the theme directory.
Hello all,
I would like to know if there are any plugins or code snippet using which the members of the buddypress group can automatically subscribe to the forum to receive email notification on new topic creation.
Receiving email notification for every topic being created in the group forum is a huge matter of concern for me. I tried I would like to know if there are any ways to make the user of a particular group be subscribed only to the forums of that group?
I tried the code mentioned here – https://bbpress.org/forums/topic/new-users-auto-subscribe-to-one-forum/#post-146665
But this makes the user subscribe to all the forums of all the groups which is not appropriate for us. Can someone help me with this regard? Thanks.
on the forum slug:
http://discoversee.com/seeforums/
I would like to remove the links to the subforums – only showing the forums.
is there a code, CSS or function code I can use to remove these? Or the links to them?
We’ve had reports from users that many are not receiving email notifications of replies to their topics. We are sending through Mandrill and noticed that all notification emails are being sent both “to” and “from” the same address: noreply@ourdomain.com
Sceen shot: https://cloudup.com/csqJe4-TZcS
We confirmed that this happens without Mandrill active as well. We don’t mind having the “from” address be noreply, but obviously the “to” address needs to be the user’s email address, so the email is delivered to them. Do you know why this is happening, and how we can fix it?
bbPress Version 2.5.8
WordPress Version 4.3.1
Many thanks!
-Jeff
Hello to all!
Could someone explain me why the images of the users are so pixelated in my BBpress forum?
fatERASETHISfitfunDOTcom/forums/foro/presentaciones/
The ramdon images are pixelated but the uploaded images not. Strange eh?
Thanks in advance!