Forum Replies Created
-
AuthorPosts
-
fmcmellon
ParticipantRegardless the link you provided is incorrect and does not work
fmcmellon
ParticipantI am trying to figure out how to link the header image to bring you directly to your welcome page. Has no one asked this question?
fmcmellon
ParticipantCould you please show me how to use this as a link? When I do what you are saying I get the following
$auth = BAuth::get_instance(); if ($auth->is_logged_in()) { $level = $auth->get('membership_level'); $level_id = $level; $key = 'swpm_alr_after_login_page_field'; $after_login_page_url = BMembershipLevelCustom::get_value_by_key($level_id, $key); echo 'Go to Welcome Page'; }That shows up on the page. The Go to Welcome Page is clickable however it brings me to a blank 404 page with sitename/membership-login/’.$after_login_page_url.’
fmcmellon
ParticipantSupport for this plugin sucks
fmcmellon
Participanta href="<?php echo wp_redirect($after_login_page_url = BMembershipLevelCustom::get_value_by_key($level_id, $key)); ?>" title="Login">Login</afmcmellon
ParticipantCan anyone help?
I am trying to add a link that will direct the logged in user back to their “homepage”
It needs to call their login redirect page somehow?
fmcmellon
ParticipantIf you provided the direction to what the actual redirect code is yes it could be easily added
fmcmellon
ParticipantI already have that installed. My question is what is the code that redirects them to their main landing page?
The problem is the logo on our main website will bring them to the main home site. I want to have “home link” that redirects them to their main redirect
fmcmellon
ParticipantThanks. I fixed it by moving the sidebar menu in to the body itself so it would be protected.
-
AuthorPosts