Skip to:
Content
Pages
Categories
Search
Top
Bottom

Basic newbie question

  • 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)
  • you would need to edit your theme files for this. It is made not to show it on those pages

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

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

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


    MathiasB
    Member

    @mathiasb

    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

    @mathiasb

    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

    @aninja

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

    Thanks that was really helpful.


    aninja
    Member

    @aninja

    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