The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
I need this kinds of functionality quite badly. One of the developers told me this won't work as a security measure, because people can use the GET element to insert code into the board.
My forum is closed to the outside world, so I'm not really afraid someone would misuse it.
Can someone help me provide a hack for this, or lead me in the right direction in which file the coding regarding this is?
Go to components/com_kunena/lib/kunena.parser.php around line 348 and comment this out (add // in the beginning of that line, just like in my example):
Code:
// if (!in_array(strtolower($matches[1]), $file_ext)) break;
Go to components/com_kunena/lib/kunena.parser.php around line 348 and comment this out (add // in the beginning of that line, just like in my example):
Code:
// if (!in_array(strtolower($matches[1]), $file_ext)) break;