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)

berberber 11-03-2005 07:13 AM

Thanks I installed it, i ve explained my members they have to do it again, after Frappr

(http://help.berberber.com/)

stonyarc 11-03-2005 08:12 AM

Quote:

Originally Posted by GuaRRand
Cant seem to get it to work.
I dont get an ENTRY button or anything...
I cleard the cache and restarted the browser etc... but still no go.
I just get the main empty worldmap.
ideas?

The buttons are normally only hidden when not logged in.
Do you have a URL?
It was tested on firefox not on the beta :ermm:

/edit
Your map does work on all officially released browsers. If the problem remains after the release of the final new firefox I'll have a debug session.

I hurts to see that you removed the credits :disappointed:

stonyarc 11-03-2005 08:16 AM

Quote:

Originally Posted by chader144
I love this.. (makin some good mods lately :) )

for future requests: can you add more fields or allow pictures to be added?

The avatar could be nice but might make it heavier

stonyarc 11-03-2005 08:34 AM

Quote:

Originally Posted by steelerwatch
Nope. I said I did ALL the recommended fixes. Setting the xml file permissions was one of the things I did.

Very strange. Did you change items in the code? I cannot reproduce the error you are getting. Please download the latest version on the server and do a clean install (set OVERWRITE to yes in plugin). That kind of error can happen with special characters too but I should have captured them all. I don't see any unhandeld special char in your xml.

Did you change any data in the database directly because the lng and lat seems way of.

Advice:

1. Install the latest version
2. delete all entries in the googlemap table

http://www.steelernation.com/forums/markers.xml

Code:

                var request = GXmlHttp.create();
                request.open("GET", "markers.xml", true);
                request.onreadystatechange = function() {
                  if (request.readyState == 4) {
                        var xmlDoc = request.responseXML;
                        markers = xmlDoc.documentElement.getElementsByTagName("marker"); // THIS LINE IS IN ERROR
                        window.setTimeout(mapOne,timeOut);
                        document.getElementById('nb').value=markers.length;
                  } else {       
                        //alert(request.readyState);
                  }
                }
                request.send(null);


MrNase 11-03-2005 10:40 AM

Working great, thanks! :)

I have some questions/suggestions:

Can the filename please be in lowercase characters?

Can users enter the long. and alt. on theirselves? I have a list with the coordinates of most cities in Germany but the user still has to scroll around to find his city.

GuaRRand 11-03-2005 11:21 AM

WHy do only the large countries like the USA and UK have cities and roads etc on them??
The normal googlemap has detailed info about most countries/cities/villages.

Or is that part of the
Quote:

Planned Features
address locator for countries with detailled googlemaps
pagination

stonyarc 11-03-2005 11:32 AM

Quote:

Originally Posted by GuaRRand
WHy do only the large countries like the USA and UK have cities and roads etc on them??
The normal googlemap has detailed info about most countries/cities/villages.
Or is that part of the

Well in fact Google hasn't released the detailed maps of Europe and others yet.

This decission is up to google.

From what I've heard they are working on other countries as we speak

stonyarc 11-03-2005 11:35 AM

Quote:

Originally Posted by MrNase
Working great, thanks! :)
I have some questions/suggestions:
Can the filename please be in lowercase characters?
Can users enter the long. and alt. on theirselves? I have a list with the coordinates of most cities in Germany but the user still has to scroll around to find his city.

I'll release the next update in lowercase

You can edit the googlemap templates and change the <input text> for longitude an lattitude. Just remove to readonly's that are in there and your users can put it in themselves.
I think there are 4 occurences in total in VBGooglemap_display_yourlocation
VBGooglemap_set_yourlocation.

Hope this helps

stonyarc 11-03-2005 11:49 AM

<font color="Red">lattitude should be latitude => STATUS FIXED VERSION ON SERVER IS OK ONLY RELOAD PLUGIN (SET OVERWRITE YES)</font>

GuaRRand 11-03-2005 11:54 AM

Hehehe....


All times are GMT. The time now is 11:13 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.01679 seconds
  • Memory Usage 1,745KB
  • 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_code_printable
  • (6)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