removing the terms output after a search due to incorrect category names
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 1 Jun 2017 14:14:18 +0000 (10:14 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 1 Jun 2017 14:14:18 +0000 (10:14 -0400)
for some reason the categories array is not populating correctly to match the post data with
the name of the category from the array, removing for now

glm-member-db/views/front/members/list.html

index e8d0b3b..ddb6c09 100644 (file)
@@ -1,5 +1,6 @@
 
 {$searchParams = apply_filters('member_list_header_search', '')|json_decode}
+<!--
 <div class="trail-list-search-terms">
 Search Terms: 
 {foreach $smarty.request as $key=>$value}
@@ -24,6 +25,7 @@ Search Terms:
     {/if}
 {/foreach}
 </div>
+-->
 <div class="glm-member-db-list glm-member-db-{$view}-view
     {if $settings.list_map_show_opened}map-opened{else}map-closed{/if}
     {if $settings.list_show_search_filters_opened}filters-opened{else}filters-closed{/if}