I have installed bbpress and am using elementor pro with the Hello Elementor theme. I am also using Simple Membership. I installed the bbp style pack as well but that plugin broke the rest of my site layout. I have created a POST TEMPLATE in elementor that has been applied to posts in a category and once the bbp style pack plug in is activated, that template is broken. Deactivating the plugin puts the post format back. Any idea why this is happening?
bbp style pack not playing nice with elementor
Published on June 23rd, 2025 by farrahhenleyeducationMentions in BBPress
Published on June 22nd, 2025 by Earl_DSpent the better part of the day looking for a plug-in or code that supports mentions in BBPress topics and replies. I found lots of references to plugins that don’t work anymore and tried code that does work either.
Does anyone have viable alternatives.
Thanks
Treads url with id
Published on June 20th, 2025 by Ricsca2I have to do a redirect of bbpress url with ip but if I disable the wp url rewrite the wp urls continue to be half translated and do not use the ip..
Can I have the confirmation that the url of the bbpress treads without url regrite is
www.MYSITE.com/wordpress/?post_type=topic&p=26715
Thanks
BUG(?) – allowing title/content with disallowed words
Published on June 18th, 2025 by scmsteveWe had a rash of spam coming into our form today and we were confused because even after adding keywords in to the “Disallowed Comment Keys” in WordPress we were still seeing posts making it through to the forums that contained words we put into that list.
I think I found a bug in bbPress, and man, it must be rather longstanding… I found a post in the forum from about two years ago that talked about the reworking of the blacklist to using the disallow list [or that the name of the list had changed], and maybe this crept in at that time.
Here is the code:
bbpress/includes/common/functions.php:
866 // Strict mode uses WordPress “blacklist” settings
867 if ( true === $strict ) {
868 $hook_name = ‘blacklist’;
869 $option_name = ‘disallow_keys’;
In actuality, the key name in the options table is ‘disallowed_keys’.
I changed the code on our site and it seems to have stopped the flood. Would you take a look and see if I am correct about this? If not, please let me know and I will revert our copy and apologize for the false alarm. 🙂
Thanks!
Steve
Delete spam users
Published on June 14th, 2025 by Ricsca2I’m cleaning up an old abandoned forum…
It has over 60,000 members but few are real users and have written posts.
Is there a way to delete all users who have not written posts?
Chatgpt wrote me this script and it seems to have worked but if anyone has another safer and tested method I prefer it.
Thanks
DELETE u, um
FROM wp_users u
LEFT JOIN wp_usermeta um ON u.ID = um.user_id
LEFT JOIN wp_posts p ON u.ID = p.post_author AND p.post_type IN ('topic', 'reply')
WHERE p.ID IS NULL;
Where to add content after topic
Published on June 13th, 2025 by angeljsI’m trying to develop a ratings plugin for bbpress, but the ratings will only show up for the replies, not the topics. Is there a special hook I need to use?
Remove “POST COMMENT” at bottom of Forum page?
Published on June 9th, 2025 by alm1WordPress: 6.8.1
bbPress: 2.6.13.
shortcode on my Forum page:
website: https://www.pcrnmra.net/redwood/
Forum page R.E.D. “Crew Lounge”
I would like to remove the “POST COMMENT” section on my Forum page (R.E.D. “Crew Lounge”).
In my Settings/Discussions page, I made sure that ALL of the boxes there are unchecked.
Is there a way to remove the “POST COMMENT”? section?
TIA
Remove “MARK ALL TOPICS AS READ” button?
Published on June 9th, 2025 by alm1WordPress: 6.8.1
bbPress: 2.6.13.
shortcode on my Forum page:
website: https://www.pcrnmra.net/redwood/
Forum page R.E.D. “Crew Lounge”
Is it possible to remove the “MARK ALL TOPICS AS READ” button?
TIA
it shows all replies on the same page
Published on June 9th, 2025 by ejsoonWhen I click on a post, I want it to display only seven replies per page, but no matter how I set it, it shows all replies on the same page.
WordPress version: 6.8.1
bbpress version: 2.6.13
my site: https://ejsoon.vip
Sorry but I do not confirm my issue still happens with Twenty Twelve, Twenty Thirteen, I think it is no matter.
shortcode [bbp-topic-form forum_id=846] is not working
Published on June 9th, 2025 by alm1WordPress: 6.8.1
bbPress: 2.6.13.
shortcodes on my Forum page:
-
- Topic
- Voices
- Last Post
website: https://www.pcrnmra.net/redwood/
Forum page R.E.D. “Crew Lounge”
My site has only one forum (id=846), but when I add the shortcode
, the dropdown for Forum: still defaults to –No forum –.
I researched this and found that the shortcode
is supposed to fix this, but it is not working for me.
TIA