Skip to Content Skip to Menu

CB 2.0.8 - override of userlist title does not work

9 years 5 months ago #263514 by erichburkhard
Hi - I have installed Joomla 3.4 and CB 2.0.8. I replaced the title of a userlist as follows:





...I defined the variable: '_UE_IDP_LIST_BASESEARCH_TITLE' in the following 2 files:

file: /components/com_comprofiler/plugin/language/de-de/language.php
translation string: '_UE_IDP_LIST_BASESEARCH_TITLE' => 'Schnell-Suche_Y',

...and also here:

file: /components/com_comprofiler/plugin/language/de-de/cbplugin/cblanguageoverride-language.php
translation string: '_UE_IDP_LIST_BASESEARCH_TITLE' => 'Schnell-SucheXXX',


...the result in the frontend is as follows:





...as you can see the title (the content in the dropdown) is not translated acording to the cblanguageoverride-language.php file
Attachments:

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48425
  • Thanks: 8274
  • Karma: 1443
9 years 5 months ago #263535 by krileon
Language overrides are subject to load order as they're just a standard CB plugin. We don't officially have language overrides and is just a workaround type usage. It's mainly used to translate plugin language files and not core CB as core CB often will call the string before the plugin is ever needed to be loaded. This is the case for the dropdown values.

I suggest just using a normal language plugin and translating it there for now as the plugin loading needs to be moved for the override plugin to work for the dropdown strings.


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.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum