- Posts: 3
- 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 [Merged topic] Dynamic images in Kunena
- Krümelbrot
-
Topic Author
- Offline
- New Member
-
my Kunena users want to display some images in their signature. But it's not a static image like "myimage.jpg", its a dynamic generated image, rendered by various GET parameters in the image URL.
Here's an example:
Unfortunately, Kunene doesn't display the image, it's showing this instead:
What's going wrong?
Have a look at the "&" in the GET parameters - its getting encoded (htmlentities). Perhaps this is the cause?!? But how to fix this to display the image?
Best regards
Krümelbrot
Please Log in or Create an account to join the conversation.
For security reasons, you can't display this kind of image in Kunena, you need to use standard image with an extension (.jpg, .png...)
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.
- Krümelbrot
-
Topic Author
- Offline
- New Member
-
- Posts: 3
- Thank you received: 0
thanks for your response.
Can you provide some kind of workaround if I feel up to run the risk of this security reason?
If there is a workaround, does it affect just the images in the signature?
Thanks and best regards
Krümelbrot
Please Log in or Create an account to join the conversation.
I, personally, do not know what you need to change. I'm only aware of the risks and for me, personally, I'm not willing to jeopardise my sites or compromise my reputation (or the reputation of this great team of developers) by showing people how they let people crash their websites. If on-the-fly scripted images are an essential part of your business then there are plenty of forum alternatives that allow you the means to do those things. We also know that there are significant security concerns with those other forum alternatives because of those things.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
uk.advfn.com/p.php?pid=staticchart&s=ASX^MTE&p=0&t=1
Example Image-Source:
If I take an image tag, it does not work.
Or the code is changed after Submit as a Url
uk.advfn.com/p.php?pid=staticchart&s=ASX^MTE&p=0&t=1 ]
uk.advfn.com/p.php?pid=staticchart &s=ASX^MTE&p=0&t=1
I wonder what else this switch is for in Backend configuration (BB-Code)
Please Log in or Create an account to join the conversation.
Fix can be found from here:
github.com/Kunena/Kunena-1.6/issues/69
Please Log in or Create an account to join the conversation.