Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #457676

    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/

    #457704

    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; ?>

    #458495

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.