* Plugin Name: GLM Members Database Events
* Plugin URI: http://www.gaslightmedia.com/
* Description: Gaslight Media Members Database.
-
- * Version: 1.6.91
-
+ * Version: 1.6.92
* Author: Chuck Scott
* Author URI: http://www.gaslightmedia.com/
* License: GPL2
* @package glmMembersDatabaseEventsAddOn
* @author Chuck Scott <cscott@gaslightmedia.com>
* @license http://www.gaslightmedia.com Gaslightmedia
-
- * @version 1.6.91
-
+ * @version 1.6.92
*/
// Check that we're being called by WordPress.
* so that we're sure the other add-ons see an up to date
* version from this plugin.
*/
-define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.6.91');
+define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.6.92');
define('GLM_MEMBERS_EVENTS_PLUGIN_DB_VERSION', '0.1.6');
// This is the minimum version of the GLM Members DB plugin require for this plugin.
{if $event.locations}
<div class="event-google-map small-10 small-centered medium-5 medium-uncentered columns">
{if $event.locations.lat && $event.locations.address}
+<!--
<div id="eventDetailMap">
<div id="eventDetail-map" title="Click to enlarge">map...</div>
<div id="map-dialog"><div id="map_canvas" style="width:500px; height:400px">Loading...</div></div>
</div>
<div id="event-lat" rel="{$event.locations.lat}"></div>
<div id="event-lon" rel="{$event.locations.lon}"></div>
+-->
<form id="EventDrivingDirectionsForm" name="EventDrivingDirectionsForm" flexy:ignore="yes" method="post" action="">
<input type="hidden" id="EventLocation" name="EventLocation" value="{$event.locations.name}">
<input type="hidden" id="EventLat" name="EventLat" value="{$event.locations.lat}">
{elseif $event.member && ($event.use_member_location.value || $event.other_ref_dest) }
<div class="small-12 medium-5 columns">
{if $event.member.lat}
+<!--
<div id="eventDetailMap">
<div id="eventDetail-map" title="Click to enlarge">map...</div>
<div id="map-dialog"><div id="map_canvas" style="width:500px; height:400px">Loading...</div></div>
</div>
<div id="event-lat" rel="{$event.member.lat}"></div>
<div id="event-lon" rel="{$event.member.lon}"></div>
+-->
<form id="EventDrivingDirectionsForm" name="EventDrivingDirectionsForm" flexy:ignore="yes" method="post" action="">
<input type="hidden" id="EventLocation" name="EventLocation" value="{$event.member.member_name}">
<input type="hidden" id="EventLat" name="EventLat" value="{$event.member.lat}">