Read before updating: How to Update Kunena Templates - More detail

NTS Kay v.5.4.4/5 - Missing language strings

ciklon's Avatar Topic Author
Senior Member Senior Member
  • Posts: 63
  • Thanks: 11

NTS Kay v.5.4.4/5 - Missing language strings

4 years 3 months ago - 4 years 3 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

Attachments:

Last edit: 4 years 3 months ago by ciklon.

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

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: NTS Kay v.5.4.4/5 - Missing language strings

4 years 3 months ago - 4 years 3 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: 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