Community Support Forums — WordPress® ( Users Helping Users ) — 2010-12-28T14:24:48-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=231 2010-12-28T14:24:48-05:00 http://www.primothemes.com/forums/viewtopic.php?t=231&p=5204#p5204 <![CDATA[Re: Isn't s2Member useless without RSS blocking?]]>
Thank you !

Statistics: Posted by Deyson — December 28th, 2010, 2:24 pm


]]>
2010-08-31T23:48:07-05:00 http://www.primothemes.com/forums/viewtopic.php?t=231&p=2813#p2813 <![CDATA[Re: Isn't s2Member useless without RSS blocking?]]> Thanks to everyone who contributed to this thread.
Please take a look at s2Member v3.2.3+.

= 3.2.3+ =
* New Feature - "Alternative View Protection".
Check your Dashboard: `s2Member -> General Options -> Alternative View Protection`.
This new feature deals with some long awaited (protection) for things like: search results, RSS/XML feeds, and custom queries; where excerpts of protected content may slip through, depending on your theme. This feature is NEW, and still in an experimental state. It is disabled by default, but we encourage you to try it with different settings, and report back to us through the support forums for s2Member.

Statistics: Posted by Jason Caldwell — August 31st, 2010, 11:48 pm


]]>
2010-07-07T18:51:47-05:00 http://www.primothemes.com/forums/viewtopic.php?t=231&p=1438#p1438 <![CDATA[Re: Isn't s2Member useless without RSS blocking?]]> Statistics: Posted by Jason Caldwell — July 7th, 2010, 6:51 pm


]]>
2010-07-03T23:18:47-05:00 http://www.primothemes.com/forums/viewtopic.php?t=231&p=1380#p1380 <![CDATA[Re: Isn't s2Member useless without RSS blocking?]]>
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:
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.

Statistics: Posted by gwc_wd — July 3rd, 2010, 11:18 pm


]]>
2010-06-19T13:56:54-05:00 http://www.primothemes.com/forums/viewtopic.php?t=231&p=866#p866 <![CDATA[Re: Isn't s2Member useless without RSS blocking?]]> No, you're not missing anything. However, s2Member does NOT protect feeds (yet), because I'm still looking into the best possible way of handling this. Most sites are designed to release "excerpts" within their feeds, and under most circumstances, it is NOT desirable to block access to any feed, because that would prevent spiders/bots/crawlers from gaining access to your feeds ( like Google for instance ).

So long as you're releasing "exceprts" and not the whole article, s2Member's protections are fine, because the Post/Page that is being released in a feed ( in excerpt format ), is still protected through its Permalink on-site.

However, I do realize this is a potential security hole, and depending on how you're releasing your feeds, and on what you're restricting access to exactly, it can either be a tiny hole, or a huge hole.

I'm open to suggestions. Please chime in here if you have an opinion.
I'll try to address this in the very next release.

Statistics: Posted by Jason Caldwell — June 19th, 2010, 1:56 pm


]]>
2010-06-14T22:39:26-05:00 http://www.primothemes.com/forums/viewtopic.php?t=231&p=813#p813 <![CDATA[Isn't s2Member useless without RSS blocking?]]> Thanks
Crowden

Statistics: Posted by crowden — June 14th, 2010, 10:39 pm


]]>