BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › Top Right Login Button
- This topic has 6 replies, 2 contibutors, and was last updated 9 years, 1 months ago by Anonymous.
Question
September 28, 2015 at 8:18 pm #47391@communityartistryVarun,
Thank you so much for your help so far you have truly been very helpful and I am so happy with the support you have given me.
I would like to incorporate the login button on the top right corner of the site (where the buddypress admin menu displays). How do I add in a button here?
Thanks,
AjayAnswers
September 29, 2015 at 11:00 am #47465@
AnonymousHi @communityartistry,
Login button comes by default with Social Learner for logout users.
Seems your header.php is modified to hide login button.
Regards
Varun DubeySeptember 29, 2015 at 2:12 pm #47481@communityartistryVarun, the following is the code from the header.php. Should I change hide_loggedout_adminbar to true? Looking at this, it looks like the login button should be displaying. Perhaps I am reading the code wrong. Let me know, thanks!
<!-- Register/Login links for logged out users --> <?php if ( !is_user_logged_in() && buddyboss_is_bp_active() && !bp_hide_loggedout_adminbar( false ) ) : ?> <?php if ( buddyboss_is_bp_active() && bp_get_signup_allowed() ) : ?> <a href="<?php echo bp_get_signup_page(); ?>" class="register screen-reader-shortcut"><?php _e( 'Register', 'social-learner' ); ?></a> <?php endif; ?> <a href="<?php echo wp_login_url(); ?>" class="login"><?php _e( 'Login', 'social-learner' ); ?></a> <?php endif; ?> <?php endif; ?>
September 30, 2015 at 4:20 am #47533@
AnonymousHi @communityartistry, please check your BuddyPress setting and enable admin bar for logout users
Regards
Varun DubeyOctober 1, 2015 at 12:29 am #47652@communityartistryVarun,
I am not sure where to look. In what file and which code line do I need to adjust to enable the admin bar for logout users? Thanks,
Ajay
October 1, 2015 at 1:20 am #47661@communityartistryNevermind ! Was able to fix 🙂 Thank you Varun !!! 🙂
October 1, 2015 at 3:16 am #47673@
Anonymous🙂 Glad you found it, I will close this topic, feel free to create new topics for any further queries.
Regards
- The question ‘Top Right Login Button’ is closed to new replies.