PriMoThemes — now s2Member® (official notice)
This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™
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
<?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 } ?>
Users browsing this forum: No registered users and 0 guests