@reion
Not recently active
-
Reion posted on the forum topic login-redirect – BP Profile as Homepage ( broken? ) in the group How-To and Troubleshooting: 13 years, 9 months ago
// change
if(is_user_logged_in() && $_SERVER==’/’)
// to
if(is_user_logged_in() && is_front_page())
// it did work for me -
Reion joined the group How-To and Troubleshooting 13 years, 9 months ago