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

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.

Question Using dynamically created images

More
16 years 1 month ago #41936 by GenetiX
With the current settings within Kunena it's not possible to include dynamically created images in posts. Such as:

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.

More
16 years 1 month ago #43291 by GenetiX
Anyone?

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

More
16 years 1 month ago #43293 by franch
Why this kind of feature in Kunena ?
There are components doing that ...

www.rockettheme.com/extensions-joomla/rokstock

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

More
16 years 1 month ago #43418 by Matias
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;

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

More
16 years 1 month ago #43595 by GenetiX
Matias wrote:

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.

Time to create page: 0.273 seconds