Skip to:
Content
Pages
Categories
Search
Top
Bottom

Hide login form on registration page


  • 750284
    Inactive

    Is there any way to just show a login link on the registration page instead of showing the login form? It’s kind of confusing to show the login form when someone is filling out the registration page.

Viewing 1 replies (of 1 total)

  • _ck_
    Participant

    @_ck_

    Sure, if that really bothers you, with bbPress you can do almost anything if you get clever.

    Edit the login-form.php template and wrap the entire <form></form> in something like this (untested)

    <?php if (bb_get_location()!="register-page") { ?>
    <form blah blah blah
    ...
    </form>
    <?php } ?>

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