Catalog Items (Nodes) View

This view displays a paginated list of catalog items (nodes).

Parameters

The following parameters are available in this view:

Basic

  • Class Filter - Only display items in a particular class.
  • Ordering - The order in which to display the node links.

Advanced

  • Show Accessibility Links - Display various links in the view that assist people with disabilities (such as screen reader users).
  • Show Node First-letter Jumps - Display the first letters of the categories and in-page links to where they occur on the page.
  • Show Node Icon - Which of the preset media types to display with each item in the list.
  • Show Abstract - Display the abstract for the items in the list.
  • Show Body - Display the body text for the items in the list.
  • Show Node Attributes - Optionally display the custom attributes of the catalog items in the list (if items shown).
  • Show Feed Link - Add the RSS feed links to the web page.
  • Show Item Text - Optionals for which text to display in the feed.

Layout Variations

This view only comes with a default layout.

Layout Overrides

We cannot cater for all the possible combinations and variations by just using parameters.  Therefore we leave it up to the site owner to use layout overrides to provide additional customisation of the supplied layout(s).

To create a layout override for this module, copy the following file:

/components/com_catalog/views/nodes/tmpl/default.php

/components/com_catalog/views/nodes/tmpl/default_node_jumps.php

to

/templates/your_template/html/com_catalog/nodes/default.php

/templates/your_template/html/com_catalog/nodes/default_node_jumps.php

where your_template is the name of the directory for the default template you have set for your site.  Make any adjustments to this new file.  Never make changes to the original file as you risk loosing them when you upgrade this extension.

Additional Comments

No additional comments for this view.