Kunena 6.3.4 released

The Kunena team has announce the arrival of Kunena 6.3.4 [K 6.3.4] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

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

Question hard coded 'reason'

More
7 months 3 weeks ago #1 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
7 months 3 weeks ago #2 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
7 months 3 weeks ago #3 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
    7 months 3 weeks ago #4 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
    7 months 3 weeks ago #5 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
    7 months 3 weeks ago #6 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.411 seconds