Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 5 replies - 26 through 30 (of 30 total)
  • @johnnymestizo

    Participant

    Download a free version of Buddypress Sliding Login Panel modified to work on mobile devices here!

    http://tradr.com/groups/development/public/buddypress-sliding-login-panel-mobile-version/

    @johnnymestizo

    Participant

    awwww snap. it is talking about the main header link… forums!

    i am talking about the group tab forum !

    damn!

    Still attempt 3 is not working which should change the group tab forum …

    Johnny

    @johnnymestizo

    Participant

    created a bp-custom.php and put it in wp-content/plugins

    added this within php tags

    // Custom Buddypress Stuff

    // Custom Buddypress slugs
    define( ‘BP_ACTIVATION_SLUG’, ‘activate’ );
    define( ‘BP_ACTIVITY_SLUG’, ‘activity’ );
    define( ‘BP_BLOGS_SLUG’, ‘shops’ );
    define( ‘BP_FORUMS_SLUG’, ‘discussions’ );
    define( ‘BP_FRIENDS_SLUG’, ‘friends’ );
    define( ‘BP_GROUPS_SLUG’, ‘groups’ );
    define( ‘BP_MEMBERS_SLUG’, ‘members’ );
    define( ‘BP_MESSAGES_SLUG’, ‘messages’ );
    define( ‘BP_REGISTER_SLUG’, ‘register’ );
    define( ‘BP_SEARCH_SLUG’, ‘search’ );
    define( ‘BP_SETTINGS_SLUG’, ‘settings’ );
    define( ‘BP_XPROFILE_SLUG’, ‘profile’ );

    still no good

    @johnnymestizo

    Participant

    that did not work

    @johnnymestizo

    Participant

    Added this to wp-config.php whilst using bp-default

    // Custom Buddypress slugs
    define( ‘BP_ACTIVATION_SLUG’, ‘activate’ );
    define( ‘BP_ACTIVITY_SLUG’, ‘activity’ );
    define( ‘BP_BLOGS_SLUG’, ‘shops’ );
    define( ‘BP_FORUMS_SLUG’, ‘discussions’ );
    define( ‘BP_FRIENDS_SLUG’, ‘friends’ );
    define( ‘BP_GROUPS_SLUG’, ‘groups’ );
    define( ‘BP_MEMBERS_SLUG’, ‘members’ );
    define( ‘BP_MESSAGES_SLUG’, ‘messages’ );
    define( ‘BP_REGISTER_SLUG’, ‘register’ );
    define( ‘BP_SEARCH_SLUG’, ‘search’ );
    define( ‘BP_SETTINGS_SLUG’, ‘settings’ );
    define( ‘BP_XPROFILE_SLUG’, ‘profile’ );

    /* That’s all, stop editing! Happy blogging. */

Viewing 5 replies - 26 through 30 (of 30 total)
Skip to toolbar