From: Steve Sutton Date: Fri, 4 Nov 2016 19:49:42 +0000 (-0400) Subject: Setting up jquery for venue select if the use_member_location checked X-Git-Tag: v1.5.4^2~19 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=cc0cf9300560d7a31287d89d1008bdbe6ddc7fb6;p=WP-Plugins%2Fglm-member-db-events.git Setting up jquery for venue select if the use_member_location checked If they pick the use_member_loction then set the venue and lock it to that member. unlocking it when the uncheck the field. --- diff --git a/views/front/events/frontAdd.html b/views/front/events/frontAdd.html index 1971598..ce95049 100644 --- a/views/front/events/frontAdd.html +++ b/views/front/events/frontAdd.html @@ -5,7 +5,7 @@
{if $memberOnly && $memberContact} - + {/if} @@ -16,7 +16,7 @@ @@ -286,7 +286,7 @@ - {foreach $venues as $m} @@ -418,3 +418,20 @@
Member - {foreach $members as $m} @@ -271,7 +271,7 @@
+{if $settings.use_venue_locations} + +{/if}