Changeset 3927 for trunk/bp-themes/bp-default/forums/index.php
- Timestamp:
- 01/25/2011 10:33:08 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/forums/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/forums/index.php
r3925 r3927 117 117 <?php while ( bp_groups() ) : bp_the_group(); ?> 118 118 119 <?php if ( bp_group_is_forum_enabled() && 'public' == bp_get_group_status() ) : ?>119 <?php if ( bp_group_is_forum_enabled() && ( is_super_admin() || 'public' == bp_get_group_status() || bp_group_is_member() ) ) : ?> 120 120 121 121 <option value="<?php bp_group_id(); ?>"><?php bp_group_name(); ?></option>
Note: See TracChangeset
for help on using the changeset viewer.