Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

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.

Idea SOLVED html added to URL in forum post

More
17 years 5 days ago #19322 by JComeskey
So are you thinking that it should look like this:
Code:
[noparse]{mosmap kml='http://www.orrrc.org/media/kunena/attachments/legacy/files/gng_course_2009.kml'}[/noparse]

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

More
17 years 4 days ago #19380 by JComeskey
FYI, I have also been communicating with Mike Reumer, the developer of the Google map plugin ( tech.reumer.net ). He sent me a new version of the plugin that filtered out the stuff. But we are still getting the thread ID added to the kml file location. As in:

kmlurl = ''/media/kunena/attachments/legacy/files/gng_course_2009.kml''

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

More
17 years 3 days ago #19462 by Matias
Does noparse work?

And yes, some special letters are always converted to prevent some attacks. Just filter them..

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

More
17 years 3 days ago - 17 years 3 days ago #19477 by JComeskey
Matias wrote:

Does noparse work?

And yes, some special letters are always converted to prevent some attacks. Just filter them..

Code:
[noparse][/noparse]
did not work.

Mike has revised the plugin to filter out the extra stuff. The kmlurl looks fine now in the page source, but we are still not rendering the kml map. He is still working on it. I think that we are close.

I will post back here if we get it.
Last edit: 17 years 3 days ago by JComeskey.

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

More
17 years 22 hours ago #19696 by JComeskey
OK, we got it.

Mike Reumer is the greatest! He modified his plugin so that kml files will work within Kunena threads.

The only trick: The usual syntax for the Reumer google map plugin is {mosmap kml=' www.domain.com/folder/file.kml '} with squiggly brackets {}. But in order to work in Kunena, the syntax must change to square brackets [].

So the correct syntax becomes: [mosmap kml=' www.domain.com/folder/file.kml ']

Also, the usual plugin allows you to display multiple kml files within one map. But this functionality cannot work inside Kunena - at least not yet. So there are a few tradeoffs. And because of that, I don't know if he is going to post this version for public access or not. You may need to ask him for the 'Kunena-friendly' version.

You can find an example here:
www.orrrc.org/runners/forum.html?func=showcat&catid=22

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

More
16 years 11 months ago - 16 years 11 months ago #20168 by JComeskey
Mike just created this version of his google map plugin that I attached below that allows you to choose your bracket syntax: {}, [], or both {} and [].

If you are doing a fresh installation and will be using this inside Kunena, then just use the [] bracket syntax and all will be fine.

If you have a previous installation of the Reumer google map plugin, and you don't want to go through your site and change all of your brackets from {} to [], then choose the parameter to use both bracket types. Just be aware that this seems to disable the ability to place mutiple kml files inside one single map.

I believe that Mike will be making this an official version, so if you are reading this post after June 2009, then be sure to check joomlacode.org/gf/project/mambot_google1/ for the latest version.

Sorry, I was unable to attach the plugin file because it exceeds the max filesize by 56kb.
Last edit: 16 years 11 months ago by JComeskey.

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

Time to create page: 0.247 seconds