-
Author
-
September 9, 2015 at 21:43 #76821ozikeyParticipant
Hi,
When login in with a user , it goes directly to http://mysite/membership-account/membership-levels/,
Also after validating my the email address, it brings me to the same please
How can I change that to go to a specific page , or the home page ?
Thx.
September 10, 2015 at 11:23 #76905LauraModeratorHello, that page should appear to every user that doesnt have a membership yet
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
September 10, 2015 at 17:10 #77041ozikeyParticipantHi,
How can I change this site to be an other site instead of membership levels.
If a user is login in, it goes to that membership levels site, how can I do to make it to go to the Profile/MEmbers page ?
Thx
September 11, 2015 at 17:17 #77209LauraModeratorHello, you could try with https://wordpress.org/plugins/buddypress-login-redirect/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
November 11, 2015 at 03:22 #86739khiadminParticipantI needed to redirect a logged in user to my activity page. So I added the following code to my functions page and it worked just fine:
function admin_default_page() {
return ‘/MySiteFolderName/activity’;
}
add_filter(‘login_redirect’, ‘admin_default_page’);I got the code from: http://stackoverflow.com/questions/8127453/redirect-after-login-on-wordpress
November 12, 2015 at 04:22 #86898LauraModeratorHello, that could be very helpful thanks 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.