-
Author
-
November 21, 2017 at 21:24 #180565emmanuelParticipant
hello guys how can i edit what the (sign up complete and create an account pages) says see the attachment i have circle it greeen
also how can i the remove the editing tools from members when editing there profile and just allow them to type see the attachment i have circle it red
And i how to direct members to there profile after signing up and selecting there membership
Attachments:
You must be logged in to view attached files.November 22, 2017 at 18:01 #180645RaduModeratorHi,
You can change that text using the translation method or php file edit… i will add at the end of the reply translation method.
There isn’t any specific location in wp admin from where you can edit the activate or register page the only way it’s from code
The activate page it’s generated automatically and there is no specific place where you can edit that just in php file directly by copying this file activate.php
from : wp-content/themes/sweetdate/buddypress/members/activate.php
to : /wp-content/themes/sweetdate-child/buddypress/members/activate.phpLook for around line 33
Note : Child theme needs to be installed and activated, in this way your changes will stay even you update the parent theme.
You can force you users after sign-up to complete the profile using this plugin : https://wordpress.org/plugins/bp-force-profile/
HOW TO TRANSLATE STRINGS OF THEME OR PLUGINS:
Theme strings and plugins strings can easily be changed by using Loco Translate plugin https://wordpress.org/plugins/loco-translate/A small introduction on how translations work
Translatable strings can come from the theme or from the installed plugins. You need to translate the theme or the plugin depending on what section of the site your string is found.
For example if your string is on your BuddyPress profile then most probably you will need to translate BuddyPress plugin. If you are on the Forums section of your site then bbPress plugin should be the one that needs to be translated. Another example is the rtMedia plugin that adds the Media links to BuddyPress and if you want to translate it then this plugin will contain the string.
Follow these steps to get you started:
- Install Loco Translate plugin
- Go to the plugin dashboard: WP Admin – Tools – Manage translations
- Find the theme or plugin in the list.
- If the language isn’t already in the list then click Add new language, choose your language and if you are asked where you want to save the language files choose global language directory ( wp-content/languages/ ).
- Press SYNC button to synchronise your translation with the provided .pot file
- Search for the string you want to translate and add your translated string.
- Press Save when you finished your translation.
Note: You will have to set the language for your blog from WP-admin – Settings – General – Site Language – Choose your language
Cheers
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.