Skip to:
Content
Pages
Categories
Search
Top
Bottom

Default login-form snippet


  • Shmoo
    Participant

    @macpresss

    Just curious,

    When I sneakpeak in the ShortCode section I notice you can call the login form by.

    <?php bbp_get_template_part( 'form', 'topic' ); ?>

    This works great inside my templates and the bbPress login form pop’s up where I need him to be.

    View post on imgur.com

    But now I need to add some classes for CSS reasons and I wandering where I can find the code-snippet of the default form used.

    ?

Viewing 1 replies (of 1 total)

  • Shmoo
    Participant

    @macpresss

    Sorry, I need to close a few Tabs in my editor because I was looking inside the wrong template.

    This gets the login form.
    <?php bbp_get_template_part( 'form', 'user-login' ); ?>

    And of course that file is located where it should be:

    wp-content / plugins / bbpress / templates / default / bbpress / form-user-login.php

    Duh, stupid me!

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