Changeset 4009
- Timestamp:
- 02/02/2011 07:35:08 AM (14 years ago)
- Location:
- trunk/bp-themes/bp-default
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/forums/forums-loop.php
r3901 r4009 39 39 <th id="th-title"><?php _e( 'Topic Title', 'buddypress' ); ?></th> 40 40 41 <?php if ( !bp_is_group_forum() ) : ?>41 <?php if ( bp_is_directory() ) : ?> 42 42 43 <th id="th-group"><?php _e( ' In Group', 'buddypress' ); ?></th>43 <th id="th-group"><?php _e( 'Forum', 'buddypress' ); ?></th> 44 44 45 45 <?php endif; ?> … … 67 67 </td> 68 68 69 <?php if ( !bp_is_group_forum() ) : ?>69 <?php if ( bp_is_directory() ) : ?> 70 70 71 71 <td class="td-group"> -
trunk/bp-themes/bp-default/forums/index.php
r3933 r4009 21 21 <form action="" method="post" id="forums-search-form" class="dir-form"> 22 22 23 <h3><?php _e( ' GroupForums Directory', 'buddypress' ); ?><?php if ( is_user_logged_in() ) : ?> <a class="button show-hide-new" href="#new-topic" id="new-topic-button"><?php _e( 'New Topic', 'buddypress' ); ?></a><?php endif; ?></h3>23 <h3><?php _e( 'Forums Directory', 'buddypress' ); ?><?php if ( is_user_logged_in() ) : ?> <a class="button show-hide-new" href="#new-topic" id="new-topic-button"><?php _e( 'New Topic', 'buddypress' ); ?></a><?php endif; ?></h3> 24 24 25 25 <div id="forums-dir-search" class="dir-search" role="search"> -
trunk/bp-themes/bp-default/groups/single/home.php
r3912 r4009 48 48 locate_template( array( 'groups/single/activity.php' ), true ); 49 49 50 elseif ( bp_group_is_visible() && bp_is_active( 'forums' ) ) : 51 locate_template( array( 'groups/single/forum.php' ), true ); 52 53 elseif ( bp_group_is_visible() ) : 54 locate_template( array( 'groups/single/members.php' ), true ); 55 50 56 elseif ( !bp_group_is_visible() ) : 51 57 // The group is not visible, show the status message
Note: See TracChangeset
for help on using the changeset viewer.