Anonymous User 7823331Inactive
hello. Sorry, I will not make you happy.
I use the BBpress 2 years ago one and any more, so now I do not any any experiances in bbpress. My problem was just bad name of files with slovak language. WRONG: bbpress-sk-SK.mo . CORRECT: bbpress-sk_SK.mo.
I just did everything according https://codex.bbpress.org/bbpress-in-your-language/ and repair those files and than was everything OK.
Hi Stephan,
I found this old post and hope you could still help me. I’m trying to set up bbPress forum in additional language (Polish) using Polylang plugin.
I use WP v. 4.7.1, bbPress v. 2.5.12 and Polylang v. 2.1

As you see in the picture all the English text is not translated.
Any help would be appreciated
cheers
Roman
Hello everyone,
Firstly, thanks for taking some time to read about the issues I am having.
1) The Profile Images are not aligned correctly, does anyone know a fix to this?
@yowangdu
It might be the problem, that the membership levels are not assigned to forums, topics or replies.
You should manually add the levels, maybe this solves your issue.
In case you don´t want to do that manually, try this plugin: wishlist-member-bbpress-protection
Hey Ludovic,
Quoting a bbPress Codex entry on forum visibility and accessibility:
Private – Only logged in registered users with a forum role can see these forums
With that in mind, so long as the user is logged in and has been assigned to a forum role (ie, participant) – which can be set directly if required via the edit-user admin screen (ie /wp-admin/user-edit.php?user_id=xyz) – then they ought to be able to access the private forum.
Does that help at all/am I misunderstanding?
Hi @storyminded,
1)Most probably, your notification emails are going to spam, as it happened with me. You can use Easy WP SMTP to resolve this problem.
4) You can use buddypress to allow private messaging.
5) You have to activate search functionality from bbpress setting (Allow forum wide search).
we have a problem in forum (bbpress) section. We have set in our dashboard number of topic and number of replies for page… but them doesn’t work in any way. We have set to open page with last post, but doesn’t work. You could see problem:
Strategia operativa 16/01 – 20/01 ’17
WE HAVE CONTACT CREATOR OF THE THEME BUT FOR HIM ISN’T A THEME PROBLEM.
Anyone could help us? Thanks
Hi,
The old Yahoo! Finance message boards used to allow users the ability to “hide” posts from other users (mostly to help deal with trolls).
I’ve searched high and low for any plugin for bbpress or buddypress that allows you to “block” users at the forum post level. Is anyone aware of this?
Thanks in advance
I just tried to disable ALL plugins but BBPress and set theme to a standard Twenty Seventeen. Still the same error. And when I do get a search result and move on to page 2 I will get the same error each time.
Link to site if anyone would have a look 🙂
http://testing.gravid.dk/fora
I think this is a bbPress bug, only if it’s a bug it’s been there for a while.
If a user creates a new topic in bbPress and subsequently edits it, a fresh item is created in the activity feed, also if email subscriptions are enables a fresh “New topic has been started” notification goes out.
I need to stop this from happening, is there a fix? Has this been raised as a bug?
Hi,
This forum is for bbPress. You question seems to be related to WordPress and BuddyPress, so I think the places would be https://wordpress.org/support or https://buddypress.org/support/
Pascal.
Hi Pascal.
I dont think this is related to the old Drupal forum. Searching this forum I found the exact same issue. You can see it here https://bbpress.org/forums/topic/emoticons-for-bbpress/
This is what happens at my forum too when a smiley should be shown.
Michael
Hi @pavelevap,
Strange behaviour indeed, if not yet done, I would suggest to create a ticket : https://bbpress.trac.wordpress.org/newticket
Pascal.
Hi.
I have imported a Drupal forum into BBPress which went fine except for all smileys that are broken and only shows the ‘image not found’ default picture. When I look at the path it states: smileys/smile.gif. As in http://www.domain.com/forum/topic/smileys/smile.gif
I guess if this is true each topic should have it’s own folder with emoticons, but I don’t think this is the case.
What can I do to correct this?
Thanks,
Michael
Hi,
BBPress uses by default, the answer-id for fragment-reference, like this:
bbPress 2.6 Beta 2
However, I would like to use “post count” instead, so in this instance, “sdavis2702” made the second comment, OP being #0, and therefore I would like this fragment to be #2.
Are there any way to (easily) enable this behaviour in BBPress, without coding in a manual counter?
I’d like to excuse myself in advance for any childish behaviour.
I’ve been trying to remove this outline in the login widget for a while now and I can’t seem to find the correct CSS code for it or where I edit. It also shows up on my registration page where I used the shortcode.
Pictures.
As you can see, when I am logged in it’s perfectly fine. Also, this is the RKK login in the pictures but it’s the same for the original bbPress, like, exactly the same.
I’m sorry I forgot to add my site: http://cooldown.cf
This is what is seen at the top of my forum
Home › Forums › General › New Forum softwareTrustees Only[L]
I don’t want, or need, the “Trustees Only[L]” part, how do I stop this from happening?
I am very new to using bbPress (installed it 3 days ago) and will probably need baby steps to understand what to do.
I am using WordPress 4.7.1 running Salient theme and bbPress 2.5.12-6148. the link to my site is http://www.addup.co.uk
I don’t have a clue if I am using a non-bundled theme or not as I’m not sure what that means!!
I use polylang plugin to create a two language site: English and Arabic. I installed bbPress and created two index pages using short codes: one that is linked to the Arabic home page and the other is linked to the English home page (in the main menu). But I used the same short code. Now all new forums appear on each of the pages regardless of the language. I do not have a language selector for new forums (or any forums for that matter). I am not sure how to get the new forum to appear in its specific page. Please note that this is my first site, I am practically a novice… So feel free to guide me to the right approach. May
Hi,
at wordpress translation page https://translate.wordpress.org/locale/cs/default/wp-plugins/bbpress
There is a LOT of waiting translations.
Could you please look at it and confirm them as ‘current’?
Thanks!
A little problem with favorite and subscribe buttons in Bbpress 2.6-beta-2


Hi,
My plugin ‘GD bbPress Toolbox Pro’ includes option just for that, it doesn’t require any coding. You can check more about the plugin here: GD bbPress Toolbox Pro
Regards,
Milan
I find out that this class is disappear on mobile screen
#bbpress-forums li.bbp-header .bbp-reply-content, #bbpress-forums li.bbp-footer .bbp-reply-content
SO
i would like to display none for this class.
================================================
FIRST i need to move subscrible and favorite under breakcrumb (top of topic) for sure don’t disappear on mobile by these code:
function move_subscrible_button() {
echo ‘Subscrible‘;
}
add_action(‘bbp_template_before_single_topic’,’move_subscrible_button’);
============================================================================
OR CODE
add_filter(‘bbp_template_before_single_topic’,’bbp_get_user_topic_subscriptions’);
============================================================================
Can anyone please what is CORRET change for subscrible and favorite at:
href=”#new-topic-0″ class=”bbp-new-topic-button button btn input[type=”button”]”
———–
OR
———
‘bbp_get_user_topic_subscriptions’
Thanks
Just in case somebody gets back on this ticket and is still looking for it, bbP Toolkit v1.0.7 now has basic mentionning for bbPress.
Pascal.
Hello,
I am trying to restrict registration by allowing one (or few) email domain. So far I found Restrict User Registration which blocks user or email domain. I am looking for some way to allow certain domains and block all the rest.
I will be very grateful if anyone can help me.
Thanks
Hello,
i installed BBpress 2.6 Beta 2 today. I was wondering if i have to activate somehow the functionality https://bbpress.org/forums/topic/allow-participants-to-trash-own-topics-and-posts/
Thx
Regards
Sally