- Posts: 36
- Thank you received: 2
Kunena 6.4.13 Released
The Kunena team has announce the arrival of Kunena 6.4.13 [6.4.13] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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.0
Hint: This version is primarily intended to facilitate an upgrade if Joomla was first updated to version 6.1 before Kunena was up to dated.
Solved link on a new page
Till now, after every update, I have to change the code in the file: =11.0ptcomponents/com_kunena/template/aurelia/layouts/bbcode/url/default.php -
Code: $target = ' target="' . $this->escape($this->target) . '"'; into $target = ' target="_blank"';
Request: is it possible to add a possibility in the BBcvode in the back end to make this choice for a new page/window?
Thanks
Please Log in or Create an account to join the conversation.
- Posts: 12288
- Thank you received: 2537
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
I tried to make the override as indicated, but.. I am using the template Helix Ultimate. After " templates\helixultimate\html\com_kunena\" there is missing : "layouts\message\item\default.php ".
What to do now?
Thanks for your reaction.
Please Log in or Create an account to join the conversation.
- Posts: 12288
- Thank you received: 2537
Then you have the path and can edit the contained default.php
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
- Posts: 12288
- Thank you received: 2537
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
i made the path, folder by folder. In your unzipped file the deault.php is a different one. I assume I have to copy the default, as indicated here: "components\com_kunena\template\aurelia\layouts\message\item\default.php"
and adjust this php.file?
Thanks
Please Log in or Create an account to join the conversation.