Skip to:
Content
Pages
Categories
Search
Top
Bottom

Bulk delete topics and replies

Published on February 10th, 2025 by wilsonintexas

I am working on https://www.dallasgemandmineral.org/
wordpress version 6.7.1
bbpress 2.6.11
I do have Akismet Anti-spam: Spam Protection v 5.3.5
I am a newbe and lost
I have some forums, and Akismet Anti-spam: Spam Protection is correctly marking things as spam.

But I cannot find a way to select them and delete them in bulk.
I can select each one, edit it, mark it as trash, then delete it…. but I have over 1000

In this post I want to find the way to select topics in a forum and bulk delete them

How to give readers filter options

Published on February 9th, 2025 by seeanimalswild

My site has a range of country pages, and species pages. I am going to create a filter of members posts so that those on the right subject appear on the right page.

What i am looking to be able to do, is to be able to allow readers to further filter user posts by which kind of members created them. I have a supporters area, and several others each with different knowledge levels, so I want the ability to give readers the ability to choose which they want to look at.

I hope that’s clear, and someone knows a way that this could be possible

replies not working sometimes

Published on February 9th, 2025 by Clivesmith

Hi, I know this is a vague title but,

Sometimes I create a reply to a topic as a user (I do not have members, anyone can post I moderate all posts) some times it works and i get the thank you return to topic on the screen and it works, other times I press the submit and it just returns to the top of the topic and the post is not submitted and no error message.
I have checked the debug logs and there is no message in there either. I have tried different computers / phones and browsers. there is obviously a check when it works as it goes to the thank you page, should it go to a bad luck page when the post is not accepted and why would it not be accepted without saying why.
Any ideas please, I am worried I am losing replies.

Redirect unlogged in visits to forum page

Published on February 8th, 2025 by bobjgarrett

If an unlogged in visitor clicks a link to a private bbpress forum page they get the “oops no such page message”.
Is it possible to redirect them to the login page or message that at least says the page exists but they need to log in?

Subscribe Existing Users to New Forum

Published on February 5th, 2025 by wpneedsupport

How to subscribe existing wp users to a newly created forum? Currently new users are auto-subscribed to existing forums, but there does not seem to be a way to subscribe existing wp users to a new forum. Forums on our site are viewable via log-in only. https://weightinclusivemedicine.org/forums/

Is there an easy way to do it through wp database?
Using 2.6.11 bbpress WordPress 6.7.1

list of hooks to insert text/graphics at typical positions on bbPress pages

Published on February 5th, 2025 by Marisa

I want to insert custom text/graphics at specific positions on specific pages (or all pages) in the bbPress forum.

Please can you list the custom hooks for this?

Thanks.

Private messages

Published on February 4th, 2025 by triffy44

Hello,

Is there a plugin to add to bbpress so you can sent users private messages ?
I did not find any answer in the search engine.

Thanks a alot

Topic archive pagination broken

Published on February 4th, 2025 by swinggraphics

On the Topics archive page, the pagination links are broken, going to a forum. This appears to be due to maybe_map_permalink_to_group(). My solution is to add a filter after BBP_Forums_Group_Extension->topic_pagination() to correct the base parameter:


/* Fix BBPress pagination */
function my_topic_pagination_fix( $r ) {
	if ( is_post_type_archive( 'topic' ) ) {
		$r['base'] = bbp_get_topics_pagination_base();
	}
	return $r;
}
add_filter( 'bbp_topic_pagination', 'my_topic_pagination_fix', 11 );

limiter le nombre de reponse visible à un sujet lorsqu’on est pas connecté

Published on February 4th, 2025 by eyingayannick

Salut à tous,
J’utilise bbpress et le thème Astra. Je voudrais limiter le nombre de réponse visible à un sujet lorsqu’on est pas connecté. Que celui qui ouvre un sujet voit juste 2 réponses.Et lorsqu’il se connecte il voit le reste.

Besoin d’aide

Issue with Creating Replies in Admin – HTTP ERROR 500

Published on February 2nd, 2025 by novawebb

Hi,

We are experiencing an issue with reply creation. While users can successfully create new replies on the frontend, we encounter an “HTTP ERROR 500” when attempting to create a reply from the admin panel.

Could you please provide guidance on how to resolve it? Let us know if you need any additional information or logs.

Dev site: https://zmartkund.se/tilrf/
WordPress 6.7.1
Theme: Divi 4.27.4 (but also when Twenty Twenty-Five)
bbPress: 2.6.11

Skip to toolbar