ok, both topics and replies are custom post types, so the date of both is in the posts table, so no meta query needed.
so
‘post_type’ => array( ‘topic’, ‘reply ) if you want both
and look at
WP_Query
scroll down to date parameters to work out how to do the date
I can comment on this one. I do have the “attach media” GD plugin but not tested it. We don’t use WordPress add media here. We use the tinymce insert image and put a link it.
As previously mentioned yesterday, I can’t insert videos anymore if not admin because of the escaping of the HTML in the source tag which is crippling.
check you wordpress discussion settings and how many links it will trigger a reply to go pending.
Check your pending posts / replies.
this is because 2.6 has changed some wording and context, and the new translations have not been made yet
to fix the above either use this
add_filter( 'gettext', 'rew_bbpress_translate', 20 , 3 );
add_filter( 'ngettext', 'rew_bbpress_translate' , 20 , 3 );
function rew_bbpress_translate( $translated, $text, $domain ) {
if ($domain == 'bbpress') {
$words = array(
'%s day' => '%s jour',
'%s days' => '%s jours',
'Last Post' => 'Dernier message',
);
$translated = str_replace( array_keys($words), $words, $translated );
}
return $translated;
}
Put this in your child theme’s function file – or use
Code Snippets
or use the translations tab in my style pack plugin
bbp style pack
hmm – that is interesting – this seems to refer to a plugin
bbPress Threaded Replies
which has not been supported for a number of years.
It is likely that 2.6.1 has revised a function which threaded replies uses, and therefor is no longer working.
Hi, I have two main topics and they have 4 and 3 subtopics respectively. For some reason, only the main topics on my forum page https://www.apis.de/forum/ are showing. I believe this changed with a recent update to either WordPress or BBpress. How do I display the sub-topics of each of the main 2 forum topics as well plz?
Hello, we’re using WordPress version Version 5.3, BuddyPress version 5.0.0, bbPress version 2.6.1 and our website is https://www.lightstalking.us. The theme we’re using is called Performag (Version: 1.409).
Two days ago we suddenly started to have this issue regarding posting images in forum threads – our forum participants can’t post images. They can upload them and hit the send button, but the images simply won’t show up in the thread.
The issue is not due to plugin incompatibility because it’s still there even when I disable all the plugins we have.
Let me know if there’s anything we can do to solve this.
Best,
Jasenka
I’ve perhaps uncovered a backwards compatibility issue with third party plugins that were using the now deprecated blacklist function.
In addition, everyone having issues here should remember that bbPress inherits many of the WordPress Discussion (Comments) settings. Moderation words, number of links, allowed tags, and a few others. If topics and replies are getting caught in moderation, comments of the same content would be also.
That said, the default behavior is NOT to land every single post in Moderation. If that is what is happening, something is broken.
Awesome indeed. I did not put two and two together. But then I noticed what it said on the screen:
Customise your Forums root. Partner with a WordPress Page and use Shortcodes for more flexibility.
Doh!
go to
bbPress
then on right hand side select ‘advanced view’
and at the bottom you’ll find previous versions – select 2.5.14
Thanks for the time/code but closed bbpress this morning and moved to discourse. Lost the perfect integration with wordpress but this is a way more convenient way for me to handle a community maybe too big for bbpress
If you want to remove moderation, I think this will do it
add_filter( 'bbp_bypass_check_for_moderation', '__return_true' );
Put this in your child theme’s function file – or use
Code Snippets
If someone could test and report back, that would be useful. I have no time availability to do this 🙂
After installing bbPress, I noticed my footer on the Forum pages is skewed. All the Social Link menu is stretched on just the forum pages. None of my other pages have a problem.
Using Twentyseventeen theme with a child theme installed
WordPress vs 5.3
bbPress ver 2.6.1
Link to site: https://lonestarlegends.us
I created a trac ticket here in the hopes this might get progressed more easily:
https://bbpress.trac.wordpress.org/ticket/3284#ticket
Here is a result of my particular situation. I think a feature in bbPress is now working correctly whereas it did not before.
If you go to your WordPress Settings | Discussion area there is an option to tell it when to flag a message for moderation based on the number of links. Mine was set to 2. This is why the users post was flagged. It had 3 links.
When I tried 2 links it still when to pending. When I tried with 1, it was accepted. I increased my limit to 4 and now it will accept 3 links. So that is one reason.
The second reason is inserting images (using MCE toolbar). It will not let the user insert more than one image into the post (unless they are admin). I do not know how to increase this as I would also like it to be capped at 4 but there are no settings provided for images. I think the same will apply for videos.
@johnjamesjacoby
Please look at the associated, more active discussion on this subject. There are lots of users who now have to approve every post. I have provided comments in that discussion instead.
I suggest you review that discussion. True, there are complaints, which are all to easy to roll of the tongue, but the point it things have changed. I don’t want to repeat my feedback so please see the other thread.
I personally need to find a way to control things going into pending. It should only do so if it thinks it needs moderation. Not all posts. The other discussion I found the function that changed the way posts are moderated so so thing must be askew there.
If your forum is working ok then are you on WordPress 5.3? What are your WordPress discussion settings set to for moderation? It might be an idea to become a admin on one of our sites. Best way to test because I expect this is a common solution.
See: https://bbpress.org/forums/topic/need-users-to-be-able-to-posts-without-posts-being-approved/
When I click reply to a reply in a topic I am unable to type in the Visual Editor box. I can type into the Text Editor but it will not show in the Visual Editor box.
The forum-beginner-posts plugin was updated a week ago. Since that is the plugin that adds in the visual editor, I’m wondering if that update caused a conflict somewhere, maybe with either the bbpress or buddypress plugins?
WordPress 5.3 running Boss. Child Theme theme.
bbPress Version 2.6.1
https://members.lockeinyoursuccess.com/
I had a lost at the differences between 2.5.4 and 2.6.1 for when it comes to moderation and I saw the new function. It is interesting that it refers to these hooks:
bbp_bypass_check_for_moderation
bbp_bypass_check_for_blacklist
Apparently you can use these hooks and if they return true it will stop performing the moderation check. I don’t know how to implement these hooks, and I am not telling anyone they should implement them. Moderation is a good thing when ti works as intended.
I had a look at my own WordPress Settings | Discussion Settings which is where I understand this gets all the behaviour from and my blacklist and whitelist are empty anyway. But I do have another checkbox ON:
Comments must be approved
I had that on because in my website posts where comments are allowed I wanted control. I don’t know if it is this checkbox that is the cause of every topic and reply needing moderation.
That said, in the same settings page in WP it has options for sending out an email whenever a comment goes into moderation and that is not honoured. So maybe none of these settings are taken into account?
wordpress 5.3
bbpress 2.6.1
Hello,
I am noticing in the last few days and that is even prior to upgrading to wordpress 5.3 the bbpreply widget which lists the recent replies does not list the replies CLEARLY as it used to.
After the listing there is line now added next to all new replies that says”<span class=”dashicons dashicons-visibility wvrbbp-fav-sub” style=”font-size:80%;vertical-align:middle;”></span>”.
This added line obviously is taking away the clean clear quality of the webpage making it look ugly like a coded page. Please advise. Any help is appreciated. Thank you.
Hi,
I’m using wordpress version 5.3–pt_PT and BBPress 2.6.1.
When i create a new topic, in a mobile, the text appears only on the right side of the creator identity. That makes that each line is very short and the text is extended in a lot of lines. The text does not occupy the area below. Please see in this link:
Que carro comprar
I would be really grateful for some help to solve this as mobile users are each time more.
Thanks!!
Hi guys,
We seem to have an issue when nested/threaded replies are allowed. Instead of having the replies neatly appearing one under another, they seem to be squished all together. Please take a peek at the screenshot in hopes of it better explaining the issue at hand: 
When threaded replies aren’t allowed, everything looks peachy fine (of course!) and the comments just fall neatly in line.
We have heavily modified the CSS so that we could get the visuals as our client requested, however we have only noticed this issue after updating WordPress, the theme and bbPress (we’re not sure which one of the three, if any, could have been the source of the issue at hand).
If anything has any suggestions or if you need any additional info to offer any insight, please let us know!
Thank you in advance. 🙂
Hi,
im building a new WordPress political website using the “Candidate” theme. Also, Im considering adding Buddypress too. What we are trying to figure out is how to add a full forum to a page, listed in the navigation list using this theme. Will we need to have a theme package or some kind of template? I would prefer the page to match the others. Im trying to at least duplicate the forum i have already at http://www.fedupwithliberals.com, which is currently a Simple Machines forum. I have seen Buddypress using the Boss theme, it seems pretty complex, but would make a nice stand-alone site. The link to the ‘Candidate” theme demo is http://velikorodnov.com/dev/candidate/home-v1/ . I would be happy with a nice full-featured forum on that site, but am wondering if i can add buddypress too? Would there be a bbpress template that can be added to the page made for the forum so the page will match the rest of the site?
Thanks,
delta5
IMO small icons among text looks very bad. IMO it would be better, if icons are on left like in XenForo forus.
See
https://www.sanaristikkofoorumi.net/wordpress/2019-11-16-13-40-47-www-sanaristikkofoorumi-net-58b4f9888eb8/
On the right side is a sidebar, where small icon is on the left like here in the freshness list ( I just don’t like that the position is not always the same.
It would be nice, if bbPress fourums could look as default more professional.