Community Support Forums — WordPress® ( Users Helping Users ) — 2011-06-21T10:11:05-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=10222 2011-06-21T10:11:05-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10222&p=21303#p21303 <![CDATA[Re: How do I restrict a plugin from non-paid users?]]>

Oh, I didn't know the chat used shortcode, I guess you could try the shortcode conditinoals then, see if they work together. WP Admin -> s2Member -> API / Scripting -> Using Simple Conditionals

Statistics: Posted by Cristián Lávaque — June 21st, 2011, 10:11 am


]]>
2011-06-20T23:56:32-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10222&p=21286#p21286 <![CDATA[Re: How do I restrict a plugin from non-paid users?]]> Statistics: Posted by Rock Sexton — June 20th, 2011, 11:56 pm


]]>
2011-06-20T23:17:02-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10222&p=21283#p21283 <![CDATA[Re: How do I restrict a plugin from non-paid users?]]>
Cristián Lávaque wrote:
You could wrap the code that outputs the chat, with a conditional that checks the requirement you want to set. WP Admin -> s2Member -> API / Scripting -> Using Advanced Conditionals


Hmmm ... I'm such a novice ... I see the code I want to use


<?php if (current_user_can("access_s2member_level1")){ ?>
Some content for Members who are logged in with an s2Member Level >= 1.
<?php } else { ?>
Some public content.
<?php } ?>


and the chat program's shortcode is [chat-lite]

.... so then how do I "wrap" it to make it work?

Statistics: Posted by Rock Sexton — June 20th, 2011, 11:17 pm


]]>
2011-06-20T22:33:31-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10222&p=21273#p21273 <![CDATA[Re: How do I restrict a plugin from non-paid users?]]> WP Admin -> s2Member -> API / Scripting -> Using Advanced Conditionals

Statistics: Posted by Cristián Lávaque — June 20th, 2011, 10:33 pm


]]>
2011-06-20T17:33:05-05:00 http://www.primothemes.com/forums/viewtopic.php?t=10222&p=21250#p21250 <![CDATA[How do I restrict a plugin from non-paid users?]]> Statistics: Posted by Rock Sexton — June 20th, 2011, 5:33 pm


]]>