'google_maps_api_key' => array(
'field' => 'google_maps_api_key',
'type' => 'text',
- 'use' => 'lg'
+ 'use' => 'a'
),
// Google Maps Default Latitude
'time_zone' => array(
'field' => 'time_zone',
'type' => 'text',
- 'use' => 'lg'
+ 'use' => 'a'
),
/*
'field' => 'list_show_map',
'type' => 'checkbox',
'default' => true,
- 'use' => 'lg'
+ 'use' => 'a'
),
// Front-end Listings - Show List
'field' => 'list_show_list',
'type' => 'checkbox',
'default' => true,
- 'use' => 'lg'
+ 'use' => 'a'
),
// Front-end Listings - Show Search Form
'field' => 'list_show_search',
'type' => 'checkbox',
'default' => true,
- 'use' => 'lg'
+ 'use' => 'a'
),
// Front-end Listings - Show Search Text
'field' => 'list_show_search_text',
'type' => 'checkbox',
'default' => true,
- 'use' => 'lg'
+ 'use' => 'a'
),
// Front-end Listings - Show Search Category
'field' => 'list_show_search_category',
'type' => 'checkbox',
'default' => true,
- 'use' => 'lg'
+ 'use' => 'a'
),
// Front-end Listings - Show Search Amenities
'field' => 'list_show_search_amenities',
'type' => 'checkbox',
'default' => false,
- 'use' => 'lg'
+ 'use' => 'a'
),
// Front-end Listings - Show Search Alpha
'field' => 'list_show_search_alpha',
'type' => 'checkbox',
'default' => true,
- 'use' => 'lg'
+ 'use' => 'a'
),
/*
'list_show_detail_link' => array(
'field' => 'list_show_detail_link',
'type' => 'checkbox',
- 'use' => 'lg'
+ 'use' => 'a'
),
// Front-end Listings - Show Logo
'list_show_logo' => array(
'field' => 'list_show_logo',
'type' => 'checkbox',
- 'use' => 'lg'
+ 'use' => 'a'
),
// Front-end Listings - Logo Size
'type' => 'list',
'list' => $this->config['image_sizes'],
'required' => true,
- 'use' => 'lg'
+ 'use' => 'a'
),
// Front-end Listings - Show Address
'field' => 'list_show_address',
'type' => 'checkbox',
'default' => true,
- 'use' => 'lg'
+ 'use' => 'a'
),
// Front-end Listings - Show Street
'list_show_street' => array(
'field' => 'list_show_Street',
'type' => 'checkbox',
- 'use' => 'lg'
+ 'use' => 'a'
),
// Front-end Listings - Show City, State, ZIP
'field' => 'list_show_citystatezip',
'type' => 'checkbox',
'default' => true,
- 'use' => 'lg'
+ 'use' => 'a'
),
// Front-end Listings - Show country
'field' => 'list_show_country',
'type' => 'checkbox',
'default' => true,
- 'use' => 'lg'
+ 'use' => 'a'
),
// Front-end Listings - Show Region
'field' => 'list_show_region',
'type' => 'checkbox',
'default' => true,
- 'use' => 'lg'
+ 'use' => 'a'
),
// Front-end Listings - Show Description
'field' => 'list_show_descr',
'type' => 'checkbox',
'default' => false,
- 'use' => 'lg'
+ 'use' => 'a'
),
// Front-end Listings - Show Short Description
'field' => 'list_show_short_descr',
'type' => 'checkbox',
'default' => true,
- 'use' => 'lg'
+ 'use' => 'a'
),
// Front-end Listings - Show phone
'field' => 'list_show_phone',
'type' => 'checkbox',
'default' => true,
- 'use' => 'lg'
+ 'use' => 'a'
),
// Front-end Listings - Show Toll Free
'field' => 'list_show_tollfree',
'type' => 'checkbox',
'default' => true,
- 'use' => 'lg'
+ 'use' => 'a'
),
// Front-end Listings - Show URL
'field' => 'list_show_url',
'type' => 'checkbox',
'default' => true,
- 'use' => 'lg'
+ 'use' => 'a'
+ ),
+
+ // Front-end Listings - Show URL Using New Target
+ 'list_show_url_newtarget' => array(
+ 'field' => 'list_show_url_newtarget',
+ 'type' => 'checkbox',
+ 'default' => true,
+ 'use' => 'a'
),
// Front-end Listings - Show Categories
'field' => 'list_show_categories',
'type' => 'checkbox',
'default' => true,
- 'use' => 'lg'
+ 'use' => 'a'
),
// Front-end Listings - Show Credit Cards
'field' => 'list_show_creditcards',
'type' => 'checkbox',
'default' => true,
- 'use' => 'lg'
+ 'use' => 'a'
),
// Front-end Listings - Show Amenities
'field' => 'list_show_amenities',
'type' => 'checkbox',
'default' => false,
- 'use' => 'lg'
+ 'use' => 'a'
+ ),
+
+ /*
+ * Front-end Member Listing Map Options
+ */
+
+ // Front-end Listings - Map Show Detail Link
+ 'list_map_show_detaillink' => array(
+ 'field' => 'list_map_show_detaillink',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ // Front-end Listings - Map Show Logo
+ 'list_map_show_logo' => array(
+ 'field' => 'list_map_show_logo',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ // Front-end Listings - Map Logo Size
+ 'list_map_logo_size' => array(
+ 'field' => 'list_map_logo_size',
+ 'type' => 'list',
+ 'list' => $this->config['image_sizes'],
+ 'required' => true,
+ 'use' => 'a'
+ ),
+
+ // Front-end Listings - Map Show Description
+ 'list_map_show_description' => array(
+ 'field' => 'list_map_show_description',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ // Front-end Listings - Map Show Short Description
+ 'list_map_show_short_descr' => array(
+ 'field' => 'list_map_show_short_descr',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ // Front-end Listings - Map Show Address
+ 'list_map_show_address' => array(
+ 'field' => 'list_map_show_address',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ // Front-end Listings - Map Show Street
+ 'list_map_show_Street' => array(
+ 'field' => 'list_map_show_street',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ // Front-end Listings - Map Show City, State, ZIP
+ 'list_map_show_citystatezip' => array(
+ 'field' => 'list_map_show_citystatezip',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ // Front-end Listings - Map Show Country
+ 'list_map_show_country' => array(
+ 'field' => 'list_map_show_country',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ // Front-end Listings - Map Show Region
+ 'list_map_show_region' => array(
+ 'field' => 'list_map_show_region',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ // Front-end Listings - Map Show Phone
+ 'list_map_show_phon' => array(
+ 'field' => 'list_map_show_phone',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ // Front-end Listings - Map Show Toll Free
+ 'list_map_show_tollfree' => array(
+ 'field' => 'list_map_show_tollfree',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ // Front-end Listings - Map Show URL
+ 'list_map_show_url' => array(
+ 'field' => 'list_map_show_url',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ // Front-end Listings - Map Show URL With New Target
+ 'list_map_show_url_newtarget' => array(
+ 'field' => 'list_map_show_url_newtarget',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ // Front-end Listings - Map Show Categories
+ 'list_map_show_categories' => array(
+ 'field' => 'list_map_show_categories',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ // Front-end Listings - Map Show Credit Cards
+ 'list_map_show_creditcards' => array(
+ 'field' => 'list_map_show_creditcards',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ // Front-end Listings - Map Show amenities
+ 'list_map_show_amenities' => array(
+ 'field' => 'list_map_show_amenities',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ /*
+ * Front-end Member Detail Page Options
+ */
+
+ // Front-end Member Detail - Show Map
+ 'detail_show_map' => array(
+ 'field' => 'detail_show_map',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ // Front-end Member Detail - Show Directions
+ 'detail_show_directions' => array(
+ 'field' => 'detail_show_directions',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ // Front-end Member Detail - Show Logo
+ 'detail_show_logo' => array(
+ 'field' => 'detail_show_logo',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ // Front-end Member Detail - Logo Size
+ 'detail_logo_size' => array(
+ 'field' => 'detail_logo_size',
+ 'type' => 'list',
+ 'list' => $this->config['image_sizes'],
+ 'required' => true,
+ 'use' => 'a'
+ ),
+
+ // Front-end Member Detail - Show Description
+ 'detail_show_description' => array(
+ 'field' => 'detail_show_description',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ // Front-end Member Detail - Show Short Description
+ 'detail_show_short_descr' => array(
+ 'field' => 'detail_show_short_descr',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ // Front-end Member Detail - Show Address
+ 'detail_show_address' => array(
+ 'field' => 'detail_show_address',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
),
+ // Front-end Member Detail - Show Street
+ 'detail_show_street' => array(
+ 'field' => 'detail_show_street',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+ // Front-end Member Detail - Show City, State, ZIP
+ 'detail_show_citystatezip' => array(
+ 'field' => 'detail_show_citystatezip',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+ // Front-end Member Detail - Show Country
+ 'detail_show_country' => array(
+ 'field' => 'detail_show_country',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+ // Front-end Member Detail - Show Region
+ 'detail_show_region' => array(
+ 'field' => 'detail_show_region',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+ // Front-end Member Detail - Show Phone
+ 'detail_show_phone' => array(
+ 'field' => 'detail_show_phone',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+ // Front-end Member Detail - Show Toll Free
+ 'detail_show_tollfree' => array(
+ 'field' => 'detail_show_tollfree',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ // Front-end Member Detail - Show URL
+ 'detail_show_url' => array(
+ 'field' => 'detail_show_url',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ // Front-end Member Detail - Show URL With New Target
+ 'detail_show_url_newtarget' => array(
+ 'field' => 'detail_show_url_newtarget',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ // Front-end Member Detail - Show Categories
+ 'detail_show_categories' => array(
+ 'field' => 'detail_show_categories',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ // Front-end Member Detail - Show Credit Cards
+ 'detail_show_creditcards' => array(
+ 'field' => 'detail_show_creditcards',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ ),
+
+ // Front-end Member Detail - Show Amenities
+ 'detail_show_amenities' => array(
+ 'field' => 'detail_show_amenities',
+ 'type' => 'checkbox',
+ 'default' => false,
+ 'use' => 'a'
+ )
);
list_show_map BOOLEAN NULL,
list_show_list BOOLEAN NULL,
list_show_search BOOLEAN NULL,
+ list_show_search_text BOOLEAN NULL,
list_show_search_category BOOLEAN NULL,
list_show_search_amenities BOOLEAN NULL,
list_show_search_alphja BOOLEAN NULL,
list_show_phone BOOLEAN NULL,
list_show_tollfree BOOLEAN NULL,
list_show_url BOOLEAN NULL,
+ list_show_url_newtarget BOOLEAN NULL,
list_show_categories BOOLEAN NULL,
list_show_creditcards BOOLEAN NULL,
list_show_amenities BOOLEAN NULL,
-
+ list_map_show_detaillink BOOLEAN NULL,
+ list_map_show_logo BOOLEAN NULL,
+ list_map_logo_size TINYTEXT NULL,
+ list_map_show_description BOOLEAN NULL,
+ list_map_show_short_description BOOLEAN NULL,
+ list_map_show_address BOOLEAN NULL,
+ list_map_show_street BOOLEAN NULL,
+ list_map_show_citystatezip BOOLEAN NULL,
+ list_map_show_country BOOLEAN NULL,
+ list_map_show_region BOOLEAN NULL,
+ list_map_show_phone BOOLEAN NULL,
+ list_map_show_tollfree BOOLEAN NULL,
+ list_map_show_url BOOLEAN NULL,
+ list_map_show_url_newtarget BOOLEAN NULL,
+ list_map_show_categories BOOLEAN NULL,
+ list_map_show_creditcards BOOLEAN NULL,
+ list_map_show_amenities BOOLEAN NULL,
+ detail_show_map BOOLEAN NULL,
+ detail_show_directions BOOLEAN NULL,
+ detail_show_logo BOOLEAN NULL,
+ detail_show_logo_size TINYTEXT NULL,
+ detail_show_description BOOLEAN NULL,
+ detail_show_short_description BOOLEAN NULL,
+ detail_show_address BOOLEAN NULL,
+ detail_show_street BOOLEAN NULL,
+ detail_show_citystatezip BOOLEAN NULL,
+ detail_show_country BOOLEAN NULL,
+ detail_show_region BOOLEAN NULL,
+ detail_show_phone BOOLEAN NULL,
+ detail_show_tollfree BOOLEAN NULL,
+ detail_show_url BOOLEAN NULL,
+ detail_show_url_newtarget BOOLEAN NULL,
+ detail_show_categories BOOLEAN NULL,
+ detail_show_creditcards BOOLEAN NULL,
+ detail_show_amenities BOOLEAN NULL,
PRIMARY KEY (id)
);