I have checked the language file and wasn't able to located the label 'Public' I need to change this to 'All registered members'. Where do I make this change.
However, you should have a CB language plugin installed and add language files for CB Privacy and adjust the string there. Adjusting the above defaults will result in your changes lost anytime you upgrade. Please see the below for more language usage information.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
Kyle, I checked the language.php file by doing a search for the word "Public" and found the following;
Line 19: 'PRIVACY_ICON_PUBLIC' => '[icon] Public',
Line 24: 'PUBLIC_3d067b' => 'Public',
Line 67: 'ENABLE_OR_DISABLE_PUBLIC_PRIVACY_OPTION_f60633' => 'Enable or disable Public privacy option.',
Only lines 19 & 24 could be what I am looking for and after changing them neither of those lines changed the text on the privacy button.
Those are the strings for the button and the dropdown value. They need to be added to your CB language plugin as plugin language files and translated there. Do not change the default files directly. A language override plugin with the strings added to it would also work. Please see the below for language override plugin usage information.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.