Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 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
Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.
Question hard coded 'reason'
- HanKortekaas
-
Topic Author
- Offline
- Premium Member
-
- familiewapen
Less
More
2 years 3 months ago #230438
by HanKortekaas
Han
hard coded 'reason' was created 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.
2 years 3 months ago #230449
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic hard coded 'reason'
Hello,
How you get this pop-up ? Are-you using Aurelia template ?
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.
- HanKortekaas
-
Topic Author
- Offline
- Premium Member
-
- familiewapen
2 years 3 months ago #230450
by HanKortekaas
Han
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.
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.
Less
More
- Posts: 973
- Thank you received: 153
2 years 3 months ago #230457
by Pinkeltje
Replied by Pinkeltje on topic hard coded 'reason'
@xillibit: it is in line 387 layouts/topic/edit/default.php
I think it should be changed to
Code:
value="<?php echo $this->modified_reason; ?>" data-bs-toggle="tooltip" title="reason"
placeholder="<?php echo Text::_('COM_KUNENA_EDITING_ENTER_REASON') ?>"/>
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.
2 years 3 months ago #230475
by xillibit
I don't provide support by PM, because this can be useful for someone else.
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
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.
- HanKortekaas
-
Topic Author
- Offline
- Premium Member
-
- familiewapen
2 years 3 months ago #230477
by HanKortekaas
Han
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.273 seconds