Viewing 1 replies (of 1 total)
  • Maybe you can create a Static page with the login info (maybe even a small pitch as to why they should register) and a redirect using some php code to another “main” page for anyone logged in? Something that might look like this:

    <?php if(is_user_logged_in()) { ?><script type="text/javascript">window.location = 'http://yoursite.com/mainpage/';</script><?php } else {?><?php } ?>

    (I am not a programmer so maybe someone can come and give a better suggestion.

Viewing 1 replies (of 1 total)
  • The topic ‘S2Member Newbee Question’ is closed to new replies.