Filters

$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.

$g_create_permalink_threshold

The threshold required for users to be able to create permalinks (default DEVELOPER). To turn this feature off use NOBODY.

$g_create_short_url

The service to use to create a short URL. The %s will be replaced by the long URL. By default http://www.tinyurl service is used to shorten URLs.