Wierd issue with group forum
-
i running wordpress 3.4.2 with buddypress 1.7.1.
Under setting – buddypress – components
Group forum is uncheck – it wronte BuddyPress Forums are retired. Use bbPress.But in my buddypress group, when create a new group , it option are
1. Details
2. Settings
3. Forum
4. AvatarHow to remove number 3 option?
3. Forum – Group Forum page
The content :
Create a discussion forum to allow members of this group to communicate in a structured, bulletin-board style fashion.
Yes. I want this group to have a forum.when u tick yes, a forum tab appear in each single group.
Here my theme, groups -> create.php
<?php /* Group creation step 2: Group settings */ ?>
<?php if ( bp_is_group_creation_step( ‘group-settings’ ) ) : ?><?php do_action( ‘bp_before_group_settings_creation_step’ ); ?>
<?php if ( bp_is_active( ‘forums’ ) ) : ?>
<?php if ( bp_forums_is_installed_correctly() ) : ?><div class=”checkbox”>
<label><input type=”checkbox” name=”group-show-forum” id=”group-show-forum” value=”1″<?php checked( bp_get_new_group_enable_forum(), true, true ); ?> /> <?php _e( ‘Enable discussion forum’, ‘buddypress’ ); ?></label>
</div><?php else : ?>
<?php if ( is_super_admin() ) : ?><div class=”checkbox”>
<label><input type=”checkbox” disabled=”disabled” name=”disabled” id=”disabled” value=”0″ /> <?php printf( __( ‘Attention Site Admin: Group forums require the correct setup and configuration of a bbPress installation.’, ‘buddypress’ ), bp_get_root_domain() . ‘/wp-admin/admin.php?page=bb-forums-setup’ ); ?></label>
</div><?php endif; ?>
<?php endif; ?>
<?php endif; ?>
- The topic ‘Wierd issue with group forum’ is closed to new replies.