Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

The calendar translation on Russian language

10 years 1 month ago
Licenses:
JomSocial Expired

After transfer of the .ini file it created this here calendar

Attachments:
10 years 1 month ago
Licenses:

Hi Алексей,

Could you please provide me your FTP access detail (at Site Info)?
I need that for debugging your site.

Regards,
Albert

10 years 1 month ago
Licenses:
JomSocial Expired

OK. I edited the settings of my conversion and wrote there ftp access.

10 years 1 month ago
Licenses:

Hi Алексей,

Sorry, I'm not pay attention with your Misc Info.
My IP: 223.164.64.116

Please unblock me first.

Regards,
Albert

10 years 1 month ago
Licenses:
JomSocial Expired

OK, access is open for your IP

10 years 1 month ago
Licenses:

Hi Алексей,

I fixed for you, the problem is with PHP function it self about substr functions not support UTF-8 encoding character.
Here what I did:
at file: /components/com_community/libraries/fields/date.php
code line 181:

from 
return "'" . substr($item, 0, 3) . "'";

to
return "'" . mb_substr($item, 0, 3, 'UTF-8') . "'";

Regards,
Albert

10 years 4 weeks ago
Licenses:
JomSocial Expired

it worked thanks!

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW