Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/28/2010 09:40:16 PM (16 years ago)
Author:
johnjamesjacoby
Message:

Fix issue where bp_after_group_forum_content would not fire.

File:
1 edited

Legend:

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

    r2488 r2966  
    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() ) : ?>
     
    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.