Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Disable Activity Stream for Profiles?

I got `define(“BP_DEFAULT_COMPONENT”, “profile”);` in the right place and it is now working to keep the activity stream from displaying in the profiles. Thank you.

Checked the activity table in the DB and for all entries of the type activity_comment, hide_sitewide is set to 0.

A grep of the plugins turns up no obvious usages of hide_sitewide that are problematic. I’m thinking it’s going to be hidden in some usage of hide_sitewide set to `$sitewide`. This is going to take a while to find, I’m thinking. Any thoughts about where to look first?

Skip to toolbar