Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change slugs on the sub nav on a member page


  • msteimann
    Participant

    @msteimann

    Hello,

    I am trying to figure out how to change/translate some BuddyPress slugs and came across this aging URL:

    Customizing Labels, Messages, and URLs

    At the bottom of the page I followed these instructions, created a bp-custom.php and copied it in wp-content/plugins:

    To change slugs on the sub nav on a member page add these defines to a file bp-custom.php and place this file in /plugins/bp-custom.php

    define( ‘BP_SETTINGS_SLUG’, ‘settings’ );
    define( ‘BP_XPROFILE_SLUG’, ‘profile’ );

    The problem is, if I change the term ‘settings’ to anything else, my profile menu completely disappears and I get a 404 warning.

    Is this code still viable? I have Buddypress and bbPress installed and using a KEO child theme. I am on a tight schedule to launch my site, so any suggestions that help me out are really appreciated.

    Regards,
    Martin

  • You must be logged in to reply to this topic.
Skip to toolbar