-
Author
-
August 23, 2013 at 02:16 #1689joninhasParticipant
pag navigation bug when changing group page name and url (it not change on pag nav)
where can i change pag nav language items?
August 23, 2013 at 13:41 #1721SQadminKeymasterHi,
I don’t understand where you need to change the link. Attach screenshots, give more details on the location of that pag nav. ThanksHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 23, 2013 at 16:38 #1734joninhasParticipantSorry was not pag nav , but breadcrumb
[IMG]http://i43.tinypic.com/211nbqh.jpg[/IMG]
I changed the page “Groups” name to “Grupos”
August 25, 2013 at 09:50 #1765SQadminKeymasterHi,
Try adding this to your wp-config.php file in your root wordpress install directory:COPY CODEdefine ( 'BP_GROUPS_SLUG', 'grupos' );
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 27, 2013 at 11:38 #1871joninhasParticipantthe problem happen in other items in breadcumb (some items are not translated)
August 27, 2013 at 14:29 #1882SQadminKeymasterHi,
Here is a list of slugs used by BuddypressCOPY CODEdefine ( 'BP_ACTIVITY_SLUG', 'streams' ); define ( 'BP_BLOGS_SLUG', 'journals' ); define ( 'BP_MEMBERS_SLUG', 'users' ); define ( 'BP_FRIENDS_SLUG', 'peeps' ); define ( 'BP_GROUPS_SLUG', 'gatherings' ); define ( 'BP_FORUMS_SLUG', 'discussions' ); define ( 'BP_MESSAGES_SLUG', 'notes' ); define ( 'BP_WIRE_SLUG', 'pinboard' ); define ( 'BP_XPROFILE_SLUG', 'info' ); define ( 'BP_REGISTER_SLUG', 'signup' ); define ( 'BP_ACTIVATION_SLUG', 'enable' ); define ( 'BP_SEARCH_SLUG', 'find' ); define ( 'BP_HOME_BLOG_SLUG', 'news' );
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.