Missing slugs?
-
Hi,
I’m testing BP 1.2 on a local installation of WP 2.9.2 and trying to customize slugs by adding them to bp-custom.php
I’d like to know how to customize some slugs like:
activity -> just-me
activity -> favorites
activity -> mentions
profile -> public
profile -> edit
profile -> change-avatar
messages -> inbox
messages -> sentbox
messages -> compose
messages -> notice
friends -> myfriends
friends -> requests
groups -> mygroups
groups -> invite
and so on.
Also, in the activity header custom slugs aren’t working.
I’ve set
define ( 'BP_MEMBERS_SLUG', 'fans' );
but the username’s url is still /members/username rather than /fans/username. Avatar’s link is right though.
Thanks in advance
- The topic ‘Missing slugs?’ is closed to new replies.