Kunena 6.4.7 Released

The Kunena team has announce the arrival of Kunena 6.4.7[K 6.4.7] 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
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.

Solved link on a new page

More
1 year 9 months ago #1 by SIETWOLT
link on a new page was created by SIETWOLT
If a link is included in a text we would like this link will open 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.

More
1 year 9 months ago #2 by rich
Replied by rich on topic link on a new page
You don't have to adjust the code after every upgrade if you create a template override. Template Overrides | Kunena Docs

Important! Always create a backup before you make any changes to your website!

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

More
1 year 9 months ago #3 by SIETWOLT
Replied by SIETWOLT on topic link on a new page
Thanks for your reaction.
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.

More
1 year 9 months ago #4 by rich
Replied by rich on topic link on a new page
You must create this path yourself. Unzip my uploaded file and copy the folder to ../templates/shaper_helixultimate/html/
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.

More
1 year 9 months ago #5 by rich
Replied by rich on topic link on a new page
Sorry, I see in your first post that you want to edit a another file. Then this is the correct path with the correct 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.

More
1 year 9 months ago #6 by SIETWOLT
Replied by SIETWOLT on topic link on a new page
Thanks for your quick response.
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.

More
1 year 9 months ago #7 by rich
Replied by rich on topic 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/

If you want to customise this file, you will need to use the zip file I posted in my previous post.
Maybe you had overlooked that I had written two posts in a row.

Important! Always create a backup before you make any changes to your website!

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

More
1 year 9 months ago #8 by SIETWOLT
Replied by SIETWOLT on topic link on a new page
you are right. Our messages crossed each other.
I made the path according to your last message, including the adjusted php file. The PHP file in the "old" component path is now deleted.
Thanks a lot for your help.
Kind regards

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

Time to create page: 0.240 seconds