- Posts: 1140
- Thank you received: 154
Kunena 6.3.7 Released
The Kunena team has announce the arrival of Kunena 6.3.7 [K 6.3.7] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
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
how to open link in new window / tab
L.v.d.A
Please Log in or Create an account to join the conversation.
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.
Please Log in or Create an account to join the conversation.
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.
- Mohitvermaji51
- Offline
- New Member
- Posts: 1
- Thank you received: 0
Please Log in or Create an account to join the conversation.
L.v.d.A
Please Log in or Create an account to join the conversation.
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.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
Please Log in or Create an account to join the conversation.
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
to
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.
Please Log in or Create an account to join the conversation.
It works fine.
Thank you.
Please Log in or Create an account to join the conversation.