Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/24/2010 09:22:29 PM (14 years ago)
Author:
djpaul
Message:

Fixed #2676

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/groups/single/forum.php

    r2488 r3300  
    1111    <div class="forums single-forum">
    1212        <?php locate_template( array( 'forums/forums-loop.php' ), true ) ?>
    13     </div><!-- .forums -->
     13    </div><!-- .forums.single-forum -->
    1414
    15     <?php do_action( 'bp_after_group_forum_content' ) ?>
     15<?php endif; ?>
     16
     17<?php do_action( 'bp_after_group_forum_content' ) ?>
     18
     19<?php if ( !bp_is_group_forum_topic_edit() && !bp_is_group_forum_topic() ) : ?>
    1620
    1721    <?php if ( ( is_user_logged_in() && 'public' == bp_get_group_status() ) || bp_group_is_member() ) : ?>
     
    2226                <?php do_action( 'bp_before_group_forum_post_new' ) ?>
    2327
    24                 <?php if ( !bp_group_is_member() ) : ?>
     28                <?php if ( bp_groups_auto_join() && !bp_group_is_member() ) : ?>
    2529                    <p><?php _e( 'You will auto join this group when you start a new topic.', 'buddypress' ) ?></p>
    2630                <?php endif; ?>
     
    4650                <?php wp_nonce_field( 'bp_forums_new_topic' ) ?>
    4751            </div><!-- #post-new-topic -->
    48         </form>
     52        </form><!-- #forum-topic-form -->
    4953
    5054    <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.