Kunena 6.3.0 released

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

Please Read This First:


Please read the guides posted as sticky topics in this category. For a quicker response, please give as much information to help us understand the problem (see How To Ask Questions The Smart Way and What information should I include when I ask for help (including how to post my configuration report)? ).

This category is only for reporting defects with K 2.0 Please read, before you post, Before you post your question, read this first .

Do not use this category:
  • if this website ( www.kunena.org ) works but works differently to how you expected
  • for requests to add or remove the standard features of Kunena;
  • for questions commonly asked or "how to" in nature (see the FAQs menu tab above);
  • for help with Kunena versions that are not the latest stable release; or
  • for general Joomla or website administration matters

You must include your K 2.0 configuration report; if you do not include your configuration report, your topic may be closed (locked) or deleted without any further warnings from the moderators.

K 2.0 support will cease on 31 August 2013 and this section of the forum will be closed and archived after that time and no further questions will be answered about this version.

Question html tags in en-GB.com_kunena.libraries.ini being changed to text and displayed

More
11 years 1 week ago - 11 years 1 week ago #1 by Richardkl
I want to modify the COM_KUNENA_LOGIN_FORUM= text to add a link and when I do that it just displays the text and not the link
Code:
COM_KUNENA_LOGIN_FORUM="Only community members can participate in forum threads. You must be logged in to contribute. to get a FREE account just click on <a href="_QQ_"index.php?option=com_acctexp&task=subscribe"_QQ_"> Registration and Upgrades.</a>"

When you view source from browser this is how Kunena 1.6 translates

Only community members can participate in forum threads. You must be logged in to contribute. to get a FREE account just click on <a href="/component/acctexp/?task=subscribe">Registration and Upgrades!</a>

When you view source from browser this is how Kunena 2.0.4 translates

Only community members can participate in forum threads. You must be logged in to contribute. to get a FREE account just click on &lt;a href=&quot;index.php?option=com_acctexp&amp;task=subscribe&quot;&gt; Registration and Upgrades.&lt;/a&gt;


I just created a new site in Joomla 2.5 and this message worked on mt Joomla 1.5 site,

Any Ideas what is wrong?

Other INI files of other components ini files are not changing the tags to text

Kunena 2.0.4 Joomla 2.5.9 PHP 5.3.16
Last edit: 11 years 1 week ago by Richardkl.

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

More
11 years 1 week ago #2 by xillibit
Hello,

It doesn't work because it's incorrect, just follow this example :
Code:
COM_KUNENA_A_RECAPTCHA_PRIVATEKEY_DESC="<a target='_blank' href='https://www.google.com/recaptcha/admin/create'/>Please click here</a> to get reCAPTCHA private key and enter it into this field."

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.

Time to create page: 0.505 seconds