Skip to Content Skip to Menu

Not logical: cbactivity_language is for backend, where are translations for frontend?

  • jojo12
  • jojo12
  • OFFLINE
  • Posts: 957
  • Thanks: 109
  • Karma: 25
9 years 10 months ago - 9 years 10 months ago #256045 by jojo12
see title: I can translate the words in backend for cbactivity, but I need translations for frontend: e.g. "has an updated profile"...

"posted a wall entry"
"has an updated profile picture"
"posted a blog entry"
Last edit: 9 years 10 months ago by jojo12.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48482
  • Thanks: 8283
  • Karma: 1443
9 years 10 months ago - 9 years 10 months ago #256154 by krileon
When CB Activity has been upgraded we'll generate language files for it. For now you have to dig around the source code for them. Specifically the two strings you're wanting to translate are as follows.

'posted a wall entry' => 'posted a wall entry',
'posted a wall entry to [user_linked]' => 'posted a wall entry to [user_linked]',

The "title" of any activity is treated like a language string. You can find most of these raw titles in the below file where their activity row is created.

components/com_comprofiler/plugin/user/plug_cbactivity/plugin.cbactivity.php


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.
Last edit: 9 years 10 months ago by krileon.
The following user(s) said Thank You: jojo12

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

Moderators: beatnantkrileon
Powered by Kunena Forum