Difference between revisions of "Fields Module"

From JReviews Documentation
Jump to: navigation, search
 
Line 1: Line 1:
Fields Module shows a clickable list of options for the chosen field.
 
  
When a visitor clicks on a certain link, he will get a search results page with a list of listings that have that field value.
+
The Fields Module shows a clickable list of options for a chosen field. When visitors click on a certain link, they will get a search results page with a list of listings that have that field value.
  
 +
'''Example of the module layout:'''
  
== Example of the module layout ==
+
[[File:fields-module.png]]
  
[[File:FieldsModule.png]]
+
== Fields Module Parameters ==
  
*when a visitor clicks on the 'Sony' link for example, he will get a list page with all Sony product listings.
+
[[File:fields-module-params1.png]]
  
*to change the layout of the module, edit this theme file
+
'''Field name (i.e. jr_fieldname)''' - this parameter is required. Enter the name of the custom field whose field options you want the module to display. Only field types for which you created field options in the Fields Manager can be used.
**<span style="color: blue">\com_jreviews\jreviews\views\themes\default\modules\fields.thtml</span>
+
  
 +
'''JReviews Theme Suffix''' - this suffix will be applied to the module view file and is useful to create multiple instances of the module that have different outputs.
  
== Module's Parameters  ==
+
'''Itemid selection''' - you can control the itemid used for the field option links so that modules on the current page are seen on the result list or not.
  
[[File:FieldsModuleParameters1.png]]
+
'''Itemid''' - used only if you selected ''Use Itemid below'' in the above parameter.
*'''Module Class Suffix''' - a suffix will be applied to the CSS class of the module. This allows individual module styling
+
*'''jReviews Template Suffix''' - suffix to be applied to the global search results theme file
+
*'''Itemid selection'''
+
** you can control the itemid used for the field option links so that modules on the current page are seen or not on the result list
+
** (''None | Current page | Use Itemid below'' )
+
  
 +
[[File:fields-module-params2.png]]
  
[[File:FieldsModuleParameters2.png]]
+
'''Display mode''' - choose how the field options will be displayed:
*'''Display mode''' - (''Links horizontal | Links vertical | Dropdown list'' )
+
*'''Field name (i.e. jr_fieldname)''' - you should use a single/multiple select, checkboxes or radio button field here
+
*'''Before text''' - this text will appear before the list. You can use html tags
+
  
 +
* ''Links horizontal''
 +
* ''Links vertical''
 +
* ''Tags''
 +
* ''Dropdown list''
  
[[File:FieldsModuleParameters3.png]]
+
'''Field option ordering''' - choose how the field options will be ordered.
*'''Category Auto Detect''' - if a category is found for the page, the results will be limited to that category. If it is a section list, then the results will be limited to categories for that section
+
*'''CriteriaID''' - limit results to all categories with the same criteria (listing type)
+
*'''CategoryID''' - limit results to specified categories
+
*'''Custom URL parameters''' - add any other custom search parameters you want. This could be custom field filters (i.e. jr_brand:sony) or custom ordering (order:jr_price)
+
  
 +
'''Limit option text to x chars''' - here you can set a maximum number of characters that field options will display.
 +
 +
'''Before text''' - this text will appear before the list. You can use html tags.
 +
 +
[[File:fields-module-params3.png]]
 +
 +
'''Category Auto Detect''' - if a category is found for the page, the results will be limited to that category. If no category is found then the module will use the listing type and category settings below if they are set.
 +
 +
'''Listing Type ID (single value)''' - limit results to all categories with the same listing type.
 +
 +
'''Category IDs (comma list)''' - separate values with comma. Limit results to specified categories. No need to specify listing type id above.
 +
 +
'''Custom URL parameters''' - add any other custom search parameters you want. This could be custom field filters (i.e. jr_brand:canon) or custom ordering (order:jr_price).
 +
 +
== Examples of Fields Module display modes ==
 +
 +
'''Links horizontal'''
 +
 +
[[File:fields-module-horiz.png]]
 +
 +
'''Links vertical'''
 +
 +
[[File:fields-module.png]]
 +
 +
'''Tags'''
 +
 +
[[File:fields-module-tags.png]]
 +
 +
'''Dropdown list'''
 +
 +
[[File:fields-module-dropdown.png]]
 +
 +
== Customizing the Fields Module ==
 +
 +
If you want to customize the theme file of the Fields Module, this is its default location:
 +
 +
*<span style="color: blue">/com_jreviews/jreviews/views/themes/default/modules/fields.thtml</span>
 +
 +
Before you start customizing the theme files, make sure you read about  [[JReviews Code Overrides]] functionality and create a custom theme.
 +
 +
You can create multiple custom copies of the Fields Module theme file and enter their suffixes in the '''Theme Suffix''' parameter. Remember to clear JReviews File Registry when creating new theme files.
  
  

Latest revision as of 14:14, 9 January 2014

The Fields Module shows a clickable list of options for a chosen field. When visitors click on a certain link, they will get a search results page with a list of listings that have that field value.

Example of the module layout:

Fields-module.png

Fields Module Parameters

Fields-module-params1.png

Field name (i.e. jr_fieldname) - this parameter is required. Enter the name of the custom field whose field options you want the module to display. Only field types for which you created field options in the Fields Manager can be used.

JReviews Theme Suffix - this suffix will be applied to the module view file and is useful to create multiple instances of the module that have different outputs.

Itemid selection - you can control the itemid used for the field option links so that modules on the current page are seen on the result list or not.

Itemid - used only if you selected Use Itemid below in the above parameter.

Fields-module-params2.png

Display mode - choose how the field options will be displayed:

  • Links horizontal
  • Links vertical
  • Tags
  • Dropdown list

Field option ordering - choose how the field options will be ordered.

Limit option text to x chars - here you can set a maximum number of characters that field options will display.

Before text - this text will appear before the list. You can use html tags.

Fields-module-params3.png

Category Auto Detect - if a category is found for the page, the results will be limited to that category. If no category is found then the module will use the listing type and category settings below if they are set.

Listing Type ID (single value) - limit results to all categories with the same listing type.

Category IDs (comma list) - separate values with comma. Limit results to specified categories. No need to specify listing type id above.

Custom URL parameters - add any other custom search parameters you want. This could be custom field filters (i.e. jr_brand:canon) or custom ordering (order:jr_price).

Examples of Fields Module display modes

Links horizontal

Fields-module-horiz.png

Links vertical

Fields-module.png

Tags

Fields-module-tags.png

Dropdown list

Fields-module-dropdown.png

Customizing the Fields Module

If you want to customize the theme file of the Fields Module, this is its default location:

  • /com_jreviews/jreviews/views/themes/default/modules/fields.thtml

Before you start customizing the theme files, make sure you read about JReviews Code Overrides functionality and create a custom theme.

You can create multiple custom copies of the Fields Module theme file and enter their suffixes in the Theme Suffix parameter. Remember to clear JReviews File Registry when creating new theme files.