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 Some problems/bugs? google map integration

More
13 years 10 months ago - 13 years 10 months ago #127436 by larry007
Hi,

some problems with the google maps integration...

1. in the maps is missing the target icon

look -> www.bundeswehr-feuerwehr.de/forum/20-tes...oard-code-tests.html

This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Disabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 90 seconds | Max execution memory: 100M | Max file upload: 8M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : rt_afterburner_j15 | author: RocketTheme | version: 1.5.0 | creationdate: 08/07/09

Kunena default template details : Blue Eagle 2.0 | author: Kunena Team | version: 2.0.0 | creationdate: 2012-06-27

Kunena version detailled: Kunena 2.0.0 | 2012-06-27 [ Diplomatia ]
| Kunena detailled configuration:

Warning: Spoiler!
| Joomla! detailled language files installed:
Warning: Spoiler!

Third-party components: UddeIM 2.8

Third-party SEF components: None

Plugins: None

Modules: Kunena Latest 2.0.0 | Kunena Login 2.0.0

Last edit: 13 years 10 months ago by larry007.

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

More
13 years 10 months ago #127451 by 810
Thnx for the bug report. I will add it on the list.


regards 810

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

More
13 years 9 months ago #127601 by Matias
If someone finds out why map pointer doesn't show up, please help us to point it out. I've tried to figure out what's happening, but I have no glue. :(

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

More
13 years 9 months ago #129567 by larry007

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

More
13 years 8 months ago #130753 by decent2
I probably found a solution

stackoverflow.com/questions/11313881/mis...arker-on-google-maps

in file
administrator/components/com_kunena/libraries/bbcode/bbcode.php

Replace:

var marker = new google.maps.Marker({
zoom: $map_zoom,
disableDefaultUI: $map_control,
center: latlng,
mapTypeId: google.maps.MapTypeId.$map_type
});

with:

var marker = new google.maps.Marker({
position: results[0].geometry.location,
map: kgooglemap1
});

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

More
13 years 8 months ago #130754 by xillibit
You need to upgrade to Kunena 2.0.1

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.

Time to create page: 0.291 seconds