Gayatriom wrote:
Ah i see.
well It seems I figured out the problem.
If you are admin then you are not able to see the login welcome page in action.
Just change over to one of the s2member levels and you can see the login redirect in action.
Username: subscriber ( Free Subscriber )
Username: level1 ( s2Member Level 1 Role )
Username: level2 ( s2Member Level 2 Role )
Username: level3 ( s2Member Level 3 Role )
Username: level4 ( s2Member Level 4 Role )
Statistics: Posted by Jason Caldwell — March 23rd, 2011, 4:19 pm
Statistics: Posted by Gayatriom — March 12th, 2011, 9:36 am
Statistics: Posted by dwdutch — March 11th, 2011, 4:33 pm
Statistics: Posted by Gayatriom — March 10th, 2011, 7:19 pm
<input type="hidden" name="redirect_to" value="<?php echo S2MEMBER_LOGIN_WELCOME_PAGE_URL; ?>" /
Statistics: Posted by camillemm — February 18th, 2011, 3:22 am
Statistics: Posted by dwdutch — February 17th, 2011, 6:50 pm
Statistics: Posted by Judith — February 4th, 2011, 11:16 am
Statistics: Posted by nhsatomom — February 3rd, 2011, 1:24 pm
Statistics: Posted by Thomas — January 24th, 2011, 7:14 pm
<!-- Login Form -->
<form action="<?php echo site_url(); ?>/wp-login.php" method="post">
<div class="paneltitle">Member Login</div>
<label class="grey">Username:</label>
<input class="field" type="text" name="log" id="log" value="<?php if(isset($user_login)) echo esc_html(stripslashes($user_login), 1) ?>" size="23" />
<label class="grey">Password:</label>
<input class="field" type="password" name="pwd" id="pwd" size="23" />
<label><input name="rememberme" id="rememberme" type="checkbox" checked="checked" value="forever" /> Remember me</label>
<div class="clear"></div>
<input type="hidden" name="redirect_to" value="<?php echo curPageURL(); ?>"/>
<input type="submit" name="submit" value="Login" class="bt_login" /> <a class="lost-pwd" href="<?php echo site_url(); ?>/wp-login.php?action=lostpassword">Lost your password?</a>
</form>
Statistics: Posted by dwdutch — January 19th, 2011, 11:46 pm