From b7a8c648e51c37aa89259ad0f6600d60cb14e82f Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 14 Feb 2018 11:09:41 -0500 Subject: [PATCH] Remove file and filename Remove file from the add event form. --- .../views/front/events/frontAdd.html | 506 ++++++++++++++++++ 1 file changed, 506 insertions(+) create mode 100644 glm-member-db-events/views/front/events/frontAdd.html diff --git a/glm-member-db-events/views/front/events/frontAdd.html b/glm-member-db-events/views/front/events/frontAdd.html new file mode 100644 index 0000000..fb79005 --- /dev/null +++ b/glm-member-db-events/views/front/events/frontAdd.html @@ -0,0 +1,506 @@ + + +

Add Your Event

+
+ {if $memberOnly && $memberContact} + + + {/if} +
+
+
+
+
+ {if $memberManager} +
+
+
+ +
+
+ {/if} + {if $memberOnly} +
+
+
+ +
+
+ {/if} +
+
+
+ +
+
+ {if $memberOnly && $settings.use_event_amenities} +
+
+
+ {foreach $eventAmenities as $amenity} + + {/foreach} +
+
+ {/if} +
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ + +
+
+
+
+
+  :   +
+
+
+
+
+  :   +
+
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+ + + + + + + + + + + + + + +
+
+ {if !$memberOnly} +
+
+
+ +
+
+ {/if} +
+
+
+ +
+
+
+
+
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+ +
+
+
+
Description:
+
+ {php} + wp_editor('{$event.fieldData.descr|escape:quotes}', 'glm_descr', array( + 'media_buttons' => false, + // 'quicktags' => false, + // 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text. + 'textarea_name' => 'descr', + 'editor_height' => 200, // Height in px, overrides editor_rows + // 'textarea_rows' => 8 + )); + {/php} + {if $event.fieldFail.descr}

{$event.fieldFail.descr}

{/if} +
+
+
+
+
+ + {if $event.fieldData.image} +
+
+
+ +
+
+
+ Delete Image
+ {$event.fieldData.image}
+
+
+ {/if} +
New image:
+
+
+
+ {if $memberOnly} +
+
+
+ +
+
+
+
+
+ + + + + + + + +
+
+ {else} +
+
+ + + +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+ {/if} +
+
+ +
+
+ + +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + +
+ +
+ +{if $settings.use_venue_locations} + +{/if} -- 2.17.1