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)

Mrdby 11-04-2007 01:36 AM

i want to add it to my navi..how would I do that?

yoyoyoyo 11-04-2007 01:59 AM

I am about ready to give up on this hack. I like the idea, but it is just too problematic and buggy. Can someone please post an updated product and files here for the benefit of everyone who can't get it working?

caliman 11-04-2007 03:01 AM

Add a link to your navbar template.

edward hamilton 11-05-2007 12:05 AM

I have installed this hack numerous times and have experienced many of the problems reported in previous posts.

I have had better luck by deleting references to utf8 in both
/includes/cron/vbgooglemapme_cron.php and /includes/functions_vbgooglemapme.php


The problem of missing markers appears to be related to the markers.xml file make sure the <markers> and </markers> tags are in tact.

Good Luck
Ed
http://ministryofrum.com

TotlKaos 11-05-2007 12:06 AM

Is there anyway to cache the information or speed up the display?
I have 3000+ users mapped and it takes a bit of time to draw all the
Pins. Just wondering!.. Great mod!!!

Russ

caliman 11-05-2007 12:19 AM

That would be nice Russ. Don't know.

Since this mod is not being developed anymore for a while now, does anyone else worry about XSS exploits that may exist with it?


My board was hacked recently thanks to an old flashchat so I am a wee bit paranoid lately.

TotlKaos 11-07-2007 09:53 AM

I see were Google added a new Marker Manager Control!
This will allow you to reduce the markers as needed with zoom levels.

i.e. only do 10 markers at zoom level 3
do 100 markers at zoom level 6
and 1000 markers at zoom level 8

Here is the code:

function setupMap() {
if (GBrowserIsCompatible()) {
map = new GMap2(document.getElementById("map"));
map.addControl(new GLargeMapControl());
map.setCenter(new GLatLng(41, -98), 4);
window.setTimeout(setupWeatherMarkers, 0);
}
}

function getWeatherMarkers(n) {
var batch = [];
for (var i = 0; i < n; ++i) {
batch.push(new GMarker(getRandomPoint(),
{ icon: getWeatherIcon() }));
}
return batch;
}

function setupWeatherMarkers() {
mgr = new GMarkerManager(map);
mgr.addMarkers(getWeatherMarkers(20), 3);
mgr.addMarkers(getWeatherMarkers(200), 6);
mgr.addMarkers(getWeatherMarkers(1000), 8);
mgr.refresh();
}

If anyone has suggestions.. or if Stonyarc could let me know were to start on maybe putting this into the code. This would speed up the Display Maps for Large Sites!

Still a great mod!!!: eek:

Russ

yoyoyoyo 11-07-2007 11:01 AM

uninstalled - too buggy, no support - not worth the hassle

incisor 11-08-2007 02:57 AM

x2 i have to say

Riccardo83 11-08-2007 04:07 AM

my pins are dissappearing, then the other day u see them.. whats the problem?


All times are GMT. The time now is 09:05 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.01531 seconds
  • Memory Usage 1,735KB
  • 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)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