- Posts: 8
- 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
Idea Does JoomGallery IMG tags work in Kunena?
- radekgorski
-
Topic Author
- Offline
- New Member
-
I have problem with inserting photos from JoomGallery (Version 1.5.6.1) to Kunena posts (Version 1.6.2).
Link looks like:
http://advpoland.com/index.php?view=image&format=raw&type=img&id=3642&option=com_joomgallery&Itemid=339
but no image is visible.
Could anyone help me to sovle this, please?
Thanks in advance,
Radek
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- radekgorski
-
Topic Author
- Offline
- New Member
-
- Posts: 8
- Thank you received: 0
http://advpoland.com/index.php?view=image&format=raw&type=img&id=3642&option=com_joomgallery&Itemid=339
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- radekgorski
-
Topic Author
- Offline
- New Member
-
- Posts: 8
- Thank you received: 0
Please Log in or Create an account to join the conversation.
We've had this discussion before (see the results of this search ). I was aware that the functionality had been removed (for security reasons) from K 1.5 and I was aware that the development team had been looking at some proposals to allow JoomGallery images with K 1.6 but I was not sure what the current situation was. That's why I was insisting on seeing your example for myself.
You might find that some of the discussions that I referred you to, the results of the search, will help to better understand the situation with Kunena and JoomGallery but the best answer I can give you is this :
I don't think that there's much we can do about this at present.fxstein wrote: You are hitting a security barrier we have built into kunena.
The problem is that all browsers will perform a GET request on any URL placed inside of html < img > tags (and therefore coming from [ img ] tags).
In the case of a gallery this is the right thing to do, unfortunately hackers around the globe have learned to misuse this in various ways.
A very simple and none critical misuse would be to stick the url of the logout link into and [ img ] tag. Whenever somebody gets to look at that page, the logout would get executed. Now a logout is nothing extremely ugly, but you get the point, you can do a lot of other things.
Therefore Kunena performs a security check if the [ img ] tag truly contains an image file by looking at file name and extension.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.