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)

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..)


All times are GMT. The time now is 02:11 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.02746 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)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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