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

Question After phpbb > fb > kunena conversion... i need to have legacy on..???

More
16 years 16 hours ago #46985 by gjhvs
xillibit wrote:

At the top of your language file (administrator/components/com_kunena/language/kunena.yourlanguage.php) , do you have this :

Code:
defined ( '_JEXEC' ) or die ();

?


Nope!
The first line is:
Code:
// Dont allow direct linking defined ('_VALID_MOS') or die('Direct Access to this location is not allowed.');

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

More
16 years 15 hours ago #46986 by xillibit
So, replace the :
Code:
defined ('_VALID_MOS') or die('Direct Access to this location is not allowed.');

by :
Code:
defined ( '_JEXEC' ) or die ();

:)

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.

More
16 years 14 hours ago #46994 by gjhvs
It's working!

Thank you very much!

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

Time to create page: 0.259 seconds