I get this error if not logged in (which is correct), but I need to change the text and cannot find it in language file! It is a protected menu item under the plan and also a protected content item.
Message Access to this menu item not allowed without membership
Where can i change this? Trying to go live with this form by 1/4/16! Thanks for any assistance. Happy New Year!
Last edit: 8 years 10 months ago by beat. Reason: Added [SOLVED] tag to subject
Looks like a language string is missing for that. You'll need to add the following to your CBSubs language files or try using the language override plugin usage.
Code:
'Access to this menu item not allowed without %s' => 'Access to this menu item not allowed without %s',
You'd translate the right side to alter the string. See the CB 2.0 Primer Book and the following for further language usage information.
I've added a bug ticket for these missing translation strings.
#5816
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.