Please Log in or Create an account to join the conversation.
moozarkgrl wrote: The only information on pages 93-99 pertaining to this is:
"Community Builder labels, tooltips, descriptions, field names and more or less everything you see in frontend or administrative (backend) pages can be customized or translated.
This is accomplished with the use of language stings that are stored in CB Language plugins."
"CB English (en-GB) Language plugin that contains:
1. en-GB.xml (manifest xml file)
2. admin_language.php (backend translation strings in PHP array format)
3. language.php (frontend translation strings)
4. index.html (dummy file to prevent direct folder parsing)
5. cbplugin folder (containing frontend and backend translation files for extra CB plugin addons)"
But armed with this information, I located the GroupJive language.php file (part of lang_cbgroupjiveenglish_270 zip file)
Found the verbage "you were invited" 4 times. Lines 30 & 32.
30-....'Hello [username], you were invited to join [group] in [category]. Click [invite_link] to join this [group_override]!' => 'Hello [username], you were invited to join [group] in [category]. Click [invite_link] to join this [group_override]!', '[site_name] - [group_override] Invite' => '[site_name] - [group_override] Invite', 'Hello, you were invited to join [group] in [category]. Click [invite_link] to join this [group_override]!<br />
31-<br />
32-NOTE: This message was automatically generated from [site]. You should register with the address at which you received this invite.' => 'Hello, you were invited to join [group] in [category]. Click [invite_link] to join this [group_override]!<br />
So my question is which parts can I modify, since I don't know the PHP format? Can I use html code? Can you please assist me?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
moozarkgrl wrote: I understand your reply. But that was information I knew.
I thought my question was specific as to the files that should be edited to change verbage for group invitations. Unless you are saying that all 9 php files are involved, rather than just the GroupJive language.php file, lines 30-32 that I located.
I also had asked how I could modify them to use different spacing, etc. Can I use html in a PHP file? (Like I said, I'm not familiar with PHP...)
Please Log in or Create an account to join the conversation.