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)

PixelFx 04-30-2006 06:57 PM

can't wait for your 2.5.0 release, looks awesome. What will it cost for branding free support?

stonyarc 04-30-2006 09:19 PM

Quote:

Originally Posted by PixelFx
can't wait for your 2.5.0 release, looks awesome. What will it cost for branding free support?

Send me an email on admin@stonyarc.com and I'll get you the details. I don't want it to be a "shop" thread:rolleyes:

moonclamp 05-01-2006 11:19 PM

I have a custom profile field for male and female users ... How easy is it to have coloured markers for these rather than the admin/mod markers?

stonyarc 05-02-2006 06:25 AM

Quote:

Originally Posted by moonclamp
I have a custom profile field for male and female users ... How easy is it to have coloured markers for these rather than the admin/mod markers?

the next version 2.5.0 will have the ability to show special groups

Wachtmeister 05-02-2006 12:37 PM

Today i got the following error:

Database error in vBulletin 3.5.4:

Invalid SQL:
INSERT INTO vb3_googlemap (userid,username,usergroupid,text_map,lat_map,lng_ map) VALUES ('39','c'tulla','15','Home','22.714985598007914','22.20255160331 726');

MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'tulla','15','Home','22.714985598007914','22.20255160331 72
Error Number : 1064
Date : Tuesday, May 2nd 2006 @ 09:42:18 AM
Script :
Referrer :
Username : c'tulla
Classname : vb_database


The Username trying to get his point is "c'tulla". I guess SQL cannot handle the ' in his name. Maybe you have a change to get it working somehow ;)

bada_bing 05-02-2006 04:18 PM

I have installed this on my site but the layout is too wide for my style and hangs over about 1.5" on the right side. How can I resize the width to fit my style? Where and how do I adjust this..

Thank you

stonyarc 05-02-2006 04:23 PM

Quote:

Originally Posted by Wachtmeister
Today i got the following error:

Database error in vBulletin 3.5.4:

Invalid SQL:
INSERT INTO vb3_googlemap (userid,username,usergroupid,text_map,lat_map,lng_ map) VALUES ('39','c'tulla','15','Home','22.714985598007914','22.20255160331 726');

MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'tulla','15','Home','22.714985598007914','22.20255160331 72
Error Number : 1064
Date : Tuesday, May 2nd 2006 @ 09:42:18 AM
Script :
Referrer :
Username : c'tulla
Classname : vb_database


The Username trying to get his point is "c'tulla". I guess SQL cannot handle the ' in his name. Maybe you have a change to get it working somehow ;)


I updated the php file in the zip to compensate for that error.

just download the zipfile again and overwrite the vbgooglemap.php

Wachtmeister 05-04-2006 01:45 PM

Quote:

Originally Posted by stonyarc
I updated the php file in the zip to compensate for that error.

just download the zipfile again and overwrite the vbgooglemap.php

Many thanks! Great support for a great product!

bada_bing 05-04-2006 01:52 PM

Quote:

Originally Posted by bada_bing
I have installed this on my site but the layout is too wide for my style and hangs over about 1.5" on the right side. How can I resize the width to fit my style? Where and how do I adjust this..

Thank you

Wish I could get the same support.

StarBuG 05-04-2006 02:22 PM

Hi

I have now upgraded from 1.0.3 to 2.0.2 and I have a few questions.

1) how do I set the map to hybrid by default? (a switch in the acp options would be nice for a later version)
2) In firefox when avatars are on the avatar goes outside the "buble" at the bottom

Please help

StarBuG

stonyarc 05-04-2006 04:21 PM

Quote:

Originally Posted by StarBuG
Hi

I have now upgraded from 1.0.3 to 2.0.2 and I have a few questions.

1) how do I set the map to hybrid by default? (a switch in the acp options would be nice for a later version)
2) In firefox when avatars are on the avatar goes outside the "buble" at the bottom
Please help
StarBuG

As in the hotspot edition the maptype will be set in the admincp

For now open the product xml and look for

PHP Code:

map = new GMap2(document.getElementById("map"),{mapTypes:[G_NORMAL_MAP,G_SATELLITE_MAP,G_HYBRID_MAP]}); 

change this to

PHP Code:

map = new GMap2(document.getElementById("map"),{mapTypes:[G_HYBRID_MAP,G_NORMAL_MAP,G_SATELLITE_MAP]}); 

That will fix it.

If you want the small map to do the same just change the second and third occurence too.

The bubble is because the bubble is loaded before the avatar, so that bubble isn't correctly sized if you click the marker again it should be ok.

Annapurna 05-04-2006 06:46 PM

Hi,

I'm just new in this thread. Wow, 70 pages!
Could you explain the main differences between member edition and HSE in s few words, please.

I'm not very much into it till now ...

Andreas

Tyegurl 05-04-2006 08:29 PM

Quote:

Originally Posted by bada_bing
Wish I could get the same support.

stonyarc gives great support...just have to search it out and then post a link for him if you can't find the answer...that way he can look and verify the problem.

its just a few pages back in this thread how to do that...i will search it out for you in a few minutes if you don't find it..

here is the post by stonyarc...see if it helps
https://vborg.vbsupport.ru/showpost....&postcount=782

stonyarc 05-04-2006 08:59 PM

Quote:

Originally Posted by Annapurna
Hi,

I'm just new in this thread. Wow, 70 pages!
Could you explain the main differences between member edition and HSE in s few words, please.

I'm not very much into it till now ...

Andreas

The member edition allows only to show members that want to be on there. It shows a small quote, their avatar and their online status.

It's intended to show where you users live.

The HSE is a major extension to that in a sense that it allows you to put events, locations, places to visit, .... and if you want also members.

But on the HSE a location isn't linked to a user (except for the ID that submitted it).

HSE supports creating your own categories.

HSE has also listing pages with filters and allows you to give a full description too in wysiwyg. So that's ideal to describe a location or event.

The guides for the HSE and ME are downloadable in the threads.

StarBuG 05-05-2006 01:39 PM

Quote:

Originally Posted by stonyarc
If you want the small map to do the same just change the second and third occurence too.

There is no other occurence of this line of even the map types.

I would like to change the minimap as well.

Thx for the help

Ah one more question.. your hotspot edition of the member map will this be integrated into this hack as well or will it always be a stand alone hack like now?

stonyarc 05-05-2006 02:20 PM

It's both in the Load_Map function in the vbgooglemap_display_map, vbgooglemap_set_yourlocation and vbgooglemap_display_yourlocation.

You can edit this in templates or in the product xml and reupload it (overwrite to yes).

As it stands now the member function is very different from the hotspot version.

However some of the "easy to use" functions I created for the hotspot will be included in the 2.5.0. of the member edition.

Mixing both isn't really an option at this point as some sites have already 600+ users on their maps. If you would load an additional 300 landmarks or events it will become a bit too crowded

bada_bing 05-05-2006 05:00 PM

Can someone help with with the resize issue please? I posted a few times and no responce

stonyarc 05-05-2006 05:14 PM

Quote:

Originally Posted by bada_bing
Can someone help with with the resize issue please? I posted a few times and no responce

Tyegirl did post it a few posts ago

https://vborg.vbsupport.ru/showpost....&postcount=782

hilfe-forum 05-05-2006 05:54 PM

first sorry for my bad english..

i have 168 User in the Googlemap (great Hack)

but it shows only 5-10...

http://www.hilfe-forum.eu/vbgooglemap.php

can you help me?

stonyarc 05-05-2006 06:13 PM

Sie meinen das nicht alle Marker sichtbar werden????

bada_bing 05-05-2006 06:19 PM

Quote:

Originally Posted by stonyarc
Tyegirl did post it a few posts ago

https://vborg.vbsupport.ru/showpost....&postcount=782

Thank you, overlooked that

hilfe-forum 05-05-2006 06:26 PM

Quote:

Originally Posted by stonyarc
Sie meinen das nicht alle Marker sichtbar werden????

ja genau!

Deutscher Support?
SPITZE! :banana:

stonyarc 05-05-2006 09:37 PM

Quote:

Originally Posted by hilfe-forum
ja genau!

Deutscher Support?
SPITZE! :banana:

In Belgien, alles ist m?glich.:cool:

Ist es ein "upgrade" oder nicht? K?nnen sie bite ein "revert" von alle vbgooglemap templates versuchen.

hilfe-forum 05-06-2006 12:36 PM

Quote:

Originally Posted by stonyarc
In Belgien, alles ist m?glich.:cool:

Ist es ein "upgrade" oder nicht? K?nnen sie bite ein "revert" von alle vbgooglemap templates versuchen.

Mann lernt immer wieder neues ?ber Belgien scheint ein Interesanntes Land zu sein ;)

Es ist eine "Neuinstallation" da die alte Version zuvor deinstalliert wurde.

ein revert ist alle Templates l?schen und das Produkt neu installieren oder?
Bleiben die DB Eintr?ge erhalten?
Soll bei der Produkt neu Installation dazu "Upadate" im ACP ausgew?hlt werden?


Edit:

Ich habe die Datens?tze in eine neu installiete HOTSPOT EDITION kopiert.

Die Templates dort sind ganz neu da kein Update

http://www.hilfe-forum.eu/vbgooglema...hp?do=showmain


leider genau das gleiche Problem.

Der Server ist nur zu 10% Ausgelastet die Anbindung ist auch sehr gut daran kann es nicht liegen.

stonyarc 05-06-2006 12:49 PM

Quote:

Originally Posted by hilfe-forum
Mann lernt immer wieder neues ?ber Belgien scheint ein Interesanntes Land zu sein ;)

Es ist eine "Neuinstallation" da die alte Version zuvor deinstalliert wurde.

ein revert ist alle Templates l?schen und das Produkt neu installieren oder?
Bleiben die DB Eintr?ge erhalten?
Soll bei der Produkt neu Installation dazu "Upadate" im ACP ausgew?hlt werden?

Die DB Eintr?ge bleiben erhalten. Sie k?nnen die "overwrite" aktivieren.

Ich habe ein Pr?fung ausgef?rht mit ihre marker.xml und alle marker werden sichtbar.

hilfe-forum 05-06-2006 01:10 PM

Quote:

Originally Posted by stonyarc
Die DB Eintr?ge bleiben erhalten. Sie k?nnen die "overwrite" aktivieren.

Ich habe ein Pr?fung ausgef?rht mit ihre marker.xml und alle marker werden sichtbar.


ok ich werde das mit den Templates gleich versuchen.

Ich habe mir gedacht dass es bei Ihnen Funktioniert.

Ich glaube ja auch das der Fehler nicht beim Hack liegt.
Sondern das der Hack villeicht eine Serverkonfiguration ben?tigt die bei mir nicht vorhanden ist.

Da ich aber nicht weis mit welcher Serverkonfiguration der Hack am besten l?uft oder was der Hack ben?tigt weis ich auch nicht was fehlen k?nnte...
Villeicht ist auch VbSEO oder ein anderer Hack an dem Problem schuld.

Ist halt nur sehr schade da dieser Hack wirklich Spitze ist und ich ihm sehr gern nutzen w?rde.

stonyarc 05-06-2006 04:00 PM

Quote:

Originally Posted by hilfe-forum
ok ich werde das mit den Templates gleich versuchen.

Ich habe mir gedacht dass es bei Ihnen Funktioniert.

Ich glaube ja auch das der Fehler nicht beim Hack liegt.
Sondern das der Hack villeicht eine Serverkonfiguration ben?tigt die bei mir nicht vorhanden ist.

Da ich aber nicht weis mit welcher Serverkonfiguration der Hack am besten l?uft oder was der Hack ben?tigt weis ich auch nicht was fehlen k?nnte...
Villeicht ist auch VbSEO oder ein anderer Hack an dem Problem schuld.

Ist halt nur sehr schade da dieser Hack wirklich Spitze ist und ich ihm sehr gern nutzen w?rde.

VBseo kann eine Fehler verursachen.


Quote:

Exclude Pages?
Use regular expressions here to exclude scripts and/or pages from being affected by vBSEO. This prevents rewriting as well as copyright insertion.

Examples:(separate multiple expressions with returns)
^index\.php\?do=feature
VBGooglemap.php
geek-gallery-popup.php

http://www.vbseo.com/vbseo-interface/

Annapurna 05-06-2006 05:15 PM

Thanks a lot for your description.
I think, I'm going to install HSE first and check it out, if it makes sense to install both...

Eine gro?artige Arbeit! Weiter so ;) !

Gr??e aus ?sterreich,
Andreas

Dead End Society 05-08-2006 02:21 AM

So if my site already had a map at Frappr we won't be able to point this hack toward it?

stonyarc 05-08-2006 06:46 AM

Quote:

Originally Posted by Dead End Society
So if my site already had a map at Frappr we won't be able to point this hack toward it?

frappr is hosted remotely this map is located on your server itself.

It gives you control.

The version 2.5.0 now in development will further improve that control function.

plateau 05-10-2006 06:07 AM

Quote:

Originally Posted by stonyarc
frappr is hosted remotely this map is located on your server itself.

It gives you control.

The version 2.5.0 now in development will further improve that control function.

oh man, u r exactly busy.
;)

Gujulvr 05-10-2006 11:12 AM

okey i installed it latest v. of it vbgooglemap2.0.2 i have given 777 permission to markers.xml .. i browsed it everything but.. i dont see any like dots for anybody just simple plane google map thats it.. can anyone hlep me out htere please? thank you in advance

stonyarc 05-10-2006 01:48 PM

Quote:

Originally Posted by Gujulvr
okey i installed it latest v. of it vbgooglemap2.0.2 i have given 777 permission to markers.xml .. i browsed it everything but.. i dont see any like dots for anybody just simple plane google map thats it.. can anyone hlep me out htere please? thank you in advance

Can you please post a URL to the location of the map?

ps Don't forget to click install

jndeakin 05-10-2006 02:21 PM

Nice hack, Stoneyarc. I've set it up on our testforum, and had our mods take a look at it. The only points they weren't enthusiastic about you've already said would be in 2.5.0
Any idea of the timescale before release? If it's not long we can hold off going live for a while...

Jim Deakin

stonyarc 05-10-2006 02:47 PM

Quote:

Originally Posted by jndeakin
Nice hack, Stoneyarc. I've set it up on our testforum, and had our mods take a look at it. The only points they weren't enthusiastic about you've already said would be in 2.5.0
Any idea of the timescale before release? If it's not long we can hold off going live for a while...

Jim Deakin

I think it will be released in 1 or 2 weeks. depending on how busy the rest of my life gets (and it's hectic).

Maybe I'll have a pre-release this weekend.

I'll drop a line once I have a testversion running on stonyarc.com (the latest version of the hotspot edition is running there too.

m.s 05-11-2006 08:16 AM

Hi,

I?ve a problem with a script timeout in Firefox (see attachment).
Here?s the url to the map: http://www.ffsf.de/vbgooglemap.php?do=showmain
What could it be?

Gujulvr 05-11-2006 09:31 AM

Quote:

Originally Posted by m.s
Hi,

I?ve a problem with a script timeout in Firefox (see attachment).
Here?s the url to the map: http://www.ffsf.de/vbgooglemap.php?do=showmain
What could it be?

I use firefox as well.. i dindt get dat error.. and dat error is not cuz of the script its cus of ur firefox.. check ur settings.

Gujulvr 05-11-2006 09:37 AM

cann someone please help .. i have installed this plugins i dont get any problem loadin image or anything.. and i have givein 777 permission to markers.xml and i have cleard cash and history everything but for somereason i dont see users dot... ( i dont see any users in any location)

MagiKelly 05-11-2006 09:46 AM

Quote:

Originally Posted by Gujulvr
cann someone please help .. i have installed this plugins i dont get any problem loadin image or anything.. and i have givein 777 permission to markers.xml and i have cleard cash and history everything but for somereason i dont see users dot... ( i dont see any users in any location)

You have still to give the link asked of you in this post.

https://vborg.vbsupport.ru/showpost....postcount=1088

Also have you added any members information yet. It is not harvested and added automatically, it is a manual process.

Gujulvr 05-11-2006 10:00 AM

here is my forum link and sorry about that.. i totally missed that he asked for link sorry about dat..again... here is the link

http://www.forum.freeaholics.com/vbgooglemap.php


All times are GMT. The time now is 08: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.02910 seconds
  • Memory Usage 1,862KB
  • 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
  • (2)bbcode_php_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