Some Unique Slugs
- 
		Hey guys, How can I change slug URLs on the -activity section; “mentions, favorites” 
 -profile section; “edit, change-avatar, change-cover-image”
 -notifications section; “read”
 -groups section; “invites”
 -setting section; “notifications, profile”I have already changed a few slug URLs you can see the below. <?php 
 define ( ‘BP_ACTIVITY_SLUG’, ‘etkinlik’ );
 define ( ‘BP_ACTIVITY_MENTIONS_PERSONAL_SLUG’, ‘bahsedenler’ );
 define ( ‘BP_BLOGS_SLUG’, ‘journals’ );
 define ( ‘BP_MEMBERS_SLUG’, ‘kullanicilar’ );
 define ( ‘BP_FRIENDS_SLUG’, ‘arkadaslar’ );
 define ( ‘BP_GROUPS_SLUG’, ‘gruplar’ );
 define ( ‘BP_MESSAGES_SLUG’, ‘mesajlar’ );
 define ( ‘BP_WIRE_SLUG’, ‘pinboard’ );
 define ( ‘BP_XPROFILE_SLUG’, ‘profilim’ );
 define ( ‘BP_SETTINGS_SLUG’, ‘ayarlar’ );/* Some other non-component slugs */ 
 define ( ‘BP_REGISTER_SLUG’, ‘kayitol’ );
 define ( ‘BP_ACTIVATION_SLUG’, ‘aktiflestir’ );
 define ( ‘BP_SEARCH_SLUG’, ‘bul’ );
 define ( ‘BP_HOME_BLOG_SLUG’, ‘haberler’ );
 define ( ‘BP_NOTIFICATIONS_SLUG’, ‘bildirimler’ );
 define ( ‘BP_FORUMS_SLUG’, ‘topluluk’ );
 ?>
- You must be logged in to reply to this topic.