Skip to:
Content
Pages
Categories
Search
Top
Bottom

Wierd issue with group forum


  • hiboy
    Participant

    @hiboy

    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. Avatar

    How 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; ?>

Viewing 7 replies - 1 through 7 (of 7 total)

  • hiboy
    Participant

    @hiboy

    pls help me out, my intention was to remove the 3rd option when creating a new group – 3. Forum


    @mercime
    Keymaster

    @mercime

    i running wordpress 3.4.2 with buddypress 1.7.1.


    @hiboy
    Please clarify, do you have a typo above? Makes a difference.
    WP 3.4.2 is compatible with BP 1.6.1
    BP 1.7.1 is compatible with WP 3.5.1


    hiboy
    Participant

    @hiboy

    @mercime Thank you thank you of replying me , yes is a typo,
    my wordpress is 3.5.1
    bp is 1.7.1

    I would like to remove the option 3. Forum, cause i also have bbpress installed, i want user to use 1 forum as global, secondly it also causing a issue, when they create a group forum , the thread is shown in bbpress forum too.

    I think to remove this is edit through buddypress plugin, but i unsure how.


    @mercime
    Keymaster

    @mercime

    @hiboy just to be clear, did you upgrade from previous BuddyPress version with the old group forum installed OR is this a new install on WP 3.5.1 and BP 1.7.2? If this is a new install, then just go to admin dashboard menu Settings > Forums and go to the bottom of that page and uncheck “Enable Group Forums”


    hiboy
    Participant

    @hiboy

    @mercime Thank you for replying again

    Settings > forums , i only got the following option , no buddypress

    Main Settings

    Main forum settings for enabling features and setting time limits
    Disallow editing after minutes
    Throttle posting every seconds
    Revisions Allow topic and reply revision logging
    Favorites Allow users to mark topics as favorites
    Subscriptions Allow users to subscribe to topics
    Topic tags Allow topics to have tags
    Anonymous posting Allow guest users without accounts to create topics and replies
    Default user role
    Auto role Automatically assign default role to new, registered users upon visiting the site.
    Fancy editor Use the fancy WordPress editor to create and edit topics and replies
    Auto-embed links Embed media (YouTube, Twitter, Flickr, etc…) directly into topics and replies
    Per Page

    How many topics and replies to show per page
    Topics per page
    Replies per page
    Per RSS Page

    How many topics and replies to show per RSS page
    Topics per page
    Replies per page
    Archive Slugs

    Custom root slugs to prefix your forums and topics with. These can be partnered with WordPress pages to allow more flexibility.
    Forums base
    Topics base
    Single Slugs

    Custom slugs for single forums, topics, replies, tags, users, and views here. If you change these, existing permalinks will also change.
    Forum Prefix Prefix your forum area with the Forum Base slug (Recommended)
    Forum slug
    Topic slug
    Topic tag slug
    Reply slug
    User slug
    Topic view slug
    Search slug

    Sorry i couldnt upload images


    @mercime
    Keymaster

    @mercime

    @hiboy Strange. If BuddyPress is activated, you should have what I posted above at the bottom of the page Settings > Forums. Have you tried re-uploading bbPress and BuddyPress plugins manually i.e., s/FTP or cpanel?


    hiboy
    Participant

    @hiboy

    @mercime , hi ,thanks again for your reply, yes, i also dont know why,
    is it possible to hardcode ,remove the option 3.forum at the create group page?

    cause if user dont tick Yes, I want this group to have a forum, there will be no forum tab appear in each single group.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Wierd issue with group forum’ is closed to new replies.
Skip to toolbar