-
Author
-
June 22, 2016 at 08:50 #126311
graphite
ParticipantHi,
I rename the original page ‘Members’ to ‘Lovers’ so I expect breadcrumb path for user profile will be:
Home / Lover / Username
but now still shows
Home / Members / Username
How can I change? Thanks 🙂
June 23, 2016 at 02:20 #126446Laura
ModeratorHello that is the cause you didn’t change the slug of the page you need to create a new page and go to settings > buddypress and select your new page 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 23, 2016 at 02:59 #126457graphite
ParticipantHi Laura, I create another page and assign to that in Buddypress setting but the path of breadcrumb still shows
Home / Members / UsernameIt works in member directory but not in profile page as attached photos.
June 24, 2016 at 00:59 #126629Laura
ModeratorHello, try by adding this to bp-custom.php found wp-content/bp-custom.php
COPY CODEdefine ( 'BP_MEMBERS_SLUG', 'users' );Change users for your slug
Let me know if it worksHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 24, 2016 at 02:35 #126653graphite
ParticipantThat is fine.
I think I will change back and use original ‘Members’ and ‘Activity’ instead because there are many other parts use those terms. 🙂June 24, 2016 at 03:35 #126670Laura
ModeratorHello, sorry for that right now buddypress needs to update the codes to change that
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 24, 2016 at 03:37 #126672Laura
ModeratorGlad to help 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.