Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,055
- How-to & Troubleshooting
- 129,795
- Creating & Extending
- 25,859
- Requests & Feedback
- 9,500
- Third Party Plugins
- 9,806
- Showcase
- 3,317
- Ideas
- 1,384
- Miscellaneous
- 9,176
-
Easiest way to remove favorites is to use CSS:
li#activity-favorites, li#activity-favs-personal-li, a#bp-admin-activity-favs, .activity-meta a.fav {display:none;}
This will hide all favorite buttons and tabs (I think).