- Posts: 9
- Thank you received: 0
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 Using dynamically created images
http://ichart.finance.yahoo.com/z?s=%5EAEX&t=6m&q=l&l=on&z=m&c=EURO,%5EDJI&a=v&p=s
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?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
There are components doing that ...
www.rockettheme.com/extensions-joomla/rokstock
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
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;
Works like a charm. Thankyou!
Please Log in or Create an account to join the conversation.