Jason Caldwell wrote:I'm open to suggestions. Please chime in here if you have an opinion.
Blocking
feeds is very important to one of my key projects. But I wouldn't want work on it to distract from other core objectives you've settled on.
Right now I'm using function.php edits from BP support forums:
- Code: Select all
function bp_remove_feeds() {
remove_action( 'wp', 'bp_activity_action_sitewide_feed', 3 );
remove_action( 'wp', 'bp_activity_action_personal_feed', 3 );
remove_action( 'wp', 'bp_activity_action_friends_feed', 3 );
remove_action( 'wp', 'bp_activity_action_my_groups_feed', 3 );
remove_action( 'wp', 'bp_activity_action_mentions_feed', 3 );
remove_action( 'wp', 'bp_activity_action_favorites_feed', 3 );
remove_action( 'wp', 'groups_action_group_feed', 3 );
}
add_action('init', 'bp_remove_feeds');
As you know very well now <big smile> I'm no coder, but maybe similar code could be added as part of s2Member as a config option? It would save re-editing after upgrades.
FWIW, I've already found s2Member to be of enormous value without the rss feature. The biggest value-challenge I face with it is controlling my imagination with the all the possible applications. It's my "shiny object syndrome" that makes it tough to stick with the task at hand because a shiny new idea to use s2M occurs to me.
If people really need ideas on how to use it, I can fill a few pages of this forum with suggestions that most forum members would probably find terribly obvious <laugh>. So how useful it is might be rather more a reflection of the craftsman than the tool.
I just love this piece of work.