Skip to:
Content
Pages
Categories
Search
Top
Bottom

Basic newbie question

  • @aninja

    Member

    version 1.02

    default theme

    no plugins

    I notice the 1st line of login.php is:

    <?php bb_get_header(); ?>

    but when I click on http://www.mydomain.com/bb-login.php the register/lost password part of my header does not display at all. How can I get it to show?

    Any help would be appreciated.

    Thank you,

Viewing 8 replies - 1 through 8 (of 8 total)
  • @ashfame

    Participant

    you would need to edit your theme files for this. It is made not to show it on those pages

    @ashfame

    Participant

    you would need to edit your theme files for this. It is made not to show it on those pages

    @aninja

    Member

    can I get a hint? which files would I have to edit?

    @aninja

    Member

    can I get a hint? which files would I have to edit?

    @mathiasb

    Member

    In header.php will you find this line:

    <?php if ( !in_array( bb_get_location(), array( 'login-page', 'register-page' ) ) ) login_form(); ?>

    remove the if, then you’ve this:

    <?php login_form(); ?>

    @mathiasb

    Member

    In header.php will you find this line:

    <?php if ( !in_array( bb_get_location(), array( 'login-page', 'register-page' ) ) ) login_form(); ?>

    remove the if, then you’ve this:

    <?php login_form(); ?>

    @aninja

    Member

    I am okay with css and html but not so good with php.

    Thanks that was really helpful.

    @aninja

    Member

    I am okay with css and html but not so good with php.

    Thanks that was really helpful.

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.
Skip to toolbar