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

Topics must relate to a currently supported version of Kunena. If you are unsure what is the current supported version of Kunena, please go to the download page.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question how to open link in new window / tab

More
4 years 3 months ago - 4 years 3 months ago #221468 by btc
Not sure if I should be posting to such an old thread, but it's pretty easy to change link opening behaviour by changing one line of code or preferably by using a template override.

If using Crypsis, the file that needs to be edited (or overwritten) is components/com_kunena/template/crypsis/layouts/bbcode/url/default.php

Edit line 20. Change
Code:
    $target = ' target="' . $this->escape($this->target) . '"';

to
Code:
    $target = ' target="_blank"';

You could edit the file referred to above, but next time Kunena is updated it will be overwritten and you'll need to make the same edit again. The smart way is to use a template override. Instructions for doing that are at docs.kunena.org/en/faq/template-overrides . You'll haver to adjust for the name of your main Joomla template and the name of your Kunena template.
 
Last edit: 4 years 3 months ago by btc.
The following user(s) said Thank You: zomblaa, SIETWOLT

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

More
3 years 10 months ago - 3 years 10 months ago #223476 by zomblaa
Hi btc :)
It works fine.
Thank you.
Last edit: 3 years 10 months ago by zomblaa.

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

Time to create page: 0.267 seconds