#3141 closed enhancement (no action required)
Admin option to disable BuddyPress RSS feeds
| Reported by: | henrypwmoulton | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 1.2 |
| Severity: | normal | Keywords: | |
| Cc: | leho@… |
Description
In general settings have an option to enable/disable RSS on the activity stream / anywhere on the buddypress site.
This is something which would benefit those who want privacy and those whose communities' demographic do not use RSS.
boonebgorges: Can you post that as a request to trac.buddypress.org?
boonebgorges: It makes sense to me to have that as part of a larger privacy system
boonebgorges: but it's small enough that it might be possible to include it before that larger system is in place
Change History (5)
#2
@
13 years ago
- Component Activity → Administration
- Keywords RSS removed
- Milestone Future Release → 1.8
- Severity → normal
- Summary [Suggestion] RSS → Admin option to disable BuddyPress RSS feeds
- Version 1.2.8 → 1.2
#4
@
12 years ago
- Milestone Future Release
- Resolution → invalid
- Status new → closed
Since BP 1.8, there has been a filter allows admins to disable themes altogether. Put the following into bp-custom.php:
add_filter( 'bp_activity_enable_feeds', '__return_false' );
I think that adding a piece of UI for this would only be useful for a very small percentage of users, and so is not in keeping with our general minimalism about admin toggles.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Renaming title of ticket to be more specific. I'm moving this to 1.8 for now, but might get pushed back to Future Release.