in attachment the autoaction i use for show connection in cb activity:
im using a lang var in title, but in this way it doesnt work, how can i set a multilanguage record in cb activity?
You can't use language strings like that inline. The titles already become language strings on output. For example if I set a title of "Title [user_linked]" then I can translate it as follows.
'Title [user_linked]' => 'Title [user_linked]'
Please also do not use defines when you don't have to. We are getting rid of them entirely very rapidly in CB 2.x. Defines prevent us from allowing easy override usage so we need to get rid of them to have a nice override usage in place.
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.