vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   VBGooglemap Member Edition (https://vborg.vbsupport.ru/showthread.php?t=99920)

Blackhat 12-29-2006 12:28 AM

*******

Atsuko 01-26-2007 05:26 PM

There is no problem with firefox, but
with IE 6.0 or 7.0, no markers.

Please advice where we should change.

Blackhat 01-27-2007 03:34 PM

I have some members added now, but I cant see any markers

bluechris 01-28-2007 11:45 AM

Anyone has a decent solution for the markers not showing guys? i tried both versions ME and HSE and in nowhere is see marks. I have read the whole threads on both addons and i tried everything .... any help will be greatly appreciated.

zafrir 01-28-2007 12:46 PM

Quote:

Originally Posted by bluechris (Post 1168929)
Anyone has a decent solution for the markers not showing guys? i tried both versions ME and HSE and in nowhere is see marks. I have read the whole threads on both addons and i tried everything .... any help will be greatly appreciated.

sorry I have no solution so far...only sharing some info:
Yest I have the same problem for long time now.
Looked also into the code...
I can see browser errors on this line:
Code:

markers = xmlDoc.documentElement.getElementsByTagName("marker");
in
GET http://mysite/markers.xml?r=14563404
error:
xmlDoc has no properties

my server configuration:
IIS 6

Thechipleaders 02-08-2007 07:57 PM

I am in same boat as a few of you guys. I can't seem to get the markers to appear on the map. I tried IE and Firefox in which neither identified the markers.

anyone got a fix for it?

Super Pan 02-09-2007 06:33 PM

Hello, I tried installing this plug in and everything is fine except for the fact that I can't see the actual map.

http://www.britboards.com/vbgooglemapme.php

I thought it might have been the API but when you click on "your entry" the map comes up fine.

Any help?

bluechris 02-11-2007 07:13 PM

Hi guys, after long watching why the markers doesnt show i went to conclusion that something is affecting the page to show the markers.
So i tried to remove things from the page and finally i managed to Show the map correctly including the markers and all the rest info.
The thing i did is going to my templates and i edited the VBGOOGLEMAPME template by removing the $footer in the end of the file.

I still doesnt know why the footer does the tricks to the Addon but honestly im damn happy that all working fine.. i suppose some hack or addon interfears with the API or something simillar.

The same trick for me worked for the HotSpot Edition also and the only problem i have now in both addons is the if you add Greek things in your Entry they show in the map as Japanese... well i suppose i can leave with this for a bit of time.

I hope i helped some people.

Performance Pol 02-17-2007 07:11 AM

Probably a silly question...Whats the difference Between Members edition and the hot spot edition?

I have members edition installed(Great mod by the way)

When a member adds a marker should it remove itself when they log out. or is it fixed- bit like a whose on line marker?

ep13 02-19-2007 03:11 PM

This working for 3.6.4?

RedGTiVR6 02-20-2007 12:46 PM

It's working on our forum...except we're running into one snag.

The individual that installed this mod initially shows up fine on the map. Now I've gone in (another admin) and added my information. I approved my addition and now I show up in the user list along with the initial person. However, I'm not showing up on the map. The first person is showing up though.

Forgive me if this was something that was covered in the past 100 something pages. if so, please point me to the post.

Anyone have any ideas?

EDIT: I tried removing the $footer in the main template for this mod and it didn't change anything.

EDIT2: not sure what happened, but it's there now.

Does it take some time to show up?

bheo 03-07-2007 02:00 PM

helpp plss.. me install but got conflict with this below:

A conflict was detected in the bitfields. You cannot continue with the installation of this product until this has been fixed. The conflicts found were:

* Bitfield Collision: canadminvbgooglemapme = canadminvbjournal

abroad 03-12-2007 11:43 AM

Hi,

I have version 3.6.5 and vbadvanced. I uploaded the files and st permission to 777. Step 5 says that there should appear a vbgoolemap ME link in the admin on the left side in the navigation.

I cant see it even when I press refresh...does anybody has an idea what I am doing wrong???

Bass Nutz 03-18-2007 11:24 AM

I have it set up, and there's a link on my navibar, but I can't click it. Is there an easy fix for this, did I do something wrong?

http://www.bassnutz.com

See for yourself. I'm stumped *shruggs*


Thanks for the help in advance.

bnutz

Kahuna900 04-12-2007 05:35 PM

Can I set the "Marker Text" field not be required?

Kahuna900 04-12-2007 05:42 PM

Actually, I found the check in the .php file and removed it. :)

PEPITO69 05-12-2007 01:18 PM

Hi, i'm very interested in install this hack, but i don't know about security risks and also see many people with problems to make it work.
Is it right?

AScherff 06-05-2007 10:16 AM

Hi,

we use this great plugin and it is working fine ( good job).

Just the Link to a users map does not work..

for example this link shows only standard coordinates and zoomlevel set in Admin.

What happen ??

Thanks

Alfred

AScherff 06-05-2007 04:41 PM

so i found out looking at code...

i added:

Code:

if ( isset($_GET['lng']) && !empty($_GET['lng']) && isset($_GET['lat']) && !empty($_GET['lat']) )
{
        $dlng = $_GET['lng'];
        $dlat = $_GET['lat'];
}
if (isset($_GET['zoom']) && !empty($_GET['zoom'])) {
$zoomlevel = $_GET['zoom'];

if ( isset($HTTP_GET_VARS["lng"]) && !empty($HTTP_GET_VARS["lng"]) && isset($HTTP_GET_VARS["lat"]) && !empty($HTTP_GET_VARS["lat"]) )
{
        $dlng = $HTTP_GET_VARS["lng"];
        $dlat = $HTTP_GET_VARS["lat"];
}
if (isset($HTTP_GET_VARS["zoom"]) && !empty($HTTP_GET_VARS["zoom"])) {
$zoomlevel = $HTTP_GET_VARS["zoom"];
}

}


now it works

Alfred

GuaRRand 06-06-2007 11:11 AM

Is theer a version that also does all the nifty new stuff googlemaps does?
(streetview, trafficview etc..)

sumacbob 06-30-2007 01:18 AM

I`m using the google member map mod on my vbulletin board.

I`ve just moved the forum over to a new server. Instead of moving the files over, I installed a fresh install of vbulletin and simply imported the old database so I keep posts, members, settings etc.

I had a problem a few months ago with injections/hacking. I felt a clean code was better!

Anyways, to return my member maps. How should I proceed? Obviously all the settings are there in the database, I just do not have the source code/files installed.

Elenna 07-04-2007 04:14 PM

Removing the $footer from the vbgooglemapme template did the trick for me. It took a few minutes to update (maybe waiting for the chron job to run again?), but I'm now showing on the map!
Thanks for the add-on!

Martz 07-18-2007 11:39 AM

Sorry If I've missed it being said already, but google now supports UK geocoding through their API :)

stonyarc 08-09-2007 07:08 PM

All,

The version 3.0.0 is now online. This release is focussed on the Security issues.

Other requests and issues will be included in version 3.1.0

Thank you

jiffy 08-09-2007 09:41 PM

Installed on 3.6.7PL and markers aren't showing. I tried both Firefox and IE.

stonyarc 08-09-2007 10:01 PM

Please run the cron job once and it should work

Or update your own marker.

PoetJA-1975 08-09-2007 11:38 PM

Quote:

Originally Posted by stonyarc (Post 1313895)
All,

The version 3.0.0 is now online. This release is focussed on the Security issues.

Other requests and issues will be included in version 3.1.0

Thank you

Hi stonyarc - When will the version 3.1.0 be released? And what requests/upgrades will it include?

Thanx,

Jacquii.

rike-online 08-10-2007 06:13 AM

Thanks for this update, stonyarc!

But we've one problem with german special characters. In the markers textfield (balloon) they aren't shown correctly, i.e.

Gr??e aus D?nemark

(in german: Grüße aus Dänemark (greetings from Denmark))

Any hints for me?

Edit: New problem: the markers are showing correcly in FF & Opera, but in IE there are no markers... additionally the colour of the markers in the list of all entered members is not different, only one colour for all users. in legend the colours are correct. Cron have done...

stonyarc 08-10-2007 08:06 AM

Quote:

Originally Posted by rike-online (Post 1314207)
Thanks for this update, stonyarc!

But we've one problem with german special characters. In the markers textfield (balloon) they aren't shown correctly, i.e.

Gr??e aus D?nemark

(in german: Gr??e aus D?nemark (greetings from Denmark))

Any hints for me?

Edit: New problem: the markers are showing correcly in FF & Opera, but in IE there are no markers... additionally the colour of the markers in the list of all entered members is not different, only one colour for all users. in legend the colours are correct. Cron have done...

That might be a charset issue. IE has trouble handling the special chars in the XML.

I'll have a look. The version that is now online should handle it fine (I updated the function yesterday to force and UTF-8 xml file and Cron)

stonyarc 08-10-2007 08:07 AM

Quote:

Originally Posted by PoetJA-1975 (Post 1314061)
Hi stonyarc - When will the version 3.1.0 be released? And what requests/upgrades will it include?

Thanx,

Jacquii.

This is a preview of things to come http://www.xboxlivenation.com/community/gamermap.php

And this is a perview of one of the new features
http://www.xboxlivenation.com/community/gamerprox.php

PoetJA-1975 08-10-2007 04:41 PM

Ooooo! Lookz AWESOME!
Excited about this one for sure - Makes the Membermap even better!
Thanx for the sharing ;)

Jacquii.

RedGTiVR6 08-15-2007 07:39 PM

I've reinstalled after the note from the guys here at vborg only to have an issue.

When I go to 'List users' it shows all users as Administrators...this simply isn't the case.

Apparently it's not pulling the user groups appropriately?

PinkLiquorice 08-16-2007 10:31 AM

Everything is ok until I go to the bit where you add it I click to add a marker go thru all that ok go to o kto add it and it says cannot open xml file and then when I tried to add it thru vb admin panel it says file invalid but it is the xml file I am trying to add so is the right type of file?! confused

rike-online 08-16-2007 10:46 AM

Quote:

Originally Posted by RedGTiVR6 (Post 1318375)
I've reinstalled after the note from the guys here at vborg only to have an issue.

When I go to 'List users' it shows all users as Administrators...this simply isn't the case.

Apparently it's not pulling the user groups appropriately?

Same problem here...

mlucek 08-18-2007 11:00 AM

Ditto on the user group problem - all my users are showing up as Administrator group too.

mlucek 08-18-2007 11:01 AM

Quote:

Originally Posted by sw1 (Post 1318828)
Everything is ok until I go to the bit where you add it I click to add a marker go thru all that ok go to o kto add it and it says cannot open xml file and then when I tried to add it thru vb admin panel it says file invalid but it is the xml file I am trying to add so is the right type of file?! confused

Make sure the markers.xml file's permissions are 777.

StarFire 08-19-2007 08:24 AM

Quote:

Originally Posted by mlucek (Post 1320183)
Ditto on the user group problem - all my users are showing up as Administrator group too.

Same on the Version for 3.6.x - but only if you view from the admin-account. view it with a "testuser" with standard-user permissions, it shows the standard user-group. But! ... in my case the markers don't show up for normal users anymore. Do you have the same issue on 3.5x as I encounter that on 3.6.7?

SF

PinkLiquorice 08-19-2007 03:55 PM

why does it work for my managers and not for my members? all the managers is working fine but the members cant even see the Your Entry tab

PinkLiquorice 08-19-2007 03:55 PM

Quote:

Originally Posted by mlucek (Post 1320184)
Make sure the markers.xml file's permissions are 777.

Have done this bit brilliant thank you

mlucek 08-21-2007 05:41 PM

Is there a simple way to manually add users to the map ? Most of the my users are not overly tech savvy, and it's a bit confusing to add a map marker for them.

I know I can manually edit the markers.xml file to add users, but not sure if that'll screwup synchronization with Google ?

TIA !

Mike


All times are GMT. The time now is 05:18 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03124 seconds
  • Memory Usage 1,827KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete