From: Steve Sutton Date: Thu, 7 Jul 2016 19:47:00 +0000 (-0400) Subject: Update detail urls X-Git-Tag: v1.2.17^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1979313f2bc10976dbe1514f4aa4b9add076c319;p=WP-Plugins%2Fglm-member-db-events.git Update detail urls Remove the event from date from the url. This was effecting the open search results. --- diff --git a/index.php b/index.php index 040d868..ed50200 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * 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 @@ -20,7 +20,7 @@ * @package glmMembersDatabaseEventsAddOn * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.2.16 + * @version 1.2.17 */ /* @@ -38,7 +38,7 @@ * 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. diff --git a/views/front/events/agenda.html b/views/front/events/agenda.html index 1e4cffe..b70985c 100644 --- a/views/front/events/agenda.html +++ b/views/front/events/agenda.html @@ -1,4 +1,4 @@ -
+
{include file='front/events/searchForm.html'}
@@ -32,7 +32,7 @@ {if $event.image}{/if} {$event.intro}
- Read More + Read More
@@ -42,12 +42,12 @@ {/foreach} - + - +
- - + + @@ -60,8 +60,8 @@ var recurrencesInited = false; var locationsInited = false; -/* Temporarily dissable calendar display - +/* Temporarily dissable calendar display + // Get calendar month via AJAX function eventsCalMonthAJAX(month) { var data = { @@ -73,7 +73,7 @@ alert(response); }); } -// Fire off for testing +// Fire off for testing var x = eventsCalMonthAJAX('123'); @@ -109,4 +109,4 @@ var x = eventsCalMonthAJAX('123'); }); - \ No newline at end of file +