); ?>

WARNING !!! You have bbPress Notify (No Spam) active. This plugin will send all topics and replies to users as set and private groups does not filter these.
Either
1. Ensure that you understand this before using (maybe only use for those allowed to see everything eg admins) or
2. add bbpnns_private_groups_bridge to get the add-on so that bbpnns and private groups work together.' ; ?> WARNING !!! You have an old plugin bbPress Notify active. It is strongly recommended that you use bbPress Notify (No Spam) instead which is supported.
HOWEVER Both plugins will send all topics and replies to users as set and private groups does not filter these.
Either
1. Ensure that you understand this before using (maybe only use for those allowed to see everything eg admins) or
2. add bbpnns_private_groups_bridge\ as well as bbPress Notify (No Spam) to get the add-on so that bbpnns and private groups work together.' ; ?>

forums settings', 'bbp-private-groups') ?>

If you have activated forum visibility above, then users without access will see forums headings and descriptions. When they click these forum titles, they need to be sent somewhere, if only to say that they do not have access. However this is an excellent opportunity to "sign them up" so you can send them to say a register or buy access page. ', 'bbp-private-groups'); ?>





If you have activated forum visibility above, for private group forums, when user does not have access, you can either show a message in freshness column, or leave it as the default time since last post. In both cases for users without access they will be taken to the redirect page above. ', 'bbp-private-groups'); ?>



' ; ?>

' ; _e ('Click to activate forum visibility' , 'bbp-private-groups') ; } function freshness_checkbox() { global $rpg_settingsf ; $item4 = (!empty($rpg_settingsf['set_freshness_message'] ) ? $rpg_settingsf['set_freshness_message'] : ''); //$item4 = $rpg_settingsf['set_freshness_message'] ; echo '' ; _e ('Click to activate a freshness message', 'bbp-private-groups' ); } function activate_sub_forums_checkbox() { global $rpg_settingsg ; $item1 = (!empty( $rpg_settingsg['list_sub_forums_as_column']) ? $rpg_settingsg['list_sub_forums_as_column'] : ''); //$item1 = $rpg_settingsg['list_sub_forums_as_column'] ; echo '' ; _e ('List Sub-forums in column', 'bbp-private-groups' ); } function activate_hide_counts_checkbox() { global $rpg_settingsg ; $item1 = (!empty( $rpg_settingsg['hide_counts'] ) ? $rpg_settingsg['hide_counts'] : ''); //$item1 = $rpg_settingsg['hide_counts'] ; echo '' ; _e ('Hide topic and reply counts', 'bbp-private-groups' ); } function activate_descriptions_checkbox() { global $rpg_settingsg ; $item2 = (!empty( $rpg_settingsg['activate_descriptions'] ) ? $rpg_settingsg['activate_descriptions'] : ''); //$item2 = $rpg_settingsg['activate_descriptions'] ; echo '' ; _e ('Show sub-forum content (Descriptions) on main index - sub-forums will display in columns' , 'bbp-private-groups' ); } function activate_private_prefix_checkbox() { global $rpg_settingsg ; $item3 = (!empty( $rpg_settingsg['activate_remove_private_prefix'] ) ? $rpg_settingsg['activate_remove_private_prefix'] : ''); //$item3 = $rpg_settingsg['activate_remove_private_prefix'] ; echo '' ; _e ('Remove Private prefix' , 'bbp-private-groups' ); } function activate_new_group() { global $rpg_groups ; $item6 = (!empty( $rpg_groups['activate_new_group'] ) ? $rpg_groups['activate_new_group'] : ''); echo '' ; _e ('Click and then press "save groups" to add a new group' , 'bbp-private-groups' ) ; }