- Posts: 7
- Thank you received: 0
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question Multilingual LTR and RTL sites. Load different kunena.forum.css files for each language
it will be great if the admin can determine a different css file per language,
for ex:
kunena.forum_en.css for englsih
kunena.forum_ar.css for arabic
instead of hard coding the css file name to always be kunena.forum.css
this will be a great feature for languages that are right to left, and will increase Kunena penetration into more communities.
how can i do that trick ?
thanks,
hopewise
Please Log in or Create an account to join the conversation.
how you think to load this diferent files?
With option in the configuration or..??
Please Log in or Create an account to join the conversation.
but, where to tell Kunena about the desired css file ??
Please Log in or Create an account to join the conversation.
If someone can try and guide me which files i need to edit I'd be so greatful!
I have a multilingual website with English and Hebrew, and I can't seem to find any solution for the css.
Thanks in advance..!
Please Log in or Create an account to join the conversation.
kunena.php lines 267-275 original:
I changed it to this:
Please Log in or Create an account to join the conversation.
You just need to add above if's to the initialize.php in your template.
BTW: always quote strings in PHP: "he-IL" or 'he-IL'. Otherwise your error log will grow fast.
Please Log in or Create an account to join the conversation.