Skip to:
Content

BuddyPress.org

Ticket #1125: admin.patch

File admin.patch, 1.4 KB (added by messenlehner, 15 years ago)

Patch for /bp-themes/bp-sn-parent/groups/single/admin.php to add semi-private group radio button and description

  • admin.php

     
    8686                                                                        <li><?php _e( 'Group content and activity will be visible to any site member.', 'buddypress' ) ?></li>
    8787                                                                </ul>
    8888                                                        </label>
    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                           
    90100                                                        <label>
    91101                                                                <input type="radio" name="group-status" value="private"<?php bp_group_show_status_setting('private') ?> />
    92102                                                                <strong><?php _e( 'This is a private group', 'buddypress' ) ?></strong>