* Plugin Name: GLM Members Database Events
* Plugin URI: http://www.gaslightmedia.com/
* Description: Gaslight Media Members Database.
- * Version: 1.2.16
+ * Version: 1.2.17
* 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.2.16
+ * @version 1.2.17
*/
/*
* 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.2.16');
+define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.2.17');
define('GLM_MEMBERS_EVENTS_PLUGIN_DB_VERSION', '0.0.18');
// This is the minimum version of the GLM Members DB plugin require for this plugin.
-<div id="glm-event-wrapper">
+<div id="glm-event-wrapper">
<div class="row">
{include file='front/events/searchForm.html'}
</div>
{if $event.image}<img style="float:right;" src="{$imgUrl}{$event.image}">{/if}
{$event.intro}
<div>
- <a class="glm-read-more" href="{$siteBaseUrl}event-detail/{$event.name_slug}/?glm_event_from={$fromDate|unescape:"html"}">Read More</a>
+ <a class="glm-read-more" href="{$siteBaseUrl}event-detail/{$event.name_slug}/">Read More</a>
</div>
</div>
</div>
</div>
</div>
{/foreach}
-
+
<!-- Calendar -->
-
+
<div id="eventCalendar"></div>
-
-
+
+
</div>
</div>
</div>
var recurrencesInited = false;
var locationsInited = false;
-/* Temporarily dissable calendar display
-
+/* Temporarily dissable calendar display
+
// Get calendar month via AJAX
function eventsCalMonthAJAX(month) {
var data = {
alert(response);
});
}
-// Fire off for testing
+// Fire off for testing
var x = eventsCalMonthAJAX('123');
});
-</script>
\ No newline at end of file
+</script>