cassel
Forum Replies Created
-
@statstutor
Right, you cannot use the OR logic with the page/post restriction (i tried and i wished).I have my entire site using only the level 0 (free subscribers) and Level 1 (paid subscriber). Some sites and courses and content lend themselves easily to using tiered levels, but not all.
I don’t know about the comments as i never use them on pages. My guess is that you can test it on a sample page and give someone the link and see what they can see without the proper access. Maybe it will work?
Also, i never protected posts, only pages (and i have over 200 pages that are protected).
Hope it helps, somewhat.
By entering the shortcode in the page like Krum mentioned, the page itself won’t be protected, meaning that the page will OPEN, but the content will be protected. This also gives you the opportunity to have some content displayed with another shortcode on that same page, like this:
[s2If !current_user_can(access_s2member_ccap_your1ccap) AND !current_user_can(access_s2member_ccap_your2ccap)]
Sorry, you can only access this content once Lesson 1 is completed
[/sIf]So that page won’t show your protected content, but will also inform your visitors why they can’t see it (you might put a link to direct them to that Lesson 1 or where they can register for it).
Did you check this hack?
http://krumch.com/2013/07/20/kc-s2member-ccap-repeatable-playlist/With the mention of Day 1, Day 2, etc. maybe that will work? Worth checking.
I think this hack might do what you are looking for:
http://krumch.com/2013/07/20/kc-s2member-ccap-repeatable-playlist/
There is a mention of day 1, day 2, so maybe it can work on a 7 day schedule too.If you are unsure, email Krum for clarifications. He is very helpful.
I don’t think it would be solved by the Pro version, however, although I am not 100% sure, maybe this plugin could help or be close to what you need?
http://krumch.com/2014/05/26/kc-s2m-drip-playlists/
If it needs tweaking, you can always ask Krum for it. He is really good.Krum has a plugin that does the bidirectional integration. Check this video:
The My Account page has to be done manually, one course at the time, but it could be for the whole course.
On the top, i have 3 courses that include several pages (one has over 150 pages), and the the same ccap is used for each of those pages, as i create them. The member gets that ccap as soon as he makes the purchase, so that part is automated.
On the bottom section, i have 35+ classes and those are only a single page each, so although the students get their ccap automatically, and i have to associate the ccap when i create the page, i obviously have to add one new thumbnail to the My Account page, every time. In my case it is once a month.
If you want more details, you can contact me on that page, using the Need Help yellow tab on the right.
This seems fixed now. Thank you.
Check my My Account page here:
http://scrapbookcampus.com/my-accountI am using a code like this:
[s2If current_user_can(access_s2member_ccap_basic1)]<img src=”colored image” alt=”” width=”200″ height=”150″ border=”0″ />[/s2If]
[s2If !current_user_can(access_s2member_ccap_basic1)]<img src=”image in black and white” alt=”” width=”200″ height=”150″ border=”0″ />[/s2If]Just like you want, if a member has access to that particular class, it will appear in colors, and link to it. If the viewer does not have that access, the image is in black and white and redirects to where this course can be purchased.
If i understand correctly, you would need exactly what is used in example #3 of the Scripting section :
Example #3: Full access for any Member with a Level >= 1; also using [else] syntax.
[s2If current_user_can(access_s2member_level1)]
Some content for Members who are logged in with an s2Member Level >= 1.
[else]
Some public content.
[/s2If]You can also use the conditional to list the ccaps.
For example, you can have something like this:Here are the classes you currently have access to:
[s2If current_user_can(access_s2member_ccap_product1)]
*put a link to the particular product page*
[/s2If]
[s2If current_user_can(access_s2member_ccap_product2)]
*put a link to the particular product page*
[/s2If]
etc.That way, if the user is logged in AND has the particular ccap, the link will display, otherwise, it wont.
That means you can have a single page, and everyone will only see the products they are allowed to access.I am using this on my own site, and i added a link to PURCHASE the product they don’t have access, as a way to promote them, but that is only a personal choice.
Here is my own My Account page, for illustration purposes:
http://scrapbookcampus.com/my-account/Check the video here: https://www.youtube.com/watch?v=YMQPejazwqg
First, it is still in beta, so it is something to be aware.
Also, it mentions synchronizing with from WP to MC and S2M does that already.If you want a powerful bidirectional synchronisation between s2M and MC, check this video: https://www.youtube.com/watch?v=YMQPejazwqg See if this is what you need.
And there is a free version also, which has only a few features but might be enough for what you need if you only want the emails to synchronise.If anyone checks the links above, i had to remove this plugin to continue with a functional site, so those links won’t illustrate the issue anymore.
The KC s2M+Mc plugin does exactly that. I have been using it for since it was initially released and with the bidirectional synchronisation, it is a great help in keeping both list in sync and allowing to segment the list in MC to send specific emails.