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
  #312  
Old 04-21-2007, 05:48 PM
WNxWakko's Avatar
WNxWakko WNxWakko is offline
 
Join Date: Apr 2003
Location: Paradise, Texas
Posts: 309
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No matter how I do it, when i view the page, it says my key is not working. I signed up on google, I got the long long key. I entered my exact directory in the google url box

http://warriornation.net/Forum/ which is the directory where this file is and it still thinks the key is wrong and saying the key used on this website was registered on a different website. Could the key not be updating in the plugin somewhere??
Reply With Quote
  #313  
Old 04-26-2007, 04:08 AM
Kicks Kicks is offline
 
Join Date: Oct 2004
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i don´t understand it ..
i can´t see the map.
the key is right, the path´s are right ..
Reply With Quote
  #314  
Old 04-28-2007, 11:13 AM
MDK-Indy MDK-Indy is offline
 
Join Date: Mar 2007
Location: Germany
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Salü,

i have generate a new API Key, but my forum say is the false Key...

Can anyone help me?

Greetings Indy
Reply With Quote
  #315  
Old 05-02-2007, 11:58 AM
bulbasnore bulbasnore is offline
 
Join Date: Dec 2004
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yet another dangerous 'accessory' for your googlemap, from the reckless bulbasnore. If this destroys your map and your forum, its not my fault.

We have a need to let the displaygroupid determine the map pin color for registered members (groupid = 2). Here is the job we cron in order to do that:

PHP Code:
<?php
/*======================================================================*\
|| #################################################################### ||
|| # ---------------------------------------------------------------- # ||
|| # Copyright ?2007 Kim Cary                                         # ||
|| # This file may be redistributed in whole or significant part.     # ||
|| # You could signficantly damage or destroy your board or computer  # ||
|| # with this file. Author will not be liable for any damages.       # ||
|| #################################################################### ||
\*======================================================================*/

// ######################## SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
if (!
is_object($vbulletin->db))
{
        exit;
}
// ######################## END PHP ENVIRONMENT ###########################

        
$vbulletin->db->query_write("

        UPDATE  `googlemapme`, `user`
        SET  `googlemapme`.usergroupid =  `user`.displaygroupid 
        WHERE  `user`.displaygroupid > 0 AND `user`.usergroupid = 2 AND ( `googlemapme`.userid =  `user`.userid )

        "
);
        
log_cron_action('Set the googlemap userid to the displaygroup for registered users'$nextitem);

/*======================================================================*\
|| ####################################################################
|| # Version: 5:33, Wed May 2, 2007
|| ####################################################################
\*======================================================================*/
?>
If that helps you, by all means feel free to use it! If you don't know what this is, or how to install it, you are safer not to ask!

Regards,
'snore
Reply With Quote
  #316  
Old 05-02-2007, 12:16 PM
Mrdby Mrdby is offline
 
Join Date: Mar 2007
Location: Hades
Posts: 1,298
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works great for me.lol
Reply With Quote
  #317  
Old 05-07-2007, 03:30 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've read and re-read the instructions. Installed, uninstalled, and reinstalled foloowing all the instructions per the ste-by-step PDF file. Set all the options correctly and all group permissions.

I've added my own location - I can see that fine (see attachment 1; vbgme1.jpg).

I see absolutely nothing in the main map and neither do other members (see attachment 2; vbgme2.jpg).

This occurs in both IE7 and Firefox2.

Any suggestions?
Reply With Quote
  #318  
Old 05-08-2007, 01:45 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Found the answer here:

Quote:
Originally Posted by corsacant View Post
Well I've installed it and set it up as stated in the instructions but for some reason my main map does not show, anyone have any ideas?
http://www.allcorsa.co.uk/forums/vbgooglemapme.php

**Edit**
I've since discovered that it is my zoints seo addon which is causing the problem. Has anyone found a solution to this yet? Is there a way of possibly excluding the googlemap page form the zoints seo?
Quote:
Originally Posted by stonyarc View Post
Thanks da420

I'm working on the new version of all the googlemap versions.

Release is still on target for this year.

As for the SEO issue, SEO and special apps like googlemaps can give issues.

Most SEO products allow you to exclude certain pages from SEO so why not use that till I can investigate the matter. I'm sure the SEO people will look into it also.
Quote:
Originally Posted by corsacant View Post
After posting in the zoints help thread I was directed to this: http://network.zoints.com/showthread.php?t=2068

It's a little workaround for the incompatibility with zoints and the googlemapme.
I did the code edit on my site and all is working fine now.
http://network.zoints.com/showthread.php?t=2068

Quote:
Originally Posted by Calash
Not sure if this will be any help, but I found what is causing the problem and got a temporary solution

The issue is caused by Zoints SEO wanting to rewrite "#top" to '"#top" rel="nofollow"' in the global_complete hook. This edits the javascript in the googlemapme templates and get you a javascript error.

My solution, though it may not be the best long term one, was to edit the global_complete Zoint_SEO hook, changing this

PHP Code:
if (strpos($output'"#top"')) 
    { 
        
$output str_replace('"#top"''"#top" rel="nofollow"'$output); 
    } 
to this

PHP Code:
if (strpos($output'"#top"') && THIS_SCRIPT != 'vbgooglemapme'
    { 
        
$output str_replace('"#top"''"#top" rel="nofollow"'$output); 
    } 
This way it does not perform the change if you are using vbgooglemapme.
Thanks, Calash and corsacant!
Reply With Quote
  #319  
Old 05-08-2007, 02:58 PM
cjshirlaw cjshirlaw is offline
 
Join Date: May 2007
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am stuck at stage seven, can some one help please?
Reply With Quote
  #320  
Old 05-09-2007, 12:16 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Suggestion:

Can this be modified to exclude the legend for groups not included on the map?

For example, as a privacy measure, I have the following groups with no permission to view the map:

Guests (Unregistered / Not Logged In)
Users Awaiting Email Confirmation
(COPPA) Users Awaiting Moderation
Banned

Having a legend for groups that don't have permission to view the page seems redundant and is confusing to my members, many of whom are not "technologically advanced".
Reply With Quote
  #321  
Old 05-10-2007, 10:22 PM
sumacbob sumacbob is offline
 
Join Date: Apr 2007
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awesome, works just great for our community. Thank you for the mod.
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 04:15 PM.


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.05225 seconds
  • Memory Usage 2,343KB
  • 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
  • (3)bbcode_php
  • (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