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)

MrSquid 04-10-2006 11:53 PM

Quote:

Originally Posted by stonyarc
And you are 100% sure your correct key is in there.

You can get a fresh one too if needed.

When i first did the vBmap upgrade, I used my old key right away and it didn't like it right from the start. I tried several new keys, but can't figure out what site name the API is looking for. I tried my site name, the IP, sitename/, IP/, sitename/public_html, IP/public_html - nothin'... (vbMap is in the root of my html_public folder)

stonyarc 04-10-2006 11:56 PM

Quote:

Originally Posted by PixelFx
how do I change the width of the main map screen to say 575 pixels?


In the vbgooglemap_display_map

Code:

          <!-- map -->
                  <div width="800px">
               
                               
               
                <fieldset style="width:800px">

To the width you want

and


Quote:

<div id="map" style="width: 800px; height: 400px;"></div>
to

Code:

<div id="map" style="width: 550px; height: 275px;"></div>
That should fix that.

stonyarc 04-10-2006 11:58 PM

Quote:

Originally Posted by MrSquid
When i first did the vBmap upgrade, I used my old key right away and it didn't like it right from the start. I tried several new keys, but can't figure out what site name the API is looking for. I tried my site name, the IP, sitename/, IP/, sitename/public_html, IP/public_html - nothin'... (vbMap is in the root of my html_public folder)

so it should be your basic URL you should enter on google.com and don't add a trailing /

http://www.google.com/apis/maps/signup.html

stonyarc 04-11-2006 12:04 AM

So for avatar support you need to store the avatars in the database.

I'll add an option to the backend to turn avatar support on or off.

Lance Carbuncle 04-11-2006 12:23 AM

Sorry to jump in with all the others at once.......

I am not showing current users or zoom level on my map and the username isn't linking to the profile.... I re upped all the files.... I know I have probably screwed up something, but just want to be sure it is just me....

my site: http://www.forums.repashy.com/vbgooglemap.php

steven s 04-11-2006 12:40 AM

Your template looks wrong.
NOTE:

IF YOU ARE RUNNING VERSION 1.0.3 AND YOU CHANGED TEXT DIRECTLY IN THE TEMPLATES YOU MIGHT NOT SEE THE MAP ON FIRST LOAD. YOU SHOULD REVERT THE TEMPLATES AFTER INSTALLING.

Mine is working just fine.

Jake_TP 04-11-2006 12:46 AM

Very nice upgrade. Thank You.
FYI
I noticed that some of my users had been promoted to moderator since they added their Map data. I went into the table to change their user group number manually there, so I am "fixed", but is there a away to automatically pull that instead of storing it? Or maybe a clean up script?

Lance Carbuncle 04-11-2006 01:02 AM

Damn... I reverted the templates as per instructions prior to my post... now I uninstalled the product.... the templates were removed completely.... reinstalled.... and same thing :( I hate it when I run out of talent! any other suggestions?

I am running vb 3.5.0 .... could this be the issue?

NEVERMIND........ I didn't see one of the templates..... works great now.... thanks for the help!

I realized I followed stonyarc's directions for changing the text color in the display map template..... so now it is working, but i am back to white on white with the username and I have a black box with black text for the description. I tried to follow the old directions to change the text color after reverting, but the template is different and I can't figure it out.....

In Stonyarc's instruction post with those previous instructions, he stated the text color would be an admincp adjustable entry, but I don't see anything like that in the new version....... Stonyarc?

morrow 04-11-2006 02:35 AM

First, Nice hack!

ok, I'm also have the issue with the avatar not displaying, but not in IE only. Firefox just eliminates the red X.

I'm wondering if there's an ability to allow for multiple locations for each user. I'm not really using this for a "Hi, I'm located here." thing. I'm using it so people can post various locations they've been.

Thanks!

dirtycrow 04-11-2006 03:45 AM

all my users get a no permission error when trying to view and in the ACP there is no new postbit for googlemap permissions.

please help/

Tyegurl 04-11-2006 03:49 AM

Quote:

Originally Posted by dirtycrow
all my users get a no permission error when trying to view and in the ACP there is no new postbit for googlemap permissions.

please help/


should be in the usergroups themselves....near the bottom maybe of their permissions.


omg the display pic of the map is gone lmao!! is it being updated?

dirtycrow 04-11-2006 03:50 AM

Quote:

Originally Posted by Tyegurl
should be in the usergroups themselves....near the bottom maybe of their permissions.


it's there, for some reason the bit field did not upload.

Tyegurl 04-11-2006 03:52 AM

Quote:

Originally Posted by dirtycrow
nope, not there.


try to reupload it and make sure the markers.xml in the forum root has been chmod to 777....other than that i think i can't help...have to wait for someone who actually knows more.

Mastar 04-11-2006 04:07 AM

Mine works flawless, got one question though, for the members to show on the map do they have to enter their info or will it take the members online from the forum's who's online.

stonyarc 04-11-2006 06:35 AM

Quote:

Originally Posted by Lance Carbuncle
Sorry to jump in with all the others at once.......

I am not showing current users or zoom level on my map and the username isn't linking to the profile.... I re upped all the files.... I know I have probably screwed up something, but just want to be sure it is just me....

my site: http://www.forums.repashy.com/vbgooglemap.php

That's because you changed styles in the previous version.

To fix that revert the templates and reenter your style changes in the vbgooglemap_display_map

using the available css

Code:

<style type="text/css" id="gamerinfo-css">
<!--

.gmballoon
{
        background: #ffffff;
        color: #000000;
        font: 10pt Verdana, Trebuchet MS,Arial, Helvetica, sans-serif;
}

.gmtext{
        font-size:8pt;
        width:auto;
        color:#000000;
        font-family:Verdana, Trebuchet MS,Arial, Helvetica, sans-serif;
        word-wrap: break-word;
        display:block;

}
-->
</style>


stonyarc 04-11-2006 06:38 AM

Quote:

Originally Posted by Jake_TP
Very nice upgrade. Thank You.
FYI
I noticed that some of my users had been promoted to moderator since they added their Map data. I went into the table to change their user group number manually there, so I am "fixed", but is there a away to automatically pull that instead of storing it? Or maybe a clean up script?

If they go to their entry and click update the information should refresh

stonyarc 04-11-2006 06:46 AM

Quote:

Originally Posted by dirtycrow
it's there, for some reason the bit field did not upload.

Make sure you upload all files also the bitfield_vbgooglemap.xml to /includes/xml

The view permissions should be automatically set.

if you add/import product-vbgooglemap.xml make sure overwrite is to yes.

Check if the bitfield xml is there in the folder.

If so you can force an update of the bitfields
/admincp/index.php?do=buildbitfields

The permissions should be available
Go to admincp / Usergroups / Usergroup Manager to set the usergroup permission. To edit the permissions select ?Edit Usergroup? and click go.

Hope this helps.

stonyarc 04-11-2006 06:48 AM

Quote:

Originally Posted by Mastar
Mine works flawless, got one question though, for the members to show on the map do they have to enter their info or will it take the members online from the forum's who's online.

For privacy reasons the user has to set their own location.

This is not a version that plots the who's online.

I can make one but I think someone already has created something called worldmap that should cover that.

xfaethorx 04-11-2006 07:10 AM

totally awesome! Works great here from the upgrade can't wait for the hotspot version as that can be used with our events and meetings :D well done!

jteamevil 04-11-2006 02:50 PM

Quote:

Originally Posted by MrSquid
When i first did the vBmap upgrade, I used my old key right away and it didn't like it right from the start. I tried several new keys, but can't figure out what site name the API is looking for. I tried my site name, the IP, sitename/, IP/, sitename/public_html, IP/public_html - nothin'... (vbMap is in the root of my html_public folder)


Having the same problem but when i click on the show map button after i get the error the map loads and shows all my markers on it. I just allways get the error the first time it loads the page.

Lance Carbuncle 04-11-2006 03:20 PM

Quote:

Originally Posted by stonyarc
That's because you changed styles in the previous version.

To fix that revert the templates and reenter your style changes in the vbgooglemap_display_map

using the available css

Code:

<style type="text/css" id="gamerinfo-css">
<!--

.gmballoon
{
        background: #ffffff;
        color: #000000;
        font: 10pt Verdana, Trebuchet MS,Arial, Helvetica, sans-serif;
}

.gmtext{
        font-size:8pt;
        width:auto;
        color:#000000;
        font-family:Verdana, Trebuchet MS,Arial, Helvetica, sans-serif;
        word-wrap: break-word;
        display:block;

}
-->
</style>


Hello Stonyarc,

I have been changing the colors in the above mentioned area of the template....

Changed the .gmtext color to red and that works great.

but in the .gmballoon, I have been having troubles. changing the background around the text works fine, but when I change the second part ( I assume this is the text color) "color:#000000;" to red, nothing happens. When I mouse over, it changes to the color from vb, but no matter what I set this to, it stays white.

Also, I don't see a way to change the background for the .gmtext part....
I added "background: #ffffff;" into the .gmtext area, but it only changed the area immediately around the text. there is still a black square inside the balloon. I am sorry if I am such a moron and I have again run out of talent.....

here is how the template is now set on My Map

my changes are highlighted in green

<!--

.gmballoon
{
background: #ffffff;
color: #FF0000;
font: 10pt Verdana, Trebuchet MS,Arial, Helvetica, sans-serif;
}

.gmtext
{
background: #ffffff;
font-size:8pt;
width:auto;
color:#FF0000;
font-family:Verdana, Trebuchet MS,Arial, Helvetica, sans-serif;
word-wrap: break-word;
display:block;

}
-->

stonyarc 04-11-2006 03:28 PM

Quote:

Originally Posted by jteamevil
Having the same problem but when i click on the show map button after i get the error the map loads and shows all my markers on it. I just allways get the error the first time it loads the page.

Hello JT,

The problem is your link

http://forum.teamevil.org/VBGooglemap.php

should be

http://forum.teamevil.org/vbgooglemap.php

Everything is lower case now.

Change it and it will be fine.

Ig@r 04-11-2006 04:04 PM

Converted to 2.0.0 with no problem.
Thanks stonyarc!!! Great work.

PS now waiting for hotspot edition. :)

ricker 04-11-2006 04:17 PM

I have a user who was a mod, but is no longer. The googlemap gives him a mod-colored pin. Is there any way to resolve this?

Thanks, Sarah

stonyarc 04-11-2006 04:27 PM

Quote:

Originally Posted by ricker
I have a user who was a mod, but is no longer. The googlemap gives him a mod-colored pin. Is there any way to resolve this?

Thanks, Sarah

If the users goes to his entry and clicks update the marker will be correct again.

stonyarc 04-11-2006 04:27 PM

Quote:

Originally Posted by Ig@r
Converted to 2.0.0 with no problem.
Thanks stonyarc!!! Great work.

PS now waiting for hotspot edition. :)

Thanks

Release 2.0.1 will be on tonight with some little extras

Parture 04-11-2006 04:30 PM

My old key is not working. I uninstalled 1.03. Then installed 2.0.

jteamevil 04-11-2006 04:37 PM

Quote:

Originally Posted by stonyarc
Hello JT,

The problem is your link

http://forum.teamevil.org/VBGooglemap.php

should be

http://forum.teamevil.org/vbgooglemap.php

Everything is lower case now.

Change it and it will be fine.

Thanks so much :) Didnt even think to try that

And thanks alot for the awsome work on this i love it!

MrNase 04-11-2006 04:41 PM

Quote:

Originally Posted by stonyarc
Thanks

Release 2.0.1 will be on tonight with some little extras

Thanks for that notice! I am going to wait till 2.0.1 then. :)

Edit: When did you release it? :D Last time I checked we got 2.0.0 and that was 2 minutes ago! :D


One quick question: Am I now able to change the filename without breaking everything? :)

Tyegurl 04-11-2006 04:56 PM

stonyarc....is there a fix for vbadvance in this update...not pressuring just asking....

stonyarc 04-11-2006 04:58 PM

Quote:

Originally Posted by MrNase
Thanks for that notice! I am going to wait till 2.0.1 then. :)

Edit: When did you release it? :D Last time I checked we got 2.0.0 and that was 2 minutes ago! :D


One quick question: Am I now able to change the filename without breaking everything? :)

2.0.1 is on right now.

In what way do you want to change the filename?

Parture 04-11-2006 04:58 PM

I installed it, but my 1.03 still shows up and my map key doesn't work for 2.01

stonyarc 04-11-2006 05:00 PM

Quote:

Originally Posted by Tyegurl
stonyarc....is there a fix for vbadvance in this update...not pressuring just asking....

I checked and it was running on your website.

I haven't been able to identify the problem on vba.

I need to install it on my test server. In the code I don't see anything that might be causing that problem except maybe the window.onload javascript.

Do you have any other image maps running on your vba site????

stonyarc 04-11-2006 05:02 PM

Quote:

Originally Posted by Parture
I installed it, but my 1.03 still shows up and my map key doesn't work for 2.01

As indicated in the PDF you may need to revert the templates.

The templates to revert are included in the list.

It's indicated in very big RED letters :cool:

as for you map key: as indicated in the PDF you may need to re-enter it in the options

Parture 04-11-2006 05:10 PM

stonyarc,

It works now.

New problem: I changed the zoom setting in admin 3, but it is still stuck at 1 on the map.

firstrebel 04-11-2006 05:17 PM

Flawless upgrade 1.0.3 -> 2.0.1. Thanks.

Bob

stonyarc 04-11-2006 05:22 PM

Quote:

Originally Posted by Parture
stonyarc,

It works now.

New problem: I changed the zoom setting in admin 3, but it is still stuck at 1 on the map.

What browser? Did u user the drag controls? Please also post a URL

MrNase 04-11-2006 05:23 PM

Quote:

Originally Posted by stonyarc
In what way do you want to change the filename?

I want to rename it. ;)

Parture 04-11-2006 05:25 PM

stonyarc,

Everything is working.

stonyarc 04-11-2006 05:31 PM

Quote:

Originally Posted by Parture
stonyarc,

Oops, my bad again. I reverted all but one of the templates.

Where do we put the code again so the username links to profile page?

That's automatic


All times are GMT. The time now is 03:19 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.02721 seconds
  • Memory Usage 1,850KB
  • 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
  • (4)bbcode_code_printable
  • (24)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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