I swear I've seen a site somewhere that allows people to put a pin in a map of the world of where they live. This is in then added to a group of friends/forums etc and agraphical representation can be made.
My question is, was this a nuke mod I saw or just a site that can do it. Nuke mod would be fantastic, however, the site if anyone has heard of it would be great.
Joined: Jan 02, 2003 Posts: 668 Location: Vancouver Island
Posted:
Mon May 22, 2006 8:31 am
The map is called from frappr but it is a nuke module, so the map is actually seen on your custom nuke page. You can customize, center and zoom, on any part of the planet. This customization works well for me because my members mostly live within 300 miles of each other. Members can pinpoint their locations with intense detail and add profile info, including a photo.
In modules/map/index.php I include the following map.html. (with some changes to protect the innocent, and some instructions and links. )
<div>
<ta ble border="0" width="100%">
<tr>
<td width="50%">
<!-- Begin frappr scri pting -->
<scr ipt>
<!-- Do Change variables below for your location, page size, zoom amount etc. etc -->
var frappr_mapheight = 400; <!-- set your pixel height -->
var frappr_mapwidth = 400; <!-- set your pixel width -->
var frappr_maplat = 48.7467; <!-- set your latitude -->
var frappr_maplon = -124.320361; <!-- set your latitude -->
var frappr_mapzoom = 9; <!-- set your zoom option -->
<!-- Do Change your frappr.com account GID -->
var gid = xxxxxx; <!-- you must have an account at frappr.com
<!-- Do not change frappr host -->
var frappr_host = "http://www.frappr.com/";
</td>
<td width="50%">
<b>Frappr Map</b> - Powered by Google
<br><br>
<br><b>Add Your Yourself to our Frappr Map !</b><br>
<br>
<b>Menu Help</b> - <br><u><b>Navigation</b></u> - Click on flags for profiles.<br>Zoom from your block to your planet. <br>
Use <b>+ and -</b> to zoom in and out. Use arrows or drag to center your location. <br>
<br><u><b>Members</b></u> - Link will take you away from this website.<br>
<br><u><b>Photos</b></u> - Link is the same as above, but we don't keep Photos there. We keep our
photos <a href="modules.php?name=coppermine">here</a>.<br>
<br><u><b>Forums</b></u> - Will take you to the Forum Index Page<br>
<br><u><b>X Members</b></u> - Represents how many members have added themselves to our map.<br>
<br><u><b>Add Yourself</b></u> - this will take you to frappr.com and you'll be able to add
your location. You can stay anonymous or add as much detail as you'd like,
including photo and profile.<br><br>
<a href="index.php">Click Here to Go to our Home Page </a>
<hr align="center" color="#00F000" size="3">
Note: This is third party software and the function and storage is not integral to our system.
Please contact frappr.com for frappr support.
</td></tr></table>
</div>
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum