-
Author
-
August 11, 2014 at 17:46 #25341nardyelloParticipant
Hey, Alberhd.
I’m not a pro at this, but I’ve been playing around with this template a little and have found my way throughout some of the most searched changes people are looking for.
I’m not entirely sure which menu you are trying to change, but if what you’re trying to accomplish is to have a certain menu when logged out and then a different menu when logged in, use the plugin NAV MENU ROLES.
Go to Plugins > Add New > type Nav Menu Roles
Install the plugin and then go to Appearance > Menus
There you will be able to choose how you want your menu to appear. The column to the left has all the options you can add to your menu. The column to the right has the buttons that will appear on your menu.When you click on a button, there will be a “Display Mode” option. Select if you want it to appear for logged out or logged in users, or even by role (administrator, author, contributor, spectator, etc)
Hope that’s what you’re looking for.
If not, give us some more details and I might be able to help.
Good luck! 😀
August 12, 2014 at 00:56 #25351alberhdParticipantIm looking to edit the text now,the text of Notifications and Messages,where can i do it?
August 12, 2014 at 04:39 #25366nardyelloParticipantI’m sorry, but I’m not sure what you mean.
Can you give me some more details, please?
August 12, 2014 at 05:11 #25367alberhdParticipantYes,i will attach two captures,i need help with this two things:
Photo 6: i need translate this two terms.
Photo 5: i dont know why just appear the age at the box.
Thank you very much for your help!
Attachments:
You must be logged in to view attached files.August 12, 2014 at 20:29 #25476CatalinModeratorHello,
1. Please add this code in your functions.oho file from your child theme:
COPY CODEfunction kleo_change_profile_name() { global $bp; $bp->bp_nav['profile']['name'] = 'your name'; $bp->bp_nav['activity']['name'] = 'your name'; $bp->bp_nav['friends']['name'] = 'your name'; $bp->bp_nav['groups']['name'] = 'your name'; $bp->bp_nav['blogs']['name'] = 'your name'; $bp->bp_nav['messages']['name'] = 'your name'; $bp->bp_nav['settings']['name'] = 'your name'; } add_action( 'bp_setup_nav', 'kleo_change_profile_tab', 999 ); define( 'BP_DEFAULT_COMPONENT', 'profile' );
2. take a look at this:
https://archived.seventhqueen.com/forums/topic/member-directory-page-about-me-text-does-not-display
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 14, 2014 at 17:30 #25707alberhdParticipantDoes not work for me,works,but when i press “Profile” i have a error in wp-includes/pluggable.php ,do you have some other form to change it?
August 28, 2014 at 17:28 #26989AbeKeymasterThat is the only way to change them. try finding a plugin that can do that or try to hire a WordPress developer to help you with custom work.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.August 28, 2014 at 17:30 #26990CatalinModeratorHello,
Did you added the code I provided? I checked your page and I wasn’t able to replicate your issue.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 3, 2014 at 17:08 #27449alberhdParticipantYes,i have a error in the file pluggable.php just i need translate, Notifications and Messages by Notificaciones/Mensajes but for me does not work sorry
September 4, 2014 at 21:03 #27646alberhdParticipanti should put something like that
COPY CODEfunction kleo_change_profile_name() { global $bp; $bp->bp_nav['messages']['name'] = 'Mensajes'; $bp->bp_nav['notifications']['name'] = 'Notificaciones'; } add_action( 'bp_setup_nav', 'kleo_change_profile_tab', 999 ); define( 'BP_DEFAULT_COMPONENT', 'profile' );
September 11, 2014 at 00:29 #28301AbeKeymaster@alberhd the easiest way is to translate those Buddypress strings using Codestyling Localization.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The topic ‘What is the file to edit the profile menu?’ is closed to new replies.