Search Results for '"wordpress'
-
Search Results
-
Hi there
I do not want to include embedded content like Youtube. I deactivate it via Settings- Forums, but after saving it is again activated. This is a mess due to data protections issues in Germany.
But this is not for everthing: e.g. Instagram is shown as simple link, Youtube as embedded
I use
Wordpress 6.9
bbPress 2.6.14my website: https://fab50s.de/ (most of the content including forum is behind paywall)
I also use:
Borlabs Cookies
Memberpress
Theme: Tove (FSE)Can anyone help me??
LG Irit
Hi,
We use bbpress, buddypress, and bbp-private-groups in a WordPress installation.
Thank you for the great plugins!In the Buddypress Group Settings, the group administrator can also create a forum.
How can I add a specific group from bbp-private-groups to a group forum when creating the group forum?
I couldn’t find an option for this in the backend settings.
Is there a suitable hook? I don’t know the forum ID yet for “groups_group_after_save”.
I would add the group with add_post_meta( $forum_id, ‘_private_group’, ‘group1’, false );.Thanks for any tips!
bbbtTopic: Old replies hidden
Good evening,
I can’t seem to find the solution, so I’m posting my question here.
In WordPress, I have a bbpress forum. Some old posts (from 2016) are visible to me (Key Master), but no longer to subscribers (private forum). So there seems to be a system that hides these posts after an expiry date (not the first post, but the replies). I can’t find anything in the general settings or in the bbpress plugin. I also have bbP private groups and bbPress Notify (No-Spam). Any idea what the problem might be?I recently discovered that WordPress.com’s Personal and Premium plans allow plugin installation, so I immediately paid and installed bbPress.
However, a similar forum plugin, WPFORO, works fine, but after installing bbPress, when I go to the actual forum page (myid.wpcomstaging.com/forums/forum/test/), it just displays a blank screen, with neither my blog’s theme nor the forums displayed.
Just in case, I tried disabling my browser’s ad blocker and changing my theme, but the results were the same!
I asked a question on the WordPress.com forums and was directed here. Has anyone else encountered a similar issue? What solutions have you found?
When a user quotes another post using the quote button, their post shows the bbcode as plain text. I tried to recreate the issue on my end with a test account (non-admin) in incognito mode, and was not able to recreate the issue. Any idea what could be causing it? (example linked below)
Wordpress version: 6.8.2
bbPress version: 2.6.14
Link: example post with issueHello,
We are running bbPress 2.6.14 on a WordPress 6.8.2 site with a private forum.
We have noticed a strange issue:
Some subscribed users receive email notifications when new topics/replies are posted.
Other subscribed users (from the same forum) do not receive anything.
We checked spam/junk folders, nothing there.
Trying to unsubscribe and resubscribe does not solve the issue.
So I have two main questions:
Where are subscriptions stored in the database with bbPress 2.6.14?
I don’t see a wp_bbp_engagements table in my DB.
I also don’t see any _bbp_subscriptions or _bbp_topic_subscriptions entries in wp_usermeta.
Yet some users clearly do receive notifications.
How does bbPress decide who gets notified?
Is it handled directly via wp_mail() when a reply/topic is created?
Could private forums behave differently compared to public ones?
Troubleshooting guidance
Is there a way to “rebuild” or “reset” subscriptions to ensure consistency?
Should I try to manually create the wp_bbp_engagements table if it is missing?
I’d really appreciate if someone could clarify how subscription data is stored and how email notifications are triggered in bbPress 2.6.14, so I can debug why some users receive emails and others don’t.
Thanks a lot!