- Posts: 32
- Thank you received: 0
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
Please Log in or Create an account to join the conversation.
kmlurl = ''/media/kunena/attachments/legacy/files/gng_course_2009.kml''
Please Log in or Create an account to join the conversation.
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.
Does noparse work?
And yes, some special letters are always converted to prevent some attacks. Just filter them..
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.
Please Log in or Create an account to join the conversation.
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.
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.
Please Log in or Create an account to join the conversation.