Skip to:
Content
Pages
Categories
Search
Top
Bottom

how to change template (bbp-login)


  • olesolo
    Participant

    @olesolo

    I’m calling a login form by [bbp-login]
    As I understand it’s using a wp-content/plugins/bbpress/templates/default/bbpress/form-user-login.php
    I want to rename “Username” label and remove “:”
    But my changes don’t appear on site. It seems that [bbp-login] uses a different template?

Viewing 1 replies (of 1 total)

  • Robkk
    Moderator

    @robkk

    thats the right file , as long as you copied the file to a bbpress folder in your child theme it should work.

    here is an example of the code of the label renamed and without :

    <div class="bbp-username">
    			<label for="user_login"><?php _e( 'Name', 'bbpress' ); ?> </label>
    			<input type="text" name="log" value="<?php bbp_sanitize_val( 'user_login', 'text' ); ?>" size="20" id="user_login" tabindex="<?php bbp_tab_index(); ?>" />
    		</div>

    could also be a cache issue maybe clearing the cache on your site should fix it

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