list_pagination BOOLEAN DEFAULT '1',
list_ajax_pagination BOOLEAN DEFAULT '0',
list_pagination_count SMALLINT DEFAULT '20',
- list_sidebar_area SMALLINT DEFAULT '0',
+ list_sidebar_area BOOLEAN DEFAULT '0',
list_show_search_filters_opened BOOLEAN DEFAULT '0',
list_show_search BOOLEAN DEFAULT '1',
list_show_search_text BOOLEAN DEFAULT '1',
-- Gaslight Media Members Database
--- File Created: 2019-01-02
+-- File Created: 2019-02-14
-- Database Version: 1.1.47
-- Database Update From Previous Version Script
--
'marker-clusters' => 'use_cluster_markers',
'search' => 'list_show_search',
'search-filters-opened' => 'list_show_search_filters_opened',
- 'sidebar-area' => 'list_sidebar_area',
+ 'sidebar-area' => 'list_sidebar_area',
'search-text' => 'list_show_search_text',
'search-categories' => 'list_show_search_category',
'search-amenities' => 'list_show_search_amenities',
{/if} {* haveFeaturedMembers *}
{if $showSettings.list_show_list && !$blankStart}
- {if $settings.list_sidebar_area}
+ {if $showSettings.list_sidebar_area}
<div id="listing-wrapper" class="row">
<div class="glm-member-list-listing-container small-12 large-8 columns">
{/if}
{else}
<div>(no {$terms.term_member_plur} listed)</div>
{/if}
- {if $settings.list_sidebar_area}
+ {if $showSettings.list_sidebar_area}
</div>
<div class="small-12 large-4 columns">
{get_sidebar()}