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.

Redirect from Members Area to Blog

Home Forums Community Forum Redirect from Members Area to Blog

This topic contains 0 replies, has 1 voice. Last updated by  Mike Kearney 3 years, 6 months ago.

Topic Author Topic
Posted: Friday Jun 14th, 2013 at 11:29 pm #51979

Does any know how to create a button or some other feature to Redirect a Member from the Members Area of the Main Site to that members blog (child site) admin area?

I found this code that is to redirect a signed in member at login, But do not know how to manipulate it be able to have a link or button so the Member can access this WP ADMIN FOR THEIR BLOG at their discretion.

ID != 0) {
$user_info = get_userdata($user->ID);
if ($user_info->primary_blog) {
$primary_url = get_blogaddress_by_id($user_info->primary_blog) . ‘wp-admin/’;
if ($primary_url) {
wp_redirect($primary_url);
die();
}
}
}
return $redirect_to;
}
add_filter(‘login_redirect’,’ds_login_redirect’, 100, 3);
?>

Thanks for any assistance

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.