Community Support Forums — WordPress® ( Users Helping Users ) — 2011-05-29T12:41:33-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=6527 2011-05-29T12:41:33-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6527&p=16259#p16259 <![CDATA[Re: Custom packages and single pages]]>

Statistics: Posted by Cristián Lávaque — May 29th, 2011, 12:41 pm


]]>
2011-05-29T12:27:55-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6527&p=16252#p16252 <![CDATA[Re: Custom packages and single pages]]> Statistics: Posted by cassel — May 29th, 2011, 12:27 pm


]]>
2011-05-29T12:09:59-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6527&p=16246#p16246 <![CDATA[Re: Custom packages and single pages]]>
What you suggest, though, would be interesting for the custom capabilities when used to protect a whole page. I'll show this to Jason to keep in mind. Thanks for the suggestion. :)

Statistics: Posted by Cristián Lávaque — May 29th, 2011, 12:09 pm


]]>
2011-05-29T09:53:27-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6527&p=16226#p16226 <![CDATA[Re: Custom packages and single pages]]>
If the use of wildcards is not possible, could that be something to implement in future versions? Just a wild idea from a non-programmer!

Statistics: Posted by cassel — May 29th, 2011, 9:53 am


]]>
2011-05-23T15:46:09-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6527&p=15675#p15675 <![CDATA[Re: Custom packages and single pages]]>

Statistics: Posted by Cristián Lávaque — May 23rd, 2011, 3:46 pm


]]>
2011-05-23T15:03:39-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6527&p=15673#p15673 <![CDATA[Re: Custom packages and single pages]]> Statistics: Posted by cassel — May 23rd, 2011, 3:03 pm


]]>
2011-05-23T14:49:36-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6527&p=15671#p15671 <![CDATA[Re: Custom packages and single pages]]>
That said, it's not much trouble to use conditionals in all the webinar pages, just write a template conditional statement (not a theme template, just a template for your post that has the conditionals), and paste it in each webinar post you create. Basically something like

Code:
<?php if (current_user_can('access_s2member_ccap_webinars') || current_user_can('access_s2member_ccap_webinar110525')) { ?>

// Show the webinar.

<?php } else { ?>

// Button to get this webinar or full access.

<?php ?>

Statistics: Posted by Cristián Lávaque — May 23rd, 2011, 2:49 pm


]]>
2011-05-23T14:37:03-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6527&p=15667#p15667 <![CDATA[Re: Custom packages and single pages]]>

Statistics: Posted by cassel — May 23rd, 2011, 2:37 pm


]]>
2011-05-23T14:29:29-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6527&p=15662#p15662 <![CDATA[Re: Custom packages and single pages]]>
webinar110418
webinar110523

etc.

To grant someone access to all webinars, you can either update his profile adding new webinar ccaps as they come out, or have another ccap named webinars that'll give him access to all. To do the latter, though, you'll have to check the ccaps with conditionals instead of using the s2Member meta box when editing the post/pages.

Statistics: Posted by Cristián Lávaque — May 23rd, 2011, 2:29 pm


]]>
2011-05-23T13:14:41-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6527&p=15654#p15654 <![CDATA[Re: Custom packages and single pages]]>
(it is clear in my head, just not sure i am clear when describing it! lol)

Statistics: Posted by cassel — May 23rd, 2011, 1:14 pm


]]>
2011-05-23T13:10:40-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6527&p=15653#p15653 <![CDATA[Re: Custom packages and single pages]]> Statistics: Posted by Cristián Lávaque — May 23rd, 2011, 1:10 pm


]]>
2011-05-23T08:07:43-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6527&p=15634#p15634 <![CDATA[Custom packages and single pages]]>
I am setting up some custom packages, and it works fine for now. I have one ccap called "Webinar" that will be used to give access to ALL the webinars, but i am thinking of selling them ALSO individually. How would i configure it? By single page selling? Will that somewhat override the ccap?

I am thinking of one "paypal button" for the whole Webinar package, but also one paypal button for Webinar#1, one for Webinar#2, etc. Is that the way to go?

Statistics: Posted by cassel — May 23rd, 2011, 8:07 am


]]>