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)

wacnstac 07-17-2009 12:48 PM

What are the "Files Modifications" needed to make this work with 3.8.3 Will PAY for this to work with 3.8.3 if users can enter their own points (perhaps moderated) along with comments on the point.

SorentoUltimate 07-31-2009 09:42 AM

Quote:

Originally Posted by wacnstac (Post 1850528)
What are the "Files Modifications" needed to make this work with 3.8.3 Will PAY for this to work with 3.8.3 if users can enter their own points (perhaps moderated) along with comments on the point.

Hello,

can anyone write all the changes needed for the addon to work with 3.8.3 ???

Thanks In Advance
Giorgos

wacnstac 08-03-2009 12:45 PM

What would it take to make this work with 3.8.3 and also allow a user to enter any coordinates that they wanted and multiple points as well?

Verionia 08-04-2009 11:30 PM

I would like this for 3.83 too, please post the new additions to the forum, thanks!

marshal_ramdev 08-05-2009 05:45 AM

thanks

lpetrich 08-05-2009 04:09 PM

Quote:

Originally Posted by wacnstac (Post 1860681)
What would it take to make this work with 3.8.3 and also allow a user to enter any coordinates that they wanted and multiple points as well?

It already works in 3.8.3 for me and some other people; you may have conflicts with some other add-on like the Automatic Media Embedder (AME). You may want to check on the bug fixes and feature additions that several people have contributed, including myself.

As to entering coordinates numerically, that will require rewriting the client-side code in the product file.

Making it possible for each member to enter several points, each with their own labels, will require rewriting both the client-side and the server-side code. It may be possible to avoid changing the database-table format, however.

Verionia 08-07-2009 04:50 AM

Unfortunately I do have AME added into my site :[

Ncturnal 08-07-2009 02:40 PM

Quote:

Originally Posted by Verionia (Post 1862922)
Unfortunately I do have AME added into my site :[

I've been running Google Maps and AME on my site for quite some time now without any issues.

Verionia 08-19-2009 01:50 AM

What about speed - that demo site forum loaded wayyyy too slow. Does anyone have this problem?

FunkyDiver 08-19-2009 09:38 AM

Well, I've fiddled for about 6 hours now.. on and off (so 3 hours real time) and not working...

*marks uninstalled as not doing what it should*

team76 08-24-2009 09:30 AM

still no solution for this problem?

http://www.teamvolt.fr/bf2/forum/vbgooglemapme.php

Najoh 09-10-2009 04:22 AM

Hello,

No markers in the map, please how to fix that ?

Thanks.

sphinx 09-12-2009 05:41 PM

works perfect here apart from..........everytime I enter maps it tells me my key is invalid,it isn't can click through but frustrating.Any ideas

johnrizz 09-12-2009 07:45 PM

I've been updating Vb since this came out and it works fine on all updates! right now I'm using 3.8.4....

Parture 09-13-2009 04:03 AM

When is the updated version of googlemaps and hotspot edition for vBulletin 3.8 or 4.0 coming out?

I have some proposed changes.

sphinx 09-13-2009 10:35 AM

I think part of my problem is the java script can anyone tell me where to add it please.It's still the same and gives me a not valid key.If I go to sort another key it gives me the same one,any ideas please.

Shai Gar 09-20-2009 12:17 PM

ok i've got it installed on 3.8.4, i was also having the no marker problem, tried all the fixes in this thread, nothing worked untill i started disabling the other mods i've got installed, it started to show the markers after i disabled the Vmoods mod

vwdforum 09-26-2009 08:46 PM

Hi Guys.

I've noticed the pins do not appear on vbgooglemaps if I have AME - The Automatic Media Embeder 2.5.5 enabled.

If I disable AME

Any idea how to fix this issue?

Thanks Mally

trotskid 09-26-2009 09:00 PM

Quote:

Originally Posted by vwdforum (Post 1891036)
Hi Guys.

I've noticed the pins do not appear on vbgooglemaps if I have AME - The Automatic Media Embeder 2.5.5 enabled.

If I disable AME

Any idea how to fix this issue?

Thanks Mally

Due to this problem we're using Passive Video :). I don't know if any fix exists for that..

vwdforum 09-27-2009 10:29 AM

Quote:

Originally Posted by Verionia (Post 1862922)
Unfortunately I do have AME added into my site :[

Quote:

Originally Posted by lpetrich (Post 1861990)
It already works in 3.8.3 for me and some other people; you may have conflicts with some other add-on like the Automatic Media Embedder (AME). You may want to check on the bug fixes and feature additions that several people have contributed, including myself.

As to entering coordinates numerically, that will require rewriting the client-side code in the product file.

Making it possible for each member to enter several points, each with their own labels, will require rewriting both the client-side and the server-side code. It may be possible to avoid changing the database-table format, however.

Quote:

Originally Posted by trotskid (Post 1891043)
Due to this problem we're using Passive Video :). I don't know if any fix exists for that..

thanks, I've done what you've said, and not it works, bye bye AME!

vwdforum 09-27-2009 07:03 PM

Quote:

Originally Posted by 4bidden (Post 1390087)
I killed the image tab all together and fixed the display issue that had to do with the small overview map.

See working version here - http://www.arizonaquads.com/forum/vbgooglemapme.php

For now, if you don't have any image problems (invalid chars such as &) but still your map is broken, try this.

In vbgooglemapme.php, find this on line 107
Code:

$smallmapcontrol = "
        map.addControl(new GOverviewMapControl(new GSize(150,150)));
        var overview = document.getElementById(\"memap_overview\");
        document.getElementById(\"memap\").appendChild(overview);";

and replace with this
Code:

$smallmapcontrol = "
        map.addControl(new GOverviewMapControl(new GSize(150,150)));";

That kept the small overview map and fixed the display issue.

I'll post back tomorrow how to remove all the info about images if people want.

Could you explain how to remove the image tab in the bubble?

vwdforum 09-27-2009 07:45 PM

www.vbulletin.org vBGooglemap Member Edition

"Location" in postbit

Insert avatar cron script and let the displaygroupid determine the map pin color

problem: only zooms to 10

"return here" phrase correction

dhtml member menu in postbit

img breaks load (just disable) no zoom on detail still

the ability to upload multiple waypoints?

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

$smallmapcontrol = (fix?)

is there some way to set 5 location per user ?

IMG MARKER FIX

Some feature requests / proposals:
Mousewheel zooming
Mousing over only pops up usernames instead of full-scale info balloons
Ability to select terrain

ZOOM?

To fix this SET NAMES error (to choose "Terrain" as a default map type: NEXT POST)

a single user that can add multiple links on there(?)

CORRECTIONS ZIP?

Is anyone else here willing to tell us their experiences with vbGoogleMap on 3.8.0 or 3.8.1?

eh69 10-02-2009 06:01 PM

any1 can sent me eng file?

i want translate this mod to polish.

papabear99 10-09-2009 06:41 PM

I very much like this function and it seems that we are aboot to ditch AME as well and purchase the Passive Video product

Quote:

Originally Posted by vwdforum (Post 1891256)
thanks, I've done what you've said, and not it works, bye bye AME!


accludetuner 10-26-2009 04:49 AM

working great on 3.8.4

Thank you!

GoTTi 10-27-2009 08:37 PM

Quote:

Originally Posted by ZeroHour (Post 1456251)
Right I have my first fix. I will be editing this post with future changes so you can refer back to it and bookmark it by clicking the post number to the right.

Fix for no markers shown:

Edit:

/includes/functions_vbgooglemapme.php:

Goto line 49 which should start:
PHP Code:

$text_file .= "<marker mapid=\" 

Replace that line with:
PHP Code:

$text_file .= "<marker mapid=\""htmlspecialchars($get_xml_marker["mapid"])."\"  title_map=\"".htmlspecialchars($get_xml_marker["title_map"])."\" lng=\"".htmlspecialchars($get_xml_marker["lng"])."\" lat=\"".htmlspecialchars($get_xml_marker["lat"])."\" userid=\"".htmlspecialchars($get_xml_marker["userid"])."\" username=\"".preg_replace("/\n|\r\n|\r/""",nl2br(addslashes(htmlspecialchars(trim($get_xml_marker["username"])))))."\" text_map=\"".preg_replace("/\n|\r\n|\r/"""nl2br(addslashes(htmlspecialchars(trim($get_xml_marker["text_map"])))))."\" type=\"".htmlspecialchars($gettype['googlemapmetype'])."\" pimage=\"".htmlspecialchars($pimage)."\" />\n"


/includes/cron/vbgooglemapme_cron.php:

Goto line 58 which should start:
PHP Code:

$text_file .= "<marker mapid=\" 

Replace that line with:
PHP Code:

$text_file .= "<marker mapid=\"".htmlspecialchars($get_xml_marker["mapid"])."\"  title_map=\"".htmlspecialchars($get_xml_marker["title_map"])."\" lng=\"".htmlspecialchars($get_xml_marker["lng"])."\" lat=\"".htmlspecialchars($get_xml_marker["lat"])."\" userid=\"".htmlspecialchars($get_xml_marker["userid"])."\" username=\"".preg_replace("/\n|\r\n|\r/""",nl2br(addslashes(htmlspecialchars(trim($get_xml_marker["username"])))))."\" text_map=\"".preg_replace("/\n|\r\n|\r/"""nl2br(addslashes(htmlspecialchars(trim($get_xml_marker["text_map"])))))."\" type=\"".htmlspecialchars($gettype['googlemapmetype'])."\" pimage=\"".htmlspecialchars($pimage)."\" />\n"

Run the scheduled task and your markers should return.
Basically I have modified the code to replace things like "&" with the xml safe "&amp;" so no matter what anyone enters for the fields the xml should still be safe.

More tweaks to come including integration of the display groups being marker colour.

that is not working

GoTTi 10-27-2009 08:52 PM

im not able to show any entered data. i entered the location for myself and its not loading on the map. what am i missing?

SorentoUltimate 10-31-2009 08:49 PM

Hello,

i need your help,

when i turn 'Enable or disable the small map control (disable for better performance)' enablei have problem, the map appear but no markers(see attached screenshot).
also i need your help to create a profile tab with the location of the user to the map

SorentoUltimate 11-08-2009 06:41 AM

Hello,

I need your help to create a profile tab with the location of the user to the map.
Can anyone allready make that?
If no, can anyone help to do that?

Thanks In Advance
SorentoUltimate

ivand 11-16-2009 08:17 PM

Quote:

Originally Posted by vwdforum (Post 1891036)
Hi Guys.

I've noticed the pins do not appear on vbgooglemaps if I have AME - The Automatic Media Embeder 2.5.5 enabled.

If I disable AME

Any idea how to fix this issue?

Thanks Mally

Hi, here is my simple fix for getting VBgooglemaps working when AME 2.5.5 is installed.

Go to the Plugin Manager and edit the "AME : Permission Hide" plugin (global_start).

Add in the beginning of the plugin code the following code:
Code:

if (THIS_SCRIPT != 'vbgooglemapme') {
At the end of the plugin code add a closing "}"

that's it

Gamelobby 11-18-2009 01:00 AM

Quote:

Originally Posted by ivand (Post 1915501)
Hi, here is my simple fix for getting VBgooglemaps working when AME 2.5.5 is installed.

Go to the Plugin Manager and edit the "AME : Permission Hide" plugin (global_start).

Add in the beginning of the plugin code the following code:
Code:

if (THIS_SCRIPT =! 'vbgooglemapme') {
At the end of the plugin code add a closing "}"

that's it

Exactly what i was looking for.. Worked like a charm. :)


*edit*

Well it worked, but i get this error across the top & it took away a few links in my navbar menu..?
Code:

Warning: implode() [function.implode]: Invalid arguments passed in [path]/includes/functions_dto.php on line 49
Bummer.. still not fixed. :(

ivand 11-18-2009 08:52 PM

Quote:

Originally Posted by Gamelobby (Post 1916353)
Exactly what i was looking for.. Worked like a charm. :)


*edit*

Well it worked, but i get this error across the top & it took away a few links in my navbar menu..?
Code:

Warning: implode() [function.implode]: Invalid arguments passed in [path]/includes/functions_dto.php on line 49
Bummer.. still not fixed. :(

Deactivate this plugin and see if it works with no errors. On my site it seems OK.
I deactivated completely the AME : Permission Hide plugin

mferguson 11-19-2009 06:36 PM

Gamelobby uses our products on his web site and contacted me in relation to the error that appeared after he made the above mentioned patch. The error was actually a side effect of bad PHP syntax in the patch. This syntax error then caused other Global Start plugins to fail. To solve both the pin display issue and have the AME:Hide Permission plugin work correctly do the following:

1. Go to AdminCP >> Plugins & Products >> Plugin Manager
2. Edit the AME : Permission Hide plugin
3. Insert the following at the very top of the plugin

PHP Code:

if (THIS_SCRIPT != 'vbgooglemapme') { 

at the very bottom of the plugin append the following:

PHP Code:



Save the changes and test vbgooglemaps to make sure the pins are showing up and no other errors are being displayed.

Hope this helps!

Best regards,

Mark Ferguson
President - Drive Thru Online

Gamelobby 11-20-2009 04:29 AM

These guys ^^ are the best..!!!
You never have to worry about thier products not being supported.!

ForumUser210 11-24-2009 09:19 PM

This is a crappy plug-in. All it does is gives me headaches.

The coding and design is just horrible.

TNCclubman 12-17-2009 02:57 AM

does this work with vB3.8?

TNCclubman 12-17-2009 04:37 PM

supposedly it works... since theres no demo. Does it show peoples avatar on the map or a marker? (please say avatar) automatically even better.

TNCclubman 12-17-2009 04:38 PM

I'll pay $200 U.S. if someone develops an iphone app for this that will ping their current location and update the map every 10 minutes.

I'll add another $200 once all the bugs are ironed out and it works 100%

Gamelobby 12-17-2009 05:39 PM

TNC..

Yes it works with 3.8, I have it on a couple different sites.
No it doesn't show avatar, but they have the option to add an image which could be their avatar, but its not automatic.

Those are great suggestions..
I suggest you go to www.drivethruonline.com & let them know your interest. (i have already) :)

TNCclubman 12-17-2009 08:07 PM

didnt one of the earlier versions show avatar? I noticed it was later removed... Is this something that can be turned on or was it a performance/security issue?


All times are GMT. The time now is 04:33 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.02415 seconds
  • Memory Usage 1,868KB
  • 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
  • (6)bbcode_code_printable
  • (6)bbcode_php_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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