BuddyBoss Home – Web Support Forums Themes Boss. theme Move login links to header

Viewing 5 posts - 1 through 5 (of 5 total)
  • Question

    #37457
    @angslycke

    Hi!

    I’m using the default BuddyPress login widget in the right sidebar on the homepage for login. My problem is that I need this space for other purposes and am considering moving the login form to the header. My header is currently empty besides the site logo for users that aren’t logged in.

    Perhaps this should even be a feature of the Boss theme? Facebook uses this approach and that makes it rather intuitive to a lot of users.

    Thanks!

    Answers

    #37490

    Alyssa
    Participant
    @alyssa-buddyboss

    @angslycke you need to display the admin bar for logged out users. Try adding this to functions.php:
    show_admin_bar( true );

    #37503
    @angslycke

    @tjchester Do you mean to show the login button like you do in the demo? I prefer to use a regular form on the fron-end instead of the wp-login.php-approach, makes it more intuitive for non-technical users I think.

    I’m looking for something like how the WordPress.org forums implement the login field. See this page:

    https://wordpress.org/support/forum/plugins-and-hacks

    #37539

    Alyssa
    Participant
    @alyssa-buddyboss

    @angslycke this would be custom development but here is the codex for your reference: http://codex.wordpress.org/Function_Reference/wp_login_form

    #37558
    @angslycke

    Thanks for the link! Will give this some time after I’ve adjusted all minor fixes I need after installing the Boss theme. Shouldn’t be to hard, right? 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘Move login links to header’ is closed to new replies.