From: Steve Sutton Date: Tue, 10 Jan 2017 13:53:13 +0000 (-0500) Subject: Updating the Add your event form for required fields. X-Git-Tag: v1.6.1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f3010826c73b87f01f2446e267a7a28af9be86c2;p=WP-Plugins%2Fglm-member-db-events.git Updating the Add your event form for required fields. Requiring fields on the Add even form Intro Text Description Contact Name Contact Phone Contact Email Some of these had required in them but if they put in a space it would go through. Added pattern to look for something besides only spaces. --- diff --git a/index.php b/index.php index 3336fb5..ead1451 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.6.0 + * Version: 1.6.1 * 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.6.0 + * @version 1.6.1 */ /* @@ -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.6.0'); +define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.6.1'); define('GLM_MEMBERS_EVENTS_PLUGIN_DB_VERSION', '0.1.1'); // This is the minimum version of the GLM Members DB plugin require for this plugin. diff --git a/views/front/events/frontAdd.html b/views/front/events/frontAdd.html index 733d159..472a915 100644 --- a/views/front/events/frontAdd.html +++ b/views/front/events/frontAdd.html @@ -40,7 +40,7 @@
- +
{if $memberOnly && $settings.use_event_amenities} @@ -221,7 +221,7 @@
- +
@@ -237,7 +237,7 @@ -
+
Description:
{php} @@ -310,7 +310,7 @@
- +
@@ -326,7 +326,7 @@
- +
@@ -376,7 +376,7 @@
- +
@@ -384,7 +384,7 @@
- +
@@ -392,7 +392,7 @@
- +
@@ -400,7 +400,7 @@
- +
@@ -408,7 +408,7 @@
- +
@@ -430,6 +430,31 @@
+ {if $settings.use_venue_locations}