Changeset 3300 for trunk/bp-themes/bp-default/groups/single/forum.php
- Timestamp:
- 10/24/2010 09:22:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/single/forum.php
r2488 r3300 11 11 <div class="forums single-forum"> 12 12 <?php locate_template( array( 'forums/forums-loop.php' ), true ) ?> 13 </div><!-- .forums -->13 </div><!-- .forums.single-forum --> 14 14 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() ) : ?> 16 20 17 21 <?php if ( ( is_user_logged_in() && 'public' == bp_get_group_status() ) || bp_group_is_member() ) : ?> … … 22 26 <?php do_action( 'bp_before_group_forum_post_new' ) ?> 23 27 24 <?php if ( !bp_group_is_member() ) : ?>28 <?php if ( bp_groups_auto_join() && !bp_group_is_member() ) : ?> 25 29 <p><?php _e( 'You will auto join this group when you start a new topic.', 'buddypress' ) ?></p> 26 30 <?php endif; ?> … … 46 50 <?php wp_nonce_field( 'bp_forums_new_topic' ) ?> 47 51 </div><!-- #post-new-topic --> 48 </form> 52 </form><!-- #forum-topic-form --> 49 53 50 54 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.