| $g_filter_by_custom_fields |
Show custom fields in the filter dialog and use these in filtering. Defaults to ON. |
| $g_filter_custom_fields_per_row |
The number of custom fields to display per row. The default is 7. The value should be greater than or equal to 7. |
| $g_view_filters = SIMPLE_DEFAULT; |
Controls the display of the filter pages. Possible values are:
- SIMPLE_ONLY - only simple view
- ADVANCED_ONLY - only advanced view (allows multiple value selections)
- SIMPLE_DEFAULT - defaults to simple view, but shows a link for advanced
- ADVANCED_DEFAULT - defaults to advanced view, but shows a link for simple
|
| $g_dhtml_filters = OFF; |
Controls the use of DHTML filters that will display the filter in view page using DHTML and javascript. Default is OFF. This requires $g_use_javascript to ne set to ON. This may not work in all browsers as it requires xmlhttprequest functionality. |