Skip to Content Skip to Menu

[SOLVED] language problems with cb activity

  • jojo12
  • jojo12
  • OFFLINE
  • Posts: 957
  • Thanks: 109
  • Karma: 25
9 years 7 months ago - 9 years 5 months ago #261340 by jojo12
Hi,I use the latest cb_activity in CB 2.0 on Joomla 3.4.1.
the english and german language files are installed and enabled.
The old language file is deleted, the cache is cleared.
But I get strange old expressions, I can't find inside of the actual language files.
Where can I disable the old ones?

After more testing, I see the wrong translations are there, when I use dynamic timeago.
When only using timeago, the translation is correct.

where is the possibility to translate expressions like
has logged in
is attending a group event
scheduled a group
posted a blog entry: they are not in the language file of cb_activity
Last edit: 9 years 5 months ago by krileon.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48477
  • Thanks: 8281
  • Karma: 1443
9 years 7 months ago #261414 by krileon
Replied by krileon on topic language problems with cb activity
CB Activity has not been upgraded for CB 2.x. The timeago usage in its current release is conflicting with core CBs timeago. This is fixed in its rewrite. As for translating the titles you need to check the raw value in CB Activity > Activity then add a translation string for it. Example as follows.

'has logged in' => 'has logged in',


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.
The following user(s) said Thank You: jojo12

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

  • jojo12
  • jojo12
  • OFFLINE
  • Posts: 957
  • Thanks: 109
  • Karma: 25
9 years 7 months ago #261422 by jojo12
Replied by jojo12 on topic language problems with cb activity
yes I knew, that's not yet upgraded for CB 2.x. But in plugin manager is all green, and nant is talking in his news about the new activity plugin. That's misleading a bit. Sorry to say that.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48477
  • Thanks: 8281
  • Karma: 1443
9 years 7 months ago #261431 by krileon
Replied by krileon on topic language problems with cb activity
It got a quickfix release, which is why it's marked compatible. Yes, it's misleading, sorry.

I'm currently in the middle of the rewrite, which will bring stream functionality everyone is familiar with on existing social sites. With that comes some major changes though.

For example the stream has been simplified with minimal configuration available; it's a stream and not expected to be responsible for the activity on the stream. CB Activity won't handle logging activity, this makes it an inclusive instead of exclusive system. Activity will be logged by the various plugin (e.g. CB Galley will handle its own activity). Simple activity can be logged using CB Auto Actions (e.g. profile update, avatar change, registration, etc...).

I've turned the activity handling into a single entry endpoint. This means no double coding. This also means it can be used anywhere with simple API call. For example the module can have pagination now. The pagination is strictly a "Load More" type usage as well.

There's quite a bit of other changes that will be included in the announcement, but it's coming along nicely. The entire plugin is built around ajax as well so page loads are nearly non-existent in its usage (something I want to bring to the other plugins too).


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.

  • jojo12
  • jojo12
  • OFFLINE
  • Posts: 957
  • Thanks: 109
  • Karma: 25
9 years 5 months ago #263928 by jojo12
Replied by jojo12 on topic language problems with cb activity
you wrote:

The timeago usage in its current release is conflicting with core CBs timeago. This is fixed in its rewrite.


in the new cb activity, it seems the conflict persists!

in german I have non-sense, or after all no german expressions.

how to change that?

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48477
  • Thanks: 8281
  • Karma: 1443
9 years 5 months ago #263988 by krileon
Replied by krileon on topic language problems with cb activity
There's no timeago conflict with CB Activity 3.0.0 RC1. It's using CBs built in date function to output it. Translation of CB Activity activity entries is done the same way you translate any strings; you add them to your language plugin and translate them. CB Activity 3.0.0 RC1 comes with its default English language files as does the other CB 2.x upgraded plugins. Please see the below for CB language usage information.

www.joomlapolis.com/cb-solutions/languages


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