vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - VBGooglemap Member Edition (https://vborg.vbsupport.ru/showthread.php?t=123148)

stonyarc 12-19-2006 02:59 PM

That's how in principle it will work in the new version.

zafrir 12-19-2006 03:05 PM

Hi,

installed, everything looks working fine except I could not get members pins to be displayed, nothing is displayed on the map.

looking at the browser errors I see error:

Error: xmlDoc has no properties
Source File: http://www.attunity.com/forums/vbgooglemapme.php
Line: 1154

this line leades to:
PHP Code:

        map.setCenter(new GLatLng(dlat,dlng),dzoom);

        var 
request GXmlHttp.create(); 
        
request.open("GET""markers.xml?r=14344"true); 
        
request.onreadystatechange = function() { 
          if (
request.readyState == 4) {
            var 
xmlDoc request.responseXML;
//Line: 1154
            
markers xmlDoc.documentElement.getElementsByTagName("marker");
//Line: 1154 end
            
window.setTimeout(mapOne,timeOut); 
//            document.getElementById('nb').value=markers.length;
        
id4 document.getElementById('nb');
        
id4.innerHTML markers.length;

          } else {    
            
//alert(request.readyState); 
          
}
        } 
        
request.send(null);
      } 

any suggestions?
thanks.:surprised:

stonyarc 12-19-2006 06:09 PM

did you change the markers file to chmod 777

zafrir 12-20-2006 06:01 AM

Yes I did...(my platform is IIS and VB 3.6.4)
no problem to add members, list or show on map (the map is centered around the proper location) just the no markers shown on the map.

Datenpapst 12-20-2006 10:58 AM

its not showing the markers on my map :(

Gizmo999 12-29-2006 03:01 PM

I just upgraded to 3.6.4 from 3.5 and upgraded the googlemapME as well, initially lost all my markers but I just replaced the markers.xml file with a saved backup copy and they all showed up again :D

Shazz 12-29-2006 03:12 PM

Quote:

Originally Posted by Gizmo999 (Post 1146983)
I just upgraded to 3.6.4 from 3.5 and upgraded the googlemapME as well, initially lost all my markers but I just replaced the markers.xml file with a saved backup copy and they all showed up again :D

Ill be sure to remember that thanx :)

stonyarc 12-29-2006 07:08 PM

On upgrade the markers file needs to be recreated. This can be done by editing your entry. The actual data is kept in the DB so no data will get lost.

optrex 12-30-2006 02:52 AM

Hi Stonyarc,

I am hoping you can help. I notice VBGME uses a php file in the admincp folder to create the menu within the admincp itself.

When I give a super mod admin access to look after some users, they can see the VBGME menu structure within the admincp.

What conditional needs to go in the php file to resctrict access so that either only user 1 or usergroup 6 can see it? And where would I place that conditional?

Thanks in advance

darkdiver 01-06-2007 09:44 AM

but one question

i got one Error on my cronjob. I got some probs with line 20 in the vbgooglemapme_cron.php
can i simply remove this line?
Quote:

header('Cache-Control: no-cache');
Regards
Eric


All times are GMT. The time now is 05:01 AM.

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.01559 seconds
  • Memory Usage 1,749KB
  • 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
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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