latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

login redirection

Home Forums Community Forum login redirection

This topic contains 1 reply, has 2 voices. Last updated by  aly ielts 4 years, 5 months ago.

Topic Author Topic
Posted: Saturday Jul 14th, 2012 at 4:45 pm #19267

List Of Topic Replies

Viewing 1 replies (of 1 total)
Author Replies
Author Replies
Posted: Monday Jul 16th, 2012 at 4:42 pm #19413
aly ielts
Username: klc

Try using a login plugin.

http://wordpress.org/extend/plugins/sidebar-login/

It’s free and recomended in the forums.

I’ve also had some success using the s2member short codes with a javascript redirect in other situations.

[s2If is_user_logged_in()]


<script type="text/javascript">
  window.location.replace("www.somewhere.com/");
</script>

[/s2If]

[s2If !is_user_logged_in()]

other content here

[/s2If]

Hope that helps

Viewing 1 replies (of 1 total)

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.