); ?>

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'); ?>



' ; ?>

' ; ?> get_col("select ID from $wpdb->users") ; $countu=0 ; foreach ($users as $user) { $check= get_user_meta( $user, 'private_group',true); //single user check if ($check==$name) $countu++ ; //multiple group set if (strpos($check, '*'.$name.'*') !== FALSE) $countu++; } echo $countu ; ?>
get_col("select ID from $wpdb->posts where post_type='$forum'") ; $countu=0 ; echo '
    ' ; foreach ($forums as $forum) { $meta = (array)get_post_meta( $forum, '_private_group', false ); foreach ($meta as $meta2) { if ($meta2==$name) { $ftitle=bbp_forum_title($forum) ; echo '
  • '.$ftitle.'
  • ' ; $countu++ ; } } } echo '
' ; _e('No. forums that have this group set : ', 'bbp-private-groups' ) ; echo $countu ; ?>
' ; _e ('Click to activate forum visibility' , 'bbp-private-groups') ; } function freshness_checkbox() { global $rpg_settingsf ; $item4 = $rpg_settingsf['set_freshness_message'] ; echo '' ; _e ('Click to activate a freshness message', 'bbp-private-groups' ); } function activate_hide_counts_checkbox() { global $rpg_settingsg ; $item1 = $rpg_settingsg['hide_counts'] ; echo '' ; _e ('Hide topic and reply counts', 'bbp-private-groups' ); } function activate_descriptions_checkbox() { global $rpg_settingsg ; $item2 = $rpg_settingsg['activate_descriptions'] ; echo '' ; _e ('Show forum content (Descriptions) on main index' , 'bbp-private-groups' ); } function activate_private_prefix_checkbox() { global $rpg_settingsg ; $item3 = $rpg_settingsg['activate_remove_private_prefix'] ; echo '' ; _e ('Remove Private prefix' , 'bbp-private-groups' ); } function activate_new_group() { global $rpg_groups ; $item6 = $rpg_groups['activate_new_group'] ; echo '' ; _e ('Click and then press "save groups" to add a new group' , 'bbp-private-groups' ) ; }