Tagged: S2Member
Hi
I’m using S2 Member plug in to control read rights on pages and elements… It’s a “extranet” and not a payed membership site. It works great but I need to have a nice frontpage with special info for logged in users.
Is there a easy way to wrap different content elements with a shortcode as for en example provided by S2?
More info about that here: http://s2member.com/kb-article/s2if-simple-shortcode-conditionals/
Possible solution?
Create a new front page template with 2 Avia Layout Builder and do some PHP editing like this:
<?php if(s2If is_user_logged_in()’)): ?>
Avia Layout Builder Logged in
<?php else: // Else show this. ?>
Avia Layout Builder NOT logged in
<?php endif; ?>
Hi!
thanks for sharing your possible solution with us. In general we can’t provide support for any 3rd party plugins, so please ask the plugin’s author about this.
Cheers!
Andy