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 Danish, link to file

More
16 years 8 months ago #27743 by soren
Danish, link to file was created by soren
For danish users, this can help you get going:
www.kenlapz.org/download/kenlapz-corner/...nguage.html?Itemid=0

Regards
Soren Maarbjerg

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

More
16 years 6 months ago #30954 by Genix
Replied by Genix on topic Re:Danish, link to file
Getting the: "Direkte adgang til denne placering er ikke tilladt." / No direct access to the file. Whats going wrong

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

More
16 years 6 months ago #31040 by Genix
Replied by Genix on topic Re:Danish, link to file
Found a solution:

Change:
// Dont allow direct linking
defined( '_VALID_MOS' ) or die( 'Direkte adgang til denne placering er ikke tilladt.' );

to:
// Dont allow direct linking
defined( '_JEXEC' ) or defined ('_VALID_MOS') or die('Direkte adgang til denne placering er ikke tilladt');

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

Time to create page: 0.224 seconds