blikos
12-19-2005, 01:50 AM
This is my first time ever sharing anything so mods please edit if necessary.
Create either a page or module that is template based. My example is below:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>
<td align="center">
<script>
var frappr_mapheight = 500;
var frappr_mapwidth = 500;
var frappr_maplat = 35.9898425;
var frappr_maplon = -98.14;
var frappr_mapzoom = 13;
var frappr_host = "http://www.frappr.com/";var gid = your frappr id here;</script>
<script src="http://www.frappr.com/ajax/mapwidget.js"></script>
</td>
</tr>
<tr>
<td align="center">
<script>
var frappr_photo_length = 500;
var frappr_photo_orientation = "wide";
var frappr_host = "http://www.frappr.com/";var gid = your frappr id here;</script>
<script src="http://www.frappr.com/ajax/widgets.js"></script>
</td>
</tr>
</table>
You can view it implemented here: http://afullcup.com/upload/cmps_index.php?page=map
If you do not already have a frappr map, you will need to register free for one here:
http://www.frappr.com/
The idea for adding the frappr map came from all the discussions in this thread: http://www.vbulletin.org/forum/showthread.php?p=852005
Credit goes to eljeffe for providing a starting point for this module.
Create either a page or module that is template based. My example is below:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>
<td align="center">
<script>
var frappr_mapheight = 500;
var frappr_mapwidth = 500;
var frappr_maplat = 35.9898425;
var frappr_maplon = -98.14;
var frappr_mapzoom = 13;
var frappr_host = "http://www.frappr.com/";var gid = your frappr id here;</script>
<script src="http://www.frappr.com/ajax/mapwidget.js"></script>
</td>
</tr>
<tr>
<td align="center">
<script>
var frappr_photo_length = 500;
var frappr_photo_orientation = "wide";
var frappr_host = "http://www.frappr.com/";var gid = your frappr id here;</script>
<script src="http://www.frappr.com/ajax/widgets.js"></script>
</td>
</tr>
</table>
You can view it implemented here: http://afullcup.com/upload/cmps_index.php?page=map
If you do not already have a frappr map, you will need to register free for one here:
http://www.frappr.com/
The idea for adding the frappr map came from all the discussions in this thread: http://www.vbulletin.org/forum/showthread.php?p=852005
Credit goes to eljeffe for providing a starting point for this module.