Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

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
3 years 3 months ago #1 by Leen
I am using Kunena 5.2 and it strikes me that if I want to post a link in a forum post with the link button in the editor that I can no longer choose anywhere open in new window / tab
how to open link in new window / tab

L.v.d.A
The following user(s) said Thank You: xillibit

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

More
3 years 3 months ago #2 by xillibit
Hello,

I need to look how to add in the link dialog, i have created a new issue for that : github.com/Kunena/Kunena-Forum/issues/7793

I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: Sokrates

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

More
3 years 3 months ago #3 by Leen
Thank you very much,
I noticed because with the previous version, new tabbald was opened right away when I inserted a link.
And if I tried manually with the code tag it doesn't work either eg
<a href="#" target="_blank"> Link </a>

L.v.d.A

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

More
3 years 3 months ago - 3 years 3 months ago #4 by Mohitvermaji51
just add a target="_blank" attribute to your links (anchor tags). Now when your visitors click that link, it will open in a new window or tab (depending on which web browser they are using and how they configured that browser).  =8px mybkexperience mcdvoice
Last edit: 3 years 3 months ago by Mohitvermaji51.

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

More
3 years 3 months ago #5 by Leen
I do not understand what you mean, you can place an example link here.

L.v.d.A
Attachments:

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

More
2 years 10 months ago #6 by Sokrates

Hello,

I need to look how to add in the link dialog, i have created a new issue for that : github.com/Kunena/Kunena-Forum/issues/7793
I do hope this issue can be solved as soon as possible. To be able to keep the visitors on the site the moderators have to unlink the links until the links can open in a new Tab/Window.

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

More
2 years 2 months ago - 2 years 2 months ago #7 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: 2 years 2 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
1 year 10 months ago - 1 year 10 months ago #8 by zomblaa
Hi btc :)
It works fine.
Thank you.
Last edit: 1 year 10 months ago by zomblaa.

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

Time to create page: 0.365 seconds