Skip to:
Content

bbPress.org


Ignore:
Timestamp:
01/18/2011 08:35:34 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Introduce lost password page. Introduce user_login and user_lost_pass template parts. Introduce supporting login and smart login redirect functions. Normalize submit containers across template forms. (@todo: register, activation, and lost password pages)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/page-bbp_register.php

    r2813 r2815  
    88 */
    99
    10 ?>
     10// No logged in users
     11bbp_logged_in_redirect();
    1112
    12 <?php get_header(); ?>
     13// Begin Template
     14get_header(); ?>
    1315
    1416        <div id="container">
     
    2527                            <?php the_content(); ?>
    2628
    27                             <?php if ( !is_user_logged_in() ) : ?>
    28 
    29                                 <?php get_template_part( 'form', 'bbp_user_register' ); ?>
    30 
    31                             <?php else : ?>
    32 
    33                                 <p><?php _e( 'You&#8217;re already logged in, why do you need to register?', 'bbpress' ); ?></p>
    34 
    35                             <?php endif; ?>
     29                            <?php get_template_part( 'form', 'bbp_user_register' ); ?>
    3630
    3731                        </div>
Note: See TracChangeset for help on using the changeset viewer.