Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
vB Frappr Member Map (Google Earth) Details »»
vB Frappr Member Map (Google Earth)
Version: 1.01, by DivineMessenger DivineMessenger is offline
Developer Last Online: Feb 2012 Show Printable Version Email this Page

Category: Integration with vBulletin - Version: 3.6.x Rating:
Released: 03-23-2008 Last Update: 03-24-2008 Installs: 12
DB Changes Template Edits
Re-useable Code Translations  
No support by the author.

This hack is my first hack, I made this because I couldn't get either of the other member maps to work and it is a lot easier and will work on ANY version of vB.

Download the file for installation instructions.



NOTE: If you need to change the size of the map just find "width" and "height" values in the template titled "custom_membermap".

Here is a lovely example given to me by someone who followed the directions really well

http://www.gamers-union.net/forums/m...late=membermap

Show Your Support

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

Comments
  #22  
Old 03-25-2008, 02:53 PM
DivineMessenger DivineMessenger is offline
 
Join Date: Feb 2008
Posts: 200
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sturdy View Post
I think I did everything correct.
Check out screens.
You Have to have uncapitalized "C", if you do it EXACTLY how the instrcutions say you will be fine. Name it "custom_"
Reply With Quote
  #23  
Old 03-25-2008, 02:55 PM
DivineMessenger DivineMessenger is offline
 
Join Date: Feb 2008
Posts: 200
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bada_bing View Post
I just noticed that this is just a simple new template add but does not have any usergroup permissions not place any may settings in the members profile page, its kinda short with features but would love to see this built up like the googlemaps hack...

Uninstalled
I wouldn't know because the googlemap would never work for me but you can do lots of stuff like change your map type, change pins, allow for locations and people, mas e-mail people you want to add themselves and more all through frappr.
Reply With Quote
  #24  
Old 03-26-2008, 01:24 AM
bada_bing's Avatar
bada_bing bada_bing is offline
 
Join Date: Feb 2004
Location: Michigan
Posts: 1,698
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes but I think the major difference between both the googlemaps hack and this one that all the member info such as address and location was stored in the googlemaps local file rather then it being public viewable to everyone that has access to see your map. using usergroup permissions allows you to control who can add to this map and all the member data was not public.
Reply With Quote
  #25  
Old 03-26-2008, 12:42 PM
SVTCobraLTD SVTCobraLTD is offline
 
Join Date: Jul 2007
Location: PA
Posts: 841
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can this saved to be zoomed in on one state in the US?
Reply With Quote
  #26  
Old 03-26-2008, 01:04 PM
joh's Avatar
joh joh is offline
 
Join Date: Mar 2006
Location: NY
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

All we get is image not found, with out the permissions we can get spam, and we have no way of removing anyone from the map.
Reply With Quote
  #27  
Old 03-27-2008, 12:29 PM
DivineMessenger DivineMessenger is offline
 
Join Date: Feb 2008
Posts: 200
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SVTCobraLTD View Post
Can this saved to be zoomed in on one state in the US?
I don't think so but I do believe it centers around your pin so if you have your pin on a certain state it would center on that state.
Reply With Quote
  #28  
Old 03-27-2008, 12:30 PM
DivineMessenger DivineMessenger is offline
 
Join Date: Feb 2008
Posts: 200
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by joh View Post
All we get is image not found, with out the permissions we can get spam, and we have no way of removing anyone from the map.
Would you mind taking a screenshot so I can see if there are any errors?
Reply With Quote
  #29  
Old 03-27-2008, 12:31 PM
DivineMessenger DivineMessenger is offline
 
Join Date: Feb 2008
Posts: 200
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sturdy View Post
I think I did everything correct.
Check out screens.
You have to title it "custom_" not "Custom_" and it will work just fine.
Reply With Quote
  #30  
Old 03-31-2008, 02:24 PM
|Jordan|'s Avatar
|Jordan| |Jordan| is offline
 
Join Date: Nov 2004
Posts: 479
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To get the page to display the footer along with the map framed by a table, use the following template code:

Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle]</title>
</head>
<body>

$header
$navbar

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" id="table1">
	<tr>
		<td class="tcat">$vboptions[bbtitle] - Member Map</td>
	</tr>
	<tr>
		<td class="alt1" colspan="3">
<center>

< ! --------- INSERT YOUR FRAPPER CODE HERE --------- ! >

		</td>
	</tr>
</table>

$footer
It's best to make the width = 100% so that your visitors regardless of screen dimension will see it. Make the height around 500 to be safe.
Reply With Quote
  #31  
Old 03-31-2008, 03:08 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is that for using as a separate page?
Reply With Quote
Reply

Thread Tools

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:04 PM.


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.06374 seconds
  • Memory Usage 2,304KB
  • 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
  • (1)bbcode_code
  • (5)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
  • (3)pagenav_pagelink
  • (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