Skip to content

Troubleshooting

Common issues and how to resolve them. If a problem persists after these checks, contact Wbcom Designs support with your BuddyPress version, active theme, and whether BuddyBoss Platform is in use.

The plugin deactivates itself on activation

Section titled “The plugin deactivates itself on activation”

BuddyPress Newsfeed requires BuddyPress. If BuddyPress is not installed and active, the plugin deactivates itself and shows the notice “BuddyPress Newsfeed is ineffective now as it requires BuddyPress to be installed and active.” Install and activate BuddyPress first, then activate BuddyPress Newsfeed again.

The Newsfeed and Personal tabs are not appearing

Section titled “The Newsfeed and Personal tabs are not appearing”

Check the following:

  • The BuddyPress Activity component is enabled at Settings > BuddyPress > Components.
  • The plugin is active at Plugins > Installed Plugins.
  • Your theme loads BuddyPress templates. Most BuddyPress-compatible themes do this automatically.

The tabs are registered on the member Activity page, so confirm you are viewing a member profile’s Activity section (for example /members/username/activity/).

Members see a blank page on the Newsfeed tab

Section titled “Members see a blank page on the Newsfeed tab”

This usually means the BuddyPress template hierarchy could not resolve the activity template for the Newsfeed screen. Make sure your active theme either extends BuddyPress templates correctly or is a BuddyPress-compatible theme. Switching temporarily to a default BuddyPress-ready theme confirms whether the theme is the cause.

The post form is not showing on the Newsfeed tab

Section titled “The post form is not showing on the Newsfeed tab”

The activity post form only appears when all of these are true:

  • Enable Activity Post Form on Newsfeed is on in General settings.
  • The member is viewing their own profile.
  • The current action is newsfeed.

The form never appears when viewing another member’s profile or to logged-out visitors (logged-out visitors see a login prompt instead).

The post form is hidden on BuddyBoss Platform

Section titled “The post form is hidden on BuddyBoss Platform”

If you enabled BuddyBoss’s own activity “tabs” UI, BuddyBoss CSS can hide the post form on the Newsfeed tab. The plugin injects a footer script that removes the bp-hide class from the form when a member views their own Newsfeed tab, so this should self-correct. If the form is still hidden, check for a caching plugin serving stale HTML/JS, and confirm no other customization re-hides #bp-nouveau-activity-form.

The Enable Relevant Activity setting is missing

Section titled “The Enable Relevant Activity setting is missing”

This setting is intentionally hidden when BuddyBoss Platform is active, because BuddyBoss provides its own equivalent filtered feed. On standard BuddyPress it appears on the General tab. If you are not on BuddyBoss and still do not see it, confirm you are on the latest plugin version.

The activity directory only shows my own posts

Section titled “The activity directory only shows my own posts”

With Enable Relevant Activity on, the directory is filtered to a member’s connections plus mentions. If the member has no friends, no followed users, no joined groups, and no forum subscriptions, the only content that matches is their own posts and posts that @mention them. This is expected. Turn the setting off to show the full public stream.

The activity directory is slow on a large community

Section titled “The activity directory is slow on a large community”

The Relevant Activity filter builds a query with all of a member’s friend IDs, followed user IDs, and group IDs in a single IN(...) clause. On sites where members have thousands of connections this can slow the directory page. Test with realistic data volumes before enabling in production, and consider leaving the setting off on very large communities.

Only personal activity shows in the Newsfeed with BuddyBoss

Section titled “Only personal activity shows in the Newsfeed with BuddyBoss”

Earlier versions could show only personal activity on the Newsfeed tab under BuddyBoss. The display logic was corrected in version 1.8.3. Update to 1.8.3 or later if you see this.

A PHP notice or error appears for logged-out users

Section titled “A PHP notice or error appears for logged-out users”

An error that appeared for logged-out users when the plugin was active was fixed in version 1.8.3. Update to 1.8.3 or later.

bbPress topic creation triggers a PHP warning

Section titled “bbPress topic creation triggers a PHP warning”

A warning during bbPress topic creation (from empty _bbp_subscriptions meta) was fixed in version 1.8.3 by guarding for empty or non-array subscription meta. Update to 1.8.3 or later.