| 73 | | |
| | 73 | |
| | 74 | <label> |
| | 75 | <input type="radio" name="group-status" value="semi"<?php bp_group_show_status_setting('semi') ?> /> |
| | 76 | <strong><?php _e( 'This is a semi-private group', 'buddypress' ) ?></strong> |
| | 77 | <ul> |
| | 78 | <li><?php _e( 'Only users who request membership and are accepted can join the group.', 'buddypress' ) ?></li> |
| | 79 | <li><?php _e( 'This group will be listed in the groups directory and in search results.', 'buddypress' ) ?></li> |
| | 80 | <li><?php _e( 'Group content and activity will be visible to any site member.', 'buddypress' ) ?></li> |
| | 81 | </ul> |
| | 82 | </label> |
| | 83 | |