NTS Kay v.5.4.4/5 - Missing language strings
NTS Kay v.5.4.4/5 - Missing language strings
4 years 3 months ago - 4 years 3 months ago
Hi,
Missing language string "Message" on New/Edit page. Solution:
/components/com_kunena/template/nts_kay/layouts/topic/edit/default.php
# 340
replace with
Missing language string "Filesize" for attachements in topics. Solution:
/components/com_kunena/template/nts_kay/layouts/attachment/item/textlink.php
#29
replace with
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: 4 years 3 months ago by ciklon.
Please Log in or Create an account to join the conversation.
Re: NTS Kay v.5.4.4/5 - Missing language strings
4 years 3 months ago - 4 years 3 months ago
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.
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
Email: 9themestore@gmail.com
Twitter: @9themestore
Last edit: 4 years 3 months ago by ntstore.
Please Log in or Create an account to join the conversation.
Time to create page: 0.395 seconds