I’ve just released version 4.4.3 of my style pack plugin, which has a new tab called ‘bug fixes’ where I have added @mjonesnerdery ‘s very useful correction
bbp style pack
once activated go to
dashboard>settings>bbp style pack>bug fixes and activate it.
Ones I’ve found so far that I like:
bbp style pack
there’s a list of useful bbpress plugins in there
once activated go to
dashboard>settings>bbp style pack>other bbpress plugins
I’m a very experienced WordPress user/developer but a newb with bbpress.
Wondering if anyone here has a WordPress.org “Favourites” list or a list in general they can share of “Must haves” for bbpress installs in 2020.
Strong preference for free solutions.
For myself, the first project I want to build is for a non-profit.
Would like to build it where forum access is based off an active IRL membership that can be managed in WP.
Need a way to integrate with a RICH editor and support multiple ways of getting outside images into posts. eg: Google Photos, Flickr, Imgur, Instagram etc. (Do not want to host user images)
Will probably upgrade at a later date to integrate buddypress as well.
Apparently this is a known bug for at least three months:
https://bbpress.trac.wordpress.org/ticket/3327
Hello, I need to be able to approve topics and responses automatically for the Participant role. I tried to look for plugins, but they are all years without updates. I’ve also tried wordpress plugins for roles and even though they seem to have capabilities set up well (publish_topics, edit_topics, publish_replies, edit_replies). So it always requires approval when I publish. When I add a topic as an unsigned user it works fine. Is there a simple snippet that can do that?
I read through the posts here, but they didn’t help me.
Thank you.
Hi,
I tried finding a solution to this problem on your forum for sometime now with no avail.
1)Whenever I click the nested reply button in a forum topic, the page reloads/refreshes. Also, the reply which gets posted is not always a nested a nested reply.
2) Even while trying to reply to the comment of a particular user, the reply box comes at the end of the thread/page/topic. It’d be good to have the reply box come under the response to which I am trying to post a nested reply to.
I hope you guys understand my question. Desperately looking for answers. Btw, I am noob in coding so conceptwise I dunno anything.
I am using WordPress Version 5.3.2
BBpress plugin version 2.6.4
Theme Used: Fabulist BY Shark Themes, version 2.0.1
[moderator – split as not quite the same question]
If I understand you then…
bbp style pack
once activated go to
dashboard>settings>bbp style pack>Topic/Reply Form
bbpress just uses WordPress login, so you would need something that doesn’t expire wordpress
WordPress has thousands of themes, and hundreds of thousands of plugins. Everyone tries to make it as compatible as possible, but occasionally they clash.
I can only suggest you contact the theme’s author to see of they can help resolve
Article
You can access to it using this link if there is any problem tell me ^^
On the forum page everything is white but don’t worry choose any topic (when you pass on it with the mouse it will be red)
It’s not de same page but you will understand my problem when you try to write in the username bar.
Do I need to create an account for you ? ^^
Yes sure !
Forum jeux d’échecs Public
I don’t know if you can access to it
Thank you ^^
So I just Installed bbPress for my first time because I want to create my little forum.
I’ve been using wordpress for a while and I’m in love with it.
Now bbpress, for what I see comes default or similar to the Theme from what I read.
this is currently how it looks The picture of my forum site
So my questions is there any good plugins out there to really design the buttons like the search button or the log out and the bbPress forum itself?
Or I mustly need to do this manually by editing code and css?
I’m really noob, I learend a little bit html,css but no more then that, any help will be very respected <3
it can be complicated and can require some digging to find the original phrase, but my style pack plugin has a translation section which works for quite a few
bbp style pack
once activated go to
dashboard>settings>bbp style pack>translations
is this an actual WordPress page with shortcodes in it?
bbp style pack
has unread posts – maybe more than you want, but closest I can suggest
Put this in your child theme’s function file – or use
Code Snippets
add_filter( 'ngettext', 'rew_bbpress_translate' , 20 , 5 );
function rew_bbpress_translate( $translation, $single, $plural, $number, $domain ) {
if ($domain == 'bbpress') {
if ($translation == 'Viewing %1$s topic') $translation = 'Viewing %1$s messages' ;
if ($translation == 'Viewing %1$s topics') $translation = 'Viewing %1$s messages' ;
if ($translation == 'Viewing topic %2$s (of %4$s total)') $translation = 'Viewing message %2$s (of %4$s total)' ;
if ($translation == 'Viewing %1$s topics - %2$s through %3$s (of %4$s total)') $translation = 'Viewing %1$s messages - %2$s through %3$s (of %4$s total)' ;
}
return apply_filters ('rew_bbpress_translate', $translation, $single, $plural, $number, $domain ) ;
}
Hello Friends,
All of the plugins are up to date and still there is conflict in jQuery and rtmedia.min.js files in buddypress-media plugin. Can anyone please help me on this.
Wordpress version 5.3.2
bbPress version 2.3.4
BuddyPress version 5.1.2
Thank you in advance.
none in bbpress, but I added the capability in style pack
bbp style pack
once activated you’ll see it in the widgets as
(style pack) Single topic info
I was wondering whether anyone had come up with a solution. This is not an unusual problem.
I did find this plugin https://en-gb.wordpress.org/plugins/bbp-toolkit/ which I will try.
I really do not want to generate custom code.
I have the exact same problem as @artmuns on a brand new WordPress install. I’m running just the latest version of bbPress 2.6.4 with the latest version of WordPress and no other plugins on the default WordPress theme. On the Edit Topic screen, I can go to “Topic Attributes” and change the “Type” to “Sticky” or “Super Sticky”. However, once a topic type has been changed to “Sticky” or “Super Sticky”, if I try changing it back to “Normal” and then click “Update”, it will not change. I have to either go to the frontend or to the listing of All Topics and click “Unstick” to change the Topic type to something besides “Sticky”. This is definitely a bug with bbPress!