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™
<input type="hidden" name="redirect_to" value="http://linkamotion.com/wp-admin/" />
<?php do_action('login_form'); ?>
<p class="forgetmenot"><label><input name="rememberme" type="checkbox" id="rememberme" value="forever" tabindex="90"<?php checked( $rememberme ); ?> /> <?php esc_attr_e('Remember Me'); ?></label></p>
<p class="submit">
<input type="submit" name="wp-submit" id="wp-submit" class="button-primary" value="<?php esc_attr_e('Log In'); ?>" tabindex="100" />
<?php if ( $interim_login ) { ?>
<input type="hidden" name="interim-login" value="1" />
<?php } else { ?>
<input type="hidden" name="redirect_to" value="<?php echo esc_attr($redirect_to); ?>" />
<?php } ?>
<input type="hidden" name="testcookie" value="1" />
</p>
</form>
<input type="hidden" name="redirect_to" value="<?php echo esc_attr($redirect_to); ?>" />
<?php
add_action ("plugins_loaded", "allow_s2_redirection_overrides");
function allow_s2_redirection_overrides ()
{
remove_action ("init", "c_ws_plugin__s2member_login_redirects_r::remove_login_redirect_filters", 11);
}
?>
http://www.yoursite.com/wp-login.php
Yes, please send me a Dashboard login and FTP access through this form.Vinnyo wrote:Would it be possible to have you look at my c-panel and see if you see something. You know S2memeber the best versus myself who has spent countless hours trying anything to get a redirect to work.
Vinnyo wrote:Hey Jason,
Have you had a chance to see what the issue is with that redirect. Just checking.
Thanks
Vince
Thanks Vince. I got your email. I just took another look at your site. That hidden redirect_to variable is still in your site. You might take another look at your theme files and make sure you've removed all occurrences of that variable. Also, be sure that you reset any WordPress® caching plugins after making those changes. For instance, if you're running Super Cache or Quick Cache, please clear your cache after making theme changes.
Users browsing this forum: No registered users and 3 guests