NTS Kay v.5.4.4/5 - Missing language strings

NTS Kay v.5.4.4/5 - Missing language strings was created by ciklon

Posted 3 years 11 months ago #16210
Hi,
Missing language string "Message" on New/Edit page. Solution:
/components/com_kunena/template/nts_kay/layouts/topic/edit/default.php

# 340
Code:
Message

replace with
Code:
<?php echo Text::_('COM_KUNENA_MESSAGE'); ?>

Missing language string "Filesize" for attachements in topics. Solution:
/components/com_kunena/template/nts_kay/layouts/attachment/item/textlink.php

#29
Code:
data-content="Filesize: <?php echo number_format($attachment->size / 1024, 0, '', ',') . Text::_('COM_KUNENA_USER_ATTACHMENT_FILE_WEIGHT'); ?>

replace with
Code:
data-content="<?php echo Text::_('COM_KUNENA_FILESIZE'); ?> <?php echo number_format($attachment->size / 1024, 0, '', ' ,') . Text::_('COM_KUNENA_USER_ATTACHMENT_FILE_WEIGHT'); ?>

"I know that I know nothing" - Socrates

Last Edit:3 years 11 months ago Post by ciklon

Attachments:

Last edit: 3 years 11 months ago by ciklon.

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

Replied by ntstore on topic NTS Kay v.5.4.4/5 - Missing language strings

Posted 3 years 11 months ago #16211
Hi ciklon,

Thank you very much about suggestions. We'll update all suggestion to next version of the template.

Update: We updated and release new version for the NTS Kay template to compatible with the Kunena latest version 5.2.4.

Thank again.

Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore

Last Edit:3 years 11 months ago Post by ntstore
Last edit: 3 years 11 months ago by ntstore.

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

Time to create page: 0.632 seconds