Community Support Forums — WordPress® ( Users Helping Users ) — 2010-06-19T14:11:58-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=229 2010-06-19T14:11:58-05:00 http://www.primothemes.com/forums/viewtopic.php?t=229&p=870#p870 <![CDATA[Re: comic press usage]]>
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, 2:11 pm


]]>
2010-06-19T14:11:32-05:00 http://www.primothemes.com/forums/viewtopic.php?t=229&p=869#p869 <![CDATA[Re: comic press usage]]>
If you are tagging everything "comic", then you can protect all Posts/Pages with the tag "comic" by adding that tag to your list of restrictions under: s2Member -> General Options -> Tag Level Restrictions.

Now, if I've completely mis-understood you; and instead, you want to block access to a specific section ( i.e. the comics sections ) within ANY Post/Page... you will need to use s2Member's Advanced Conditionals, by integrating those into your theme ( wrapping the sections that will contain comics with them ). Here is an example:

Code:
<?php if(current_user_can("access_s2member_level1")): ?>
[ display comics here ]
<?php endif; ?>

There is a ton of information and code samples inside your Dashboard, under:
s2Member -> API Scripting -> Advanced Conditionals.

Statistics: Posted by Jason Caldwell — June 19th, 2010, 2:11 pm


]]>
2010-06-14T20:35:00-05:00 http://www.primothemes.com/forums/viewtopic.php?t=229&p=812#p812 <![CDATA[Re: comic press usage]]>
So I have two issues. First, to verify it really does work the way I'm intending - namely a subscribe option for comics, a different level for blogs and a different level for both. The way the setup was worded made me a bit unsure it'd work since the category for toons is 1 and blogs is 10. So having another level for both 1 and 10 makes sense to me but maybe not to the boolean logic working with the code.

2nd issue, which MUST have been resolved, is how to kill RSS feeds and hot linking. Both would be obvious ways to circumvent the subscription and I've verified that RSS right now is fully operational (which is a bad thing).

Whew, that's a bunch. Any insights most welcome.
Thanks
Crowden

Statistics: Posted by Guest — June 14th, 2010, 8:35 pm


]]>
2010-06-14T20:30:45-05:00 http://www.primothemes.com/forums/viewtopic.php?t=229&p=811#p811 <![CDATA[Re: comic press usage]]>
Pages are independently specified. (You can choose post or page for an entry). These display on their own page and the comic doesn't appear at all.

Here's a post:

http://www.nicky510.com/comic/pass-the-butter/

and here's a page:

http://www.nicky510.com/blog/skin-deep-more/

More in a sec.

Statistics: Posted by Guest — June 14th, 2010, 8:30 pm


]]>
2010-06-14T20:04:34-05:00 http://www.primothemes.com/forums/viewtopic.php?t=229&p=810#p810 <![CDATA[Re: comic press usage]]> Is foxtrot an example of what's 'normally' displayed? You said the comics appear at the top...

I looked at the page source of the comic used on foxtrot's home page. The comic is located between the body tags, like this:
Code:
<body>
[comic.gif]
</body>

so it is regarded as a page.

s2Member would control an image, video, text, comic - whatever is located there - however you want it to; either public (for anyone to see) or private (restricted to members only).

Marty

Statistics: Posted by osteodoc — June 14th, 2010, 8:04 pm


]]>
2010-06-14T10:55:29-05:00 http://www.primothemes.com/forums/viewtopic.php?t=229&p=807#p807 <![CDATA[comic press usage]]>
The question is whether S2members works with comicpress. The comics appear at the top and thus aren't really posts or pages. Can they be protected so they're only visible to members?
Thanks
Crowden

Statistics: Posted by crowden — June 14th, 2010, 10:55 am


]]>