Skip to:
Content

bbPress.org


Ignore:
Timestamp:
04/01/2011 01:33:09 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Adjustments to login and register forms to improve behavior and functionality.
Various documentation fixes.
Rename _bbp_topic_status meta to _bbp_status, and add migration routine to updater.
Sanity checks on $wp_query in bbp_pre_get_posts.

Fixes #1476, #1493. Props GautamGupta for original diff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/bbpress/form-user-register.php

    r2943 r2970  
    1010?>
    1111
    12     <form method="post" action="<?php bbp_wp_login_action( array( 'action' => 'register', 'context' => 'login_post' ) ); ?>" class="bbp-login-form">
     12    <form method="post" action="<?php bbp_wp_login_action( array( 'context' => 'login_post' ) ); ?>" class="bbp-login-form">
    1313        <fieldset>
    1414            <legend><?php _e( 'Register', 'bbpress' ); ?></legend>
    15 
    16             <?php do_action( 'bbp_template_notices' ); ?>
    1715
    1816            <div class="bbp-username">
     
    2624            </div>
    2725
     26            <?php do_action( 'register_form' ); ?>
     27
     28            <p id="reg_passmail"><?php _e( 'A password will be e-mailed to you.', 'bbpress' ) ?></p>
     29
    2830            <div class="bbp-submit-wrapper">
    29 
    30                 <?php do_action( 'register_form' ); ?>
    3131
    3232                <button type="submit" name="user-submit" tabindex="<?php bbp_tab_index(); ?>" class="user-submit"><?php _e( 'Register', 'bbpress' ); ?></button>
Note: See TracChangeset for help on using the changeset viewer.