Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
VBGooglemap Member Edition Details »»
VBGooglemap Member Edition
Version: 3.0.1, by stonyarc stonyarc is offline
Developer Last Online: Aug 2013 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.8 Rating:
Released: 08-04-2006 Last Update: 08-20-2007 Installs: 1034
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.


Version 3.0.1 is currently available

This is the tested port of my 3.5.x version h(https://vborg.vbsupport.ru/showthread.php?t=99920)

You can now nominate hacks yourself for hacks of the month. There is a link on the right of hacks on top of the files.

Function
This will display the members of the Bulletin Board based on their lattitude and longitude coordinates on a googlemap.

Don't forget to hit install !!!!!!!
Please read the guide before asking for support !!!!!!!

Feel free to support this mod and make a paypal donation to admin@stonyarc.com

INSTALL

Detailed installation instructions and screenshots in the included pdf file.

Current Features



NOTE:
VBGooglemap 3.0.0 contains the vulnerability fix. Please upgrade immediately. Version 3.0.0. also contains all features from 2.5.X

As always you use modifications at your own risk.

VBGooglemap Member Edition 2.5.x brings you a lot of new features. It?s vital that you uninstall any previous version before upgrading/installing version 2.5.x.

Upgrading from version 2.5.0 is easier. Instruction are available in the guide.

As the uninstall function will not remove your googlemap data in the database but only the templates and files you can safely remove an older version. As a precaution you should always take a backup. This should be done on each major change you make to your bulletin board.

IF YOU ARE RUNNING VERSION 1.0.3, 2.0.X AND YOU CHANGED TEXT DIRECTLY IN THE TEMPLATES YOU NEED TO SAVE YOUR CHANGES AS VERSION 3.0.0. REQUIRES YOU TO UINSTALL PREVIOUS VERSIONS.

This has taken quite some work and still will take a lot more. Please give credit where credit is due. You cannot remove any notice without prior written permission.

Changes in this version

SEE FIRST POST FOR FULL ROADMAP AND HISTORY

Planned Features
- TBD

Volume warning

high volume of users may slow down the load. Currently a load counter is included.

Languages

Thanks to Wachtmeister there is a German translation available to you all. Feel free to use it.

The translation will be updated on each new version.

Special

- Read the attached PDF for more information. The pdf is also included in the zip file.
- You'll need a googlemap key for your domain. Get your own key for your domain view http://www.google.com/apis/maps/signup.html for more information.
A googlemap key is only valid for a specific domain. You'll need a specific google account to create one.
All is explained on the googlemap link indicated above.
- Set the file permissions on the marker.xml file to 777
- The googlemap script can handle non-registered users. They will only see the main map and won't be able to enter information. This is reserved for logged in users (detected automatically)
- usergroup permissions are available in the backend
- To change location just drag the map while holding the left mouse key or by using the zoom and key functions on the left
- First time loading of the map may take a few seconds longer because of Google API hosting



Special Xbox Live version
http://www.xboxlivenation.com/community/gamermap.php

Credits

This has taken quite some work and still will take a lot more. Please give credit where credit is due. You cannot remove any notice without prior written permission. Instructions are included in the pdf file.
Special credits to Google, Pyg for the javascript tips.



FAQ

The FAQ is included in the pdf file.

INSTALL



Feel free to support this mod and make a paypal donation to admin@stonyarc.com



(c) 2007 Stonyarc

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #622  
Old 11-27-2007, 08:20 PM
4bidden 4bidden is offline
 
Join Date: Feb 2007
Location: Arizona
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Team140 View Post
Like Darkdiver, my vbgooglemapME has been working just fine for several months and then out of the blue yesterday it stopped working. I thought it may have been somethng with the computer I was using, but several users have confirmed it's the site and not a PC configuration thing.

The error I get (down at the bottom left in IE) is:
Line: 537
Char: 3
Error: Invalid Pointer
Code: 0
URL: http://www.v8rx7forum.com/vbgooglemapme.php

Anyone have any ideas?
Did you try what I said above? You are getting the same error that I posted a fix for.
Reply With Quote
  #623  
Old 11-28-2007, 06:03 AM
darkdiver darkdiver is offline
 
Join Date: Feb 2004
Location: Germany
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by 4bidden View Post
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.
OK Thanxs, no my ap is back, but still have the problem with some pins. I think i still have that problem with the image.

is there some help so remove the image tag once for all or ignore in the code?

Regards
Eric
Reply With Quote
  #624  
Old 11-28-2007, 07:23 AM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This modification executes a query for every post being displayed.

That means: If you are viewing a thread with 40 posts per page => 40 additional queries executed.

This should be fixed ASAP.

I also suggest to use the available template hooks instead of instructing users to change templates manually.
Reply With Quote
  #625  
Old 11-28-2007, 10:42 AM
Ronseal Ronseal is offline
 
Join Date: Aug 2007
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm back again. It's been working fine for a few months and now once again no pins. I've made the usual amendments such as; Removed ability for users to add an image, checked the Markers.xml brings up no errors and searched all database entry's for an '&' char........ but still no pins!

I've got over 200 pins in place but for the last fews days none have appeared
My Advise: DO NOT INSTALL THIS MOD!
Reply With Quote
  #626  
Old 11-28-2007, 03:43 PM
TerryMason TerryMason is offline
 
Join Date: Oct 2005
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

just go into Markers.xml and find the offending picture - it's pretty easy, then your pins will show.

No need to warn people not to install.
Reply With Quote
  #627  
Old 11-28-2007, 04:10 PM
Ronseal Ronseal is offline
 
Join Date: Aug 2007
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TerryMason View Post
just go into Markers.xml and find the offending picture - it's pretty easy, then your pins will show.
You appear to have not read my thread properly Terry....
Quote:
Originally Posted by Ronseal View Post
...... checked the Markers.xml brings up no errors.....
I've been using this Mod for some months and have even paid the 30EUR for the pleasure of a Brand Free version. However I've never received a single line of support from the creator (Stonyarc) of this bug ridden Mod, hence my advice not to install it.
Reply With Quote
  #628  
Old 11-29-2007, 05:03 PM
edward hamilton edward hamilton is offline
 
Join Date: Mar 2007
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

After installing this mod, making some minor changes, the pins appear sometimes? If I edit my location and then update the information, the pins appear, sometimes.

I'm not sure where to go from here. I've checked to see if there are any offending pimage entries in the googlemapme table in the db and have even deleted all the entries in that file to make sure, to no avail.

I have checked the markers.xml file for extraneous errors but it appear fine and since the problem appears to be random I am probably going to uninstall this mod.
Reply With Quote
  #629  
Old 11-30-2007, 03:21 PM
bonnie bonnie is offline
 
Join Date: Sep 2006
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

we have the same problem: all the pins are not viewing! At last week, we saw all pins (
This problem we have in vbgooglemapme and vbgooglemaphse.


greets
bonnie
Reply With Quote
  #630  
Old 12-04-2007, 07:25 AM
bonnie bonnie is offline
 
Join Date: Sep 2006
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello.

No ideas what's happen? No answers?

Regards
bonnie

PS: We have our problem dissolved! In the general setting for vbgooglemapme (admincp) we change
"Enable or disable the small map control (disable for better performance)" from 'YES' to 'NO'. Now we can see all members again! The same procedure in vbgooglemaphse.
Reply With Quote
  #631  
Old 12-06-2007, 08:06 PM
cosy cosy is offline
 
Join Date: Jul 2007
Posts: 207
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there some way to set 5 location per user ?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:08 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07781 seconds
  • Memory Usage 2,322KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete