Kunena 6.4.9 & Kunena 7.0.1 Released

The Kunena team has announce the arrival of Kunena 6.4.9 [K 6.4.9] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4

The Kunena team has announce the arrival of Kunena 7.0.1 [K 7.0.1] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/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

Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.

Question hard coded 'reason'

More
2 years 3 weeks ago #230438 by HanKortekaas
I found a non-translated, hard coded 'reason' when editing a message in a pop-up.

Han

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

More
2 years 3 weeks ago #230449 by xillibit
Replied by xillibit on topic hard coded 'reason'
Hello,

How you get this pop-up ? Are-you using Aurelia template ?

I don't provide support by PM, because this can be useful for someone else.

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

More
2 years 3 weeks ago #230450 by HanKortekaas
Replied by HanKortekaas on topic hard coded 'reason'
I found it in NTS Kbee. And to test if it was Kbee or Aurelia I turned on the Aurelia template and found the same. 

Just  edit a post and hover over the reason for editing and a pop-up appears.

 

Han
The following user(s) said Thank You: xillibit

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

More
2 years 3 weeks ago #230457 by Pinkeltje
Replied by Pinkeltje on topic hard coded 'reason'
@xillibit: it is in line 387 layouts/topic/edit/default.php
Code:
 value="<?php echo $this->modified_reason; ?>" data-bs-toggle="tooltip" title="reason"                                placeholder="<?php echo Text::_('COM_KUNENA_EDITING_ENTER_REASON') ?>"/>
I think it should be changed to
Code:
 value="<?php echo $this->modified_reason; ?>" data-bs-toggle="tooltip" title="<?php echo Text::_('COM_KUNENA_EDITING_ENTER_REASON') ?>"                                placeholder="<?php echo Text::_('COM_KUNENA_EDITING_ENTER_REASON') ?>"/>
The following user(s) said Thank You: xillibit

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

More
2 years 3 weeks ago #230475 by xillibit
Replied by xillibit on topic hard coded 'reason'
Hello,

Thanks Pinkeltje, i have made the change it will be in the future K6.2.4 release

I don't provide support by PM, because this can be useful for someone else.

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

More
2 years 3 weeks ago #230477 by HanKortekaas
Replied by HanKortekaas on topic hard coded 'reason'
I have replaced the hard coded 'reason' in the code with 'COM_KUNENA_REASON'

Han

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

Time to create page: 0.690 seconds