| 89 | | |
| | 89 | |
| | 90 | <label> |
| | 91 | <input type="radio" name="group-status" value="semi"<?php bp_group_show_status_setting('semi') ?> /> |
| | 92 | <strong><?php _e( 'This is a semi-private group', 'buddypress' ) ?></strong> |
| | 93 | <ul> |
| | 94 | <li><?php _e( 'Only users who request membership and are accepted can join the group.', 'buddypress' ) ?></li> |
| | 95 | <li><?php _e( 'This group will be listed in the groups directory and in search results.', 'buddypress' ) ?></li> |
| | 96 | <li><?php _e( 'Group content and activity will be visible to any site member.', 'buddypress' ) ?></li> |
| | 97 | </ul> |
| | 98 | </label> |
| | 99 | |