<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://en.contaowiki.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://en.contaowiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dolores</id>
		<title>Contao Community Documentation - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://en.contaowiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dolores"/>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Special:Contributions/Dolores"/>
		<updated>2026-05-30T22:28:39Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.22.6</generator>

	<entry>
		<id>https://en.contaowiki.org/Contao.Dev_ExtensionsCatalogExt</id>
		<title>Contao.Dev ExtensionsCatalogExt</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Contao.Dev_ExtensionsCatalogExt"/>
				<updated>2011-12-22T16:06:59Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: /* Catalog Reference */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
[PageOutline(1-4, Table of Contents)]&lt;br /&gt;
&lt;br /&gt;
= Catalog Extension =&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
The Catalog and Catalog Extension modules are advanced modules and will require intermediate knowledge of PHP, HTML/CSS in order to create catalog that displays the way you really need it. To create advanced displays, you will need to understand PHP array structures provided in the TPL files. &lt;br /&gt;
*NOTE: This is not a module for beginners*. &lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
The Catalog module is a simple stop-gap to assist beginners with quickly getting up a custom application without having to write any code. However, the Catalog module is obviously NOT capable of working for all situations, at some point you have to get yourself dirty with PHP programming and just write your own TL applicationa, which is a bit of work and a lot of files, but easier than you might think.&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The documentation below only explains how to configure the [[CatalogExt]] Front-End modules (see reference links below). &lt;br /&gt;
&lt;br /&gt;
== Reference Links ==&lt;br /&gt;
&lt;br /&gt;
* [ExtensionsCatalog Configuring the Catalog] -- should be done before reading this section&lt;br /&gt;
* [TutorialsCatalog Catalog Templates Tutotial] explains advanced template customisation&lt;br /&gt;
* [TutorialsCatalogMultiLanguage Catalog Multi-Language Tutorial] explains how to easily set-up multi-language catalogs&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
 &lt;br /&gt;
Once you've setup a Catalog in the back-end, you can use the Catalog Extension to add more features and to build the front-end with the following modules:&lt;br /&gt;
&lt;br /&gt;
* Catalog Filter Module: build your filter on field values, range, date, search.&lt;br /&gt;
* Catalog List Module: displays a list of items responding to the filter above.&lt;br /&gt;
* Catalog Reader: displays item detail view + reference info (jump links to other catalogs).&lt;br /&gt;
* Catalog Notify: creates contact form for clients to send contact info on catalog item (used on reader page)&lt;br /&gt;
* Catalog Featured: selectable number of (random) items filtered by a preset condition.&lt;br /&gt;
* Catalog Related: show related catalog items (except current) with selectable matching parameters.&lt;br /&gt;
* Catalog Reference: show child catalog items where a selected reference field is matching the current viewed parent item.&lt;br /&gt;
&lt;br /&gt;
== Front-end Display Modules ==&lt;br /&gt;
&lt;br /&gt;
To better understand the Front-End (FE) Modules, the following two diagrams will illustrate the two-page approach.&lt;br /&gt;
&lt;br /&gt;
=== Catalog List Page ===&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-list-use.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Reader Page === &lt;br /&gt;
&lt;br /&gt;
[[File:catalog-reader-usage.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Filter ===&lt;br /&gt;
&lt;br /&gt;
* Filter Module is simple point-and-click form builder&lt;br /&gt;
* Almost all fields can be used as a filtered list, except URL, FILE (these were too difficult to achieve successfully) and LONGTEXT (as a dropdown with lots of rich text won't be of any value)&lt;br /&gt;
* Each field can now be ordered and separately changed to: none, links list, radio, select drop-down&lt;br /&gt;
* Set-up a Field Filter Tree with auto-hide children and children become self-filtered by parents. This is ideal for situations like: Area, City (click on area and it only shows cities in that area)&lt;br /&gt;
* Tags can be set to display as multiple selects (radio becomes a checkbox control, and select becomes a multi-select)&lt;br /&gt;
* Date filter section, order and chose which date fields and the types or past periods (day, week, month, 6 months or year)&lt;br /&gt;
* As this is a separate module, you can place the filter in the right/left nav bar, but it must appear on the same page as the Catalog List module to create the filter URL for the list module to respond&lt;br /&gt;
* Multiple catalog filters are supported on the same page, each can display only a certain part, e.g. one for filter on 1 field to create categories, another for the search and other filter specs in the right nav.&lt;br /&gt;
* You can also set-up a [[JumpTo]] page, to which the filter will jump when clicked on a filter field, range, date, search or sort field. [[JumpTo]] is also Filter Tree View aware, e.g. it does not jump unless you are clicking on the last field in the filter tree (the final selection in your menu, which then jumps to your results). This allows you to set-up a category list on another page than the results.&lt;br /&gt;
&lt;br /&gt;
=== Templates === &lt;br /&gt;
* filter_default.tpl =&amp;gt; default for Catalog Filter&lt;br /&gt;
* filter_widgets.tpl =&amp;gt; empty template with debug to show how to build your own filter with Catalog Filter&lt;br /&gt;
&lt;br /&gt;
[[File:catalog_ex-filter.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog List ===&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields&lt;br /&gt;
* Supports a custom WHERE clause to exclude/include regardless of above filter specs (e.g. archived!=1 AND published=1). [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Supports a custom default ORDER BY clause, which is replace by the sort order&lt;br /&gt;
* Set the Query Mode (AND/OR)&lt;br /&gt;
* Set the Tags Mode (AND/OR)&lt;br /&gt;
* Select which fields are searched when search string is provided&lt;br /&gt;
* Enable Conditional listing mode, where nothing is listed until the filter conditions are fulfilled, e.g. both Genre AND Formats chosen, then the list is shown&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
=== NOTE === &lt;br /&gt;
* Must be on the same page as the Catalog Filter module above to respond to the active filters&lt;br /&gt;
* List Module is SEO-bases and supports paging (which is NOT SEO)&lt;br /&gt;
&lt;br /&gt;
=== Templates === &lt;br /&gt;
* catalog_simpletable.tpl =&amp;gt; simulates the Listing module (to a degree)&lt;br /&gt;
* catalog_simple.tpl =&amp;gt; use with Catalog Listing (mainly)&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-list.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Reader ===&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields&lt;br /&gt;
* Catalog Reader Module is placed on the [[JumpTo]] page (just like News), configured in the back-end catalog&lt;br /&gt;
* replaces page title with _title_ if defined as catalog field&lt;br /&gt;
* Adds a reference variable to the items array so you can output the referenced catalog's info&lt;br /&gt;
* Above reference now also checks if reference is another catalog and provides a jumpTo URL (link and id) so users can jump to another category's detailed description.&lt;br /&gt;
&lt;br /&gt;
=== Templates === &lt;br /&gt;
* catalog_full.tpl =&amp;gt; use with Catalog Reader (mainly)&lt;br /&gt;
* catalog_full_ref.tpl =&amp;gt; use with Catalog Reader (with select/tag referenced array example)&lt;br /&gt;
&lt;br /&gt;
=== Catalog Notify ===&lt;br /&gt;
&lt;br /&gt;
* Add simple form fields with only text headings -- all fields are required!&lt;br /&gt;
* You can disable the security question&lt;br /&gt;
* Enter the Notification Subject -- this can contain catalog item field references, e.g. _{{catalog::fieldname}}_&lt;br /&gt;
* You can add multiple recipients in a list&lt;br /&gt;
* Enter the Body Text of the e-mail, which can contain 2 special variables: _##catalog##_ (the catalog name) and _##link##_ which creates hyperlink text to the current catalog item. You can also use the above catalog item field references, e.g. _{{catalog::fieldname}}_&lt;br /&gt;
&lt;br /&gt;
=== NOTE === &lt;br /&gt;
* This module must be on the same page as the Catalog Reader module as it also refers to a single catalog item&lt;br /&gt;
&lt;br /&gt;
=== Templates === &lt;br /&gt;
* mod_catalognotify.tpl =&amp;gt; creates the form and submit button, and displays the &amp;quot;received&amp;quot; message&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-notify.jpg]]&lt;br /&gt;
&lt;br /&gt;
In the Front-End, this is what it looks like:&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-notify-fe.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Featured ===&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields &lt;br /&gt;
* Custom where clause [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Limit items (0 to show all)&lt;br /&gt;
* Option to disable randomizer feature _ORDER BY RAND()_ and enter your own order by clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-featured.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Related ===&lt;br /&gt;
&lt;br /&gt;
This module provides a way to (randomly) list items with similar specification/fields to the currently viewed catalog item. Example: View other &amp;quot;Action Adventure&amp;quot; games where this related [genre] field matched.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
This module is intended to be used on a Catalog Reader Page.&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields &lt;br /&gt;
* Select the related fields that must match with the current viewed catalog item&lt;br /&gt;
* Custom condition (WHERE) clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Limit items (0 to show all)&lt;br /&gt;
* Option to disable randomizer feature _ORDER BY RAND()_ and enter your own ORDER by clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
=== Catalog Reference ===&lt;br /&gt;
&lt;br /&gt;
This module provides a way to (randomly) list child table items where a selected field matches the currently viewed parent catalog item. Example: List all items from the (child) Games Catalog where the currently viewed reference (parent) Region Catalog item matches on the selected reference field [region].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
This module is intended to be used on a Catalog Reader Page.&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Select the Catalog to list items from (child records)&lt;br /&gt;
* Select the reference field to which the ID must match with the currently viewed item with catalog reader.&lt;br /&gt;
* Select the current catalog being viewed in the Catalog Reader module (parent item).&lt;br /&gt;
* Select the catalog layout template &lt;br /&gt;
* Select which the order and visibility of listed fields &lt;br /&gt;
* Custom where clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Limit items (0 to show all)&lt;br /&gt;
* Option to disable randomizer feature _ORDER BY RAND()_ and enter your own order by clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
You can also use the [#CatalogInsertTags Catalog [[InsertTags]]] as specified above in Catalog Related.&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-reference.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Catalog [[InsertTags]] ==&lt;br /&gt;
&lt;br /&gt;
Its also possible to add custom parameters retrieved from the current catalog item as Catalog [[InsertTags]] in the custom condition (WHERE) and ordering (ORDER) boxes. See the image below for a more complete example using a price bracket and using date calculations compared to the current date. The general format to use the currently viewed catalog item's values is:&lt;br /&gt;
_{{catalog::fieldname}}_ will return the field's value&lt;br /&gt;
&lt;br /&gt;
[[File:catalog_ex-related.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Tips &amp;amp; Tricks ==&lt;br /&gt;
&lt;br /&gt;
Several tips and tricks are listed below.&lt;br /&gt;
&lt;br /&gt;
=== Custom Condition ===&lt;br /&gt;
&lt;br /&gt;
You can set-up complex custom conditions using the [#CatalogInsertTags Catalog [[InsertTags]]] above as well as regular [EnglishInserttags TL [[InsertTags]]]. This will allow you to filter the current Catalog module by variables like date, time, and when placed on a Catalog Reader page, you can use the current items information to further filter the Featured, Related, Reference, etc. items.&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-conditionorder.jpg]] &lt;br /&gt;
&lt;br /&gt;
=== Custom Ordering ===&lt;br /&gt;
&lt;br /&gt;
You can also enter custom ordering clauses (Featured requires you to enable it first) to allow you to order the items in your own way. Here are some suggestions.&lt;br /&gt;
&lt;br /&gt;
*Show the latest entered item first&lt;br /&gt;
&amp;lt;code&amp;gt;tstamp DESC&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Show a (limited to 1) item randomly cached by the current day -- this usually only becomes useful when you also set: _Number of items = 1_. This will then remain the same item, until the next day. Kind of like a featured random item per day. This has an added benefit of being able to go back to specific day to see the &amp;quot;random&amp;quot; item for that day, just replace _CURDATE()_ with the actual date _2009-02-27_&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;MD5(CONCAT(CURDATE(),id))&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Contao.Dev_ExtensionsCatalogExt</id>
		<title>Contao.Dev ExtensionsCatalogExt</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Contao.Dev_ExtensionsCatalogExt"/>
				<updated>2011-12-22T15:58:07Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: /* Catalog Extension */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
[PageOutline(1-4, Table of Contents)]&lt;br /&gt;
&lt;br /&gt;
= Catalog Extension =&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
The Catalog and Catalog Extension modules are advanced modules and will require intermediate knowledge of PHP, HTML/CSS in order to create catalog that displays the way you really need it. To create advanced displays, you will need to understand PHP array structures provided in the TPL files. &lt;br /&gt;
*NOTE: This is not a module for beginners*. &lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
The Catalog module is a simple stop-gap to assist beginners with quickly getting up a custom application without having to write any code. However, the Catalog module is obviously NOT capable of working for all situations, at some point you have to get yourself dirty with PHP programming and just write your own TL applicationa, which is a bit of work and a lot of files, but easier than you might think.&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The documentation below only explains how to configure the [[CatalogExt]] Front-End modules (see reference links below). &lt;br /&gt;
&lt;br /&gt;
== Reference Links ==&lt;br /&gt;
&lt;br /&gt;
* [ExtensionsCatalog Configuring the Catalog] -- should be done before reading this section&lt;br /&gt;
* [TutorialsCatalog Catalog Templates Tutotial] explains advanced template customisation&lt;br /&gt;
* [TutorialsCatalogMultiLanguage Catalog Multi-Language Tutorial] explains how to easily set-up multi-language catalogs&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
 &lt;br /&gt;
Once you've setup a Catalog in the back-end, you can use the Catalog Extension to add more features and to build the front-end with the following modules:&lt;br /&gt;
&lt;br /&gt;
* Catalog Filter Module: build your filter on field values, range, date, search.&lt;br /&gt;
* Catalog List Module: displays a list of items responding to the filter above.&lt;br /&gt;
* Catalog Reader: displays item detail view + reference info (jump links to other catalogs).&lt;br /&gt;
* Catalog Notify: creates contact form for clients to send contact info on catalog item (used on reader page)&lt;br /&gt;
* Catalog Featured: selectable number of (random) items filtered by a preset condition.&lt;br /&gt;
* Catalog Related: show related catalog items (except current) with selectable matching parameters.&lt;br /&gt;
* Catalog Reference: show child catalog items where a selected reference field is matching the current viewed parent item.&lt;br /&gt;
&lt;br /&gt;
== Front-end Display Modules ==&lt;br /&gt;
&lt;br /&gt;
To better understand the Front-End (FE) Modules, the following two diagrams will illustrate the two-page approach.&lt;br /&gt;
&lt;br /&gt;
=== Catalog List Page ===&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-list-use.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Reader Page === &lt;br /&gt;
&lt;br /&gt;
[[File:catalog-reader-usage.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Filter ===&lt;br /&gt;
&lt;br /&gt;
* Filter Module is simple point-and-click form builder&lt;br /&gt;
* Almost all fields can be used as a filtered list, except URL, FILE (these were too difficult to achieve successfully) and LONGTEXT (as a dropdown with lots of rich text won't be of any value)&lt;br /&gt;
* Each field can now be ordered and separately changed to: none, links list, radio, select drop-down&lt;br /&gt;
* Set-up a Field Filter Tree with auto-hide children and children become self-filtered by parents. This is ideal for situations like: Area, City (click on area and it only shows cities in that area)&lt;br /&gt;
* Tags can be set to display as multiple selects (radio becomes a checkbox control, and select becomes a multi-select)&lt;br /&gt;
* Date filter section, order and chose which date fields and the types or past periods (day, week, month, 6 months or year)&lt;br /&gt;
* As this is a separate module, you can place the filter in the right/left nav bar, but it must appear on the same page as the Catalog List module to create the filter URL for the list module to respond&lt;br /&gt;
* Multiple catalog filters are supported on the same page, each can display only a certain part, e.g. one for filter on 1 field to create categories, another for the search and other filter specs in the right nav.&lt;br /&gt;
* You can also set-up a [[JumpTo]] page, to which the filter will jump when clicked on a filter field, range, date, search or sort field. [[JumpTo]] is also Filter Tree View aware, e.g. it does not jump unless you are clicking on the last field in the filter tree (the final selection in your menu, which then jumps to your results). This allows you to set-up a category list on another page than the results.&lt;br /&gt;
&lt;br /&gt;
=== Templates === &lt;br /&gt;
* filter_default.tpl =&amp;gt; default for Catalog Filter&lt;br /&gt;
* filter_widgets.tpl =&amp;gt; empty template with debug to show how to build your own filter with Catalog Filter&lt;br /&gt;
&lt;br /&gt;
[[File:catalog_ex-filter.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog List ===&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields&lt;br /&gt;
* Supports a custom WHERE clause to exclude/include regardless of above filter specs (e.g. archived!=1 AND published=1). [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Supports a custom default ORDER BY clause, which is replace by the sort order&lt;br /&gt;
* Set the Query Mode (AND/OR)&lt;br /&gt;
* Set the Tags Mode (AND/OR)&lt;br /&gt;
* Select which fields are searched when search string is provided&lt;br /&gt;
* Enable Conditional listing mode, where nothing is listed until the filter conditions are fulfilled, e.g. both Genre AND Formats chosen, then the list is shown&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
=== NOTE === &lt;br /&gt;
* Must be on the same page as the Catalog Filter module above to respond to the active filters&lt;br /&gt;
* List Module is SEO-bases and supports paging (which is NOT SEO)&lt;br /&gt;
&lt;br /&gt;
=== Templates === &lt;br /&gt;
* catalog_simpletable.tpl =&amp;gt; simulates the Listing module (to a degree)&lt;br /&gt;
* catalog_simple.tpl =&amp;gt; use with Catalog Listing (mainly)&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-list.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Reader ===&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields&lt;br /&gt;
* Catalog Reader Module is placed on the [[JumpTo]] page (just like News), configured in the back-end catalog&lt;br /&gt;
* replaces page title with _title_ if defined as catalog field&lt;br /&gt;
* Adds a reference variable to the items array so you can output the referenced catalog's info&lt;br /&gt;
* Above reference now also checks if reference is another catalog and provides a jumpTo URL (link and id) so users can jump to another category's detailed description.&lt;br /&gt;
&lt;br /&gt;
=== Templates === &lt;br /&gt;
* catalog_full.tpl =&amp;gt; use with Catalog Reader (mainly)&lt;br /&gt;
* catalog_full_ref.tpl =&amp;gt; use with Catalog Reader (with select/tag referenced array example)&lt;br /&gt;
&lt;br /&gt;
=== Catalog Notify ===&lt;br /&gt;
&lt;br /&gt;
* Add simple form fields with only text headings -- all fields are required!&lt;br /&gt;
* You can disable the security question&lt;br /&gt;
* Enter the Notification Subject -- this can contain catalog item field references, e.g. _{{catalog::fieldname}}_&lt;br /&gt;
* You can add multiple recipients in a list&lt;br /&gt;
* Enter the Body Text of the e-mail, which can contain 2 special variables: _##catalog##_ (the catalog name) and _##link##_ which creates hyperlink text to the current catalog item. You can also use the above catalog item field references, e.g. _{{catalog::fieldname}}_&lt;br /&gt;
&lt;br /&gt;
=== NOTE === &lt;br /&gt;
* This module must be on the same page as the Catalog Reader module as it also refers to a single catalog item&lt;br /&gt;
&lt;br /&gt;
=== Templates === &lt;br /&gt;
* mod_catalognotify.tpl =&amp;gt; creates the form and submit button, and displays the &amp;quot;received&amp;quot; message&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-notify.jpg]]&lt;br /&gt;
&lt;br /&gt;
In the Front-End, this is what it looks like:&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-notify-fe.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Featured ===&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields &lt;br /&gt;
* Custom where clause [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Limit items (0 to show all)&lt;br /&gt;
* Option to disable randomizer feature _ORDER BY RAND()_ and enter your own order by clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-featured.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Related ===&lt;br /&gt;
&lt;br /&gt;
This module provides a way to (randomly) list items with similar specification/fields to the currently viewed catalog item. Example: View other &amp;quot;Action Adventure&amp;quot; games where this related [genre] field matched.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
This module is intended to be used on a Catalog Reader Page.&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields &lt;br /&gt;
* Select the related fields that must match with the current viewed catalog item&lt;br /&gt;
* Custom condition (WHERE) clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Limit items (0 to show all)&lt;br /&gt;
* Option to disable randomizer feature _ORDER BY RAND()_ and enter your own ORDER by clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
=== Catalog Reference ===&lt;br /&gt;
&lt;br /&gt;
This module provides a way to (randomly) list child table items where a selected field matches the currently viewed parent catalog item. Example: List all items from the (child) Games Catalog where the currently viewed reference (parent) Region Catalog item matches on the selected reference field [region].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
This module is intended to be used on a Catalog Reader Page.&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Select the Catalog to list items from (child records)&lt;br /&gt;
* Select the reference field to which the ID must match with the currently viewed item with catalog reader.&lt;br /&gt;
* Select the current catalog being viewed in the Catalog Reader module (parent item).&lt;br /&gt;
* Select the catalog layout template &lt;br /&gt;
* Select which the order and visibility of listed fields &lt;br /&gt;
* Custom where clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Limit items (0 to show all)&lt;br /&gt;
* Option to disable randomizer feature _ORDER BY RAND()_ and enter your own order by clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
You can also use the [#CatalogInsertTags Catalog [[InsertTags]]] as specified above in Catalog Related.&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-reference.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Catalog [[InsertTags]] ==&lt;br /&gt;
&lt;br /&gt;
Its also possible to add custom parameters retrieved from the current catalog item as Catalog [[InsertTags]] in the custom condition (WHERE) and ordering (ORDER) boxes. See the image below for a more complete example using a price bracket and using date calculations compared to the current date. The general format to use the currently viewed catalog item's values is:&lt;br /&gt;
_{{catalog::fieldname}}_ will return the field's value&lt;br /&gt;
&lt;br /&gt;
[[File:catalog_ex-related.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Tips &amp;amp; Tricks ==&lt;br /&gt;
&lt;br /&gt;
Several tips and tricks are listed below.&lt;br /&gt;
&lt;br /&gt;
=== Custom Condition ===&lt;br /&gt;
&lt;br /&gt;
You can set-up complex custom conditions using the [#CatalogInsertTags Catalog [[InsertTags]]] above as well as regular [EnglishInserttags TL [[InsertTags]]]. This will allow you to filter the current Catalog module by variables like date, time, and when placed on a Catalog Reader page, you can use the current items information to further filter the Featured, Related, Reference, etc. items.&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-conditionorder.jpg]] &lt;br /&gt;
&lt;br /&gt;
=== Custom Ordering ===&lt;br /&gt;
&lt;br /&gt;
You can also enter custom ordering clauses (Featured requires you to enable it first) to allow you to order the items in your own way. Here are some suggestions.&lt;br /&gt;
&lt;br /&gt;
*Show the latest entered item first&lt;br /&gt;
&amp;lt;code&amp;gt;tstamp DESC&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Show a (limited to 1) item randomly cached by the current day -- this usually only becomes useful when you also set: _Number of items = 1_. This will then remain the same item, until the next day. Kind of like a featured random item per day. This has an added benefit of being able to go back to specific day to see the &amp;quot;random&amp;quot; item for that day, just replace _CURDATE()_ with the actual date _2009-02-27_&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;MD5(CONCAT(CURDATE(),id))&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Contao.Dev_ExtensionsCatalogExt</id>
		<title>Contao.Dev ExtensionsCatalogExt</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Contao.Dev_ExtensionsCatalogExt"/>
				<updated>2011-12-22T15:56:14Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: /* Custom Ordering */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
[PageOutline(1-4, Table of Contents)]&lt;br /&gt;
&lt;br /&gt;
= Catalog Extension =&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
The Catalog and Catalog Extension modules are advanced modules and will require intermediate knowledge of PHP, HTML/CSS in order to create catalog that displays the way you really need it. To create advanced displays, you will need to understand PHP array structures provided in the TPL files. &lt;br /&gt;
*NOTE: This is not a module for beginners*. &lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
The Catalog module is a simple stop-gap to assist beginners with quickly getting up a custom application without having to write any code. However, the Catalog module is obviously NOT capable of working for all situations, at some point you have to get yourself dirty with PHP programming and just write your own TL applicationa, which is a bit of work and a lot of files, but easier than you might think.&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The documentation below only explains how to configure the [[CatalogExt]] Front-End modules (see reference links below). &lt;br /&gt;
&lt;br /&gt;
== Reference Links ==&lt;br /&gt;
&lt;br /&gt;
* [ExtensionsCatalog Configuring the Catalog] -- should be done before reading this section&lt;br /&gt;
* [TutorialsCatalog Catalog Templates Tutotial] explains advanced template customisation&lt;br /&gt;
* [TutorialsCatalogMultiLanguage Catalog Multi-Language Tutorial] explains how to easily set-up multi-language catalogs&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
 &lt;br /&gt;
Once you've setup a Catalog in the back-end, you can use the Catalog Extension to add more features and to build the front-end with the following modules:&lt;br /&gt;
&lt;br /&gt;
* Catalog Filter Module: build your filter on field values, range, date, search.&lt;br /&gt;
* Catalog List Module: displays a list of items responding to the filter above.&lt;br /&gt;
* Catalog Reader: displays item detail view + reference info (jump links to other catalogs).&lt;br /&gt;
* Catalog Notify: creates contact form for clients to send contact info on catalog item (used on reader page)&lt;br /&gt;
* Catalog Featured: selectable number of (random) items filtered by a preset condition.&lt;br /&gt;
* Catalog Related: show related catalog items (except current) with selectable matching parameters.&lt;br /&gt;
* Catalog Reference: show child catalog items where a selected reference field is matching the current viewed parent item.&lt;br /&gt;
&lt;br /&gt;
== Front-end Display Modules ==&lt;br /&gt;
&lt;br /&gt;
To better understand the Front-End (FE) Modules, the following two diagrams will illustrate the two-page approach.&lt;br /&gt;
&lt;br /&gt;
=== Catalog List Page ===&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-list-use.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Reader Page === &lt;br /&gt;
&lt;br /&gt;
[[File:catalog-reader-usage.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Filter ===&lt;br /&gt;
&lt;br /&gt;
* Filter Module is simple point-and-click form builder&lt;br /&gt;
* Almost all fields can be used as a filtered list, except URL, FILE (these were too difficult to achieve successfully) and LONGTEXT (as a dropdown with lots of rich text won't be of any value)&lt;br /&gt;
* Each field can now be ordered and separately changed to: none, links list, radio, select drop-down&lt;br /&gt;
* Set-up a Field Filter Tree with auto-hide children and children become self-filtered by parents. This is ideal for situations like: Area, City (click on area and it only shows cities in that area)&lt;br /&gt;
* Tags can be set to display as multiple selects (radio becomes a checkbox control, and select becomes a multi-select)&lt;br /&gt;
* Date filter section, order and chose which date fields and the types or past periods (day, week, month, 6 months or year)&lt;br /&gt;
* As this is a separate module, you can place the filter in the right/left nav bar, but it must appear on the same page as the Catalog List module to create the filter URL for the list module to respond&lt;br /&gt;
* Multiple catalog filters are supported on the same page, each can display only a certain part, e.g. one for filter on 1 field to create categories, another for the search and other filter specs in the right nav.&lt;br /&gt;
* You can also set-up a [[JumpTo]] page, to which the filter will jump when clicked on a filter field, range, date, search or sort field. [[JumpTo]] is also Filter Tree View aware, e.g. it does not jump unless you are clicking on the last field in the filter tree (the final selection in your menu, which then jumps to your results). This allows you to set-up a category list on another page than the results.&lt;br /&gt;
&lt;br /&gt;
=== Templates === &lt;br /&gt;
* filter_default.tpl =&amp;gt; default for Catalog Filter&lt;br /&gt;
* filter_widgets.tpl =&amp;gt; empty template with debug to show how to build your own filter with Catalog Filter&lt;br /&gt;
&lt;br /&gt;
[[File:catalog_ex-filter.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog List ===&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields&lt;br /&gt;
* Supports a custom WHERE clause to exclude/include regardless of above filter specs (e.g. archived!=1 AND published=1). [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Supports a custom default ORDER BY clause, which is replace by the sort order&lt;br /&gt;
* Set the Query Mode (AND/OR)&lt;br /&gt;
* Set the Tags Mode (AND/OR)&lt;br /&gt;
* Select which fields are searched when search string is provided&lt;br /&gt;
* Enable Conditional listing mode, where nothing is listed until the filter conditions are fulfilled, e.g. both Genre AND Formats chosen, then the list is shown&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
=== NOTE === &lt;br /&gt;
* Must be on the same page as the Catalog Filter module above to respond to the active filters&lt;br /&gt;
* List Module is SEO-bases and supports paging (which is NOT SEO)&lt;br /&gt;
&lt;br /&gt;
=== Templates === &lt;br /&gt;
* catalog_simpletable.tpl =&amp;gt; simulates the Listing module (to a degree)&lt;br /&gt;
* catalog_simple.tpl =&amp;gt; use with Catalog Listing (mainly)&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-list.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Reader ===&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields&lt;br /&gt;
* Catalog Reader Module is placed on the [[JumpTo]] page (just like News), configured in the back-end catalog&lt;br /&gt;
* replaces page title with _title_ if defined as catalog field&lt;br /&gt;
* Adds a reference variable to the items array so you can output the referenced catalog's info&lt;br /&gt;
* Above reference now also checks if reference is another catalog and provides a jumpTo URL (link and id) so users can jump to another category's detailed description.&lt;br /&gt;
&lt;br /&gt;
=== Templates === &lt;br /&gt;
* catalog_full.tpl =&amp;gt; use with Catalog Reader (mainly)&lt;br /&gt;
* catalog_full_ref.tpl =&amp;gt; use with Catalog Reader (with select/tag referenced array example)&lt;br /&gt;
&lt;br /&gt;
=== Catalog Notify ===&lt;br /&gt;
&lt;br /&gt;
* Add simple form fields with only text headings -- all fields are required!&lt;br /&gt;
* You can disable the security question&lt;br /&gt;
* Enter the Notification Subject -- this can contain catalog item field references, e.g. _{{catalog::fieldname}}_&lt;br /&gt;
* You can add multiple recipients in a list&lt;br /&gt;
* Enter the Body Text of the e-mail, which can contain 2 special variables: _##catalog##_ (the catalog name) and _##link##_ which creates hyperlink text to the current catalog item. You can also use the above catalog item field references, e.g. _{{catalog::fieldname}}_&lt;br /&gt;
&lt;br /&gt;
=== NOTE === &lt;br /&gt;
* This module must be on the same page as the Catalog Reader module as it also refers to a single catalog item&lt;br /&gt;
&lt;br /&gt;
=== Templates === &lt;br /&gt;
* mod_catalognotify.tpl =&amp;gt; creates the form and submit button, and displays the &amp;quot;received&amp;quot; message&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-notify.jpg]]&lt;br /&gt;
&lt;br /&gt;
In the Front-End, this is what it looks like:&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-notify-fe.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Featured ===&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields &lt;br /&gt;
* Custom where clause [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Limit items (0 to show all)&lt;br /&gt;
* Option to disable randomizer feature _ORDER BY RAND()_ and enter your own order by clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-featured.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Related ===&lt;br /&gt;
&lt;br /&gt;
This module provides a way to (randomly) list items with similar specification/fields to the currently viewed catalog item. Example: View other &amp;quot;Action Adventure&amp;quot; games where this related [genre] field matched.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
This module is intended to be used on a Catalog Reader Page.&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields &lt;br /&gt;
* Select the related fields that must match with the current viewed catalog item&lt;br /&gt;
* Custom condition (WHERE) clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Limit items (0 to show all)&lt;br /&gt;
* Option to disable randomizer feature _ORDER BY RAND()_ and enter your own ORDER by clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
=== Catalog Reference ===&lt;br /&gt;
&lt;br /&gt;
This module provides a way to (randomly) list child table items where a selected field matches the currently viewed parent catalog item. Example: List all items from the (child) Games Catalog where the currently viewed reference (parent) Region Catalog item matches on the selected reference field [region].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
This module is intended to be used on a Catalog Reader Page.&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Select the Catalog to list items from (child records)&lt;br /&gt;
* Select the reference field to which the ID must match with the currently viewed item with catalog reader.&lt;br /&gt;
* Select the current catalog being viewed in the Catalog Reader module (parent item).&lt;br /&gt;
* Select the catalog layout template &lt;br /&gt;
* Select which the order and visibility of listed fields &lt;br /&gt;
* Custom where clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Limit items (0 to show all)&lt;br /&gt;
* Option to disable randomizer feature _ORDER BY RAND()_ and enter your own order by clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
You can also use the [#CatalogInsertTags Catalog [[InsertTags]]] as specified above in Catalog Related.&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-reference.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Catalog [[InsertTags]] ==&lt;br /&gt;
&lt;br /&gt;
Its also possible to add custom parameters retrieved from the current catalog item as Catalog [[InsertTags]] in the custom condition (WHERE) and ordering (ORDER) boxes. See the image below for a more complete example using a price bracket and using date calculations compared to the current date. The general format to use the currently viewed catalog item's values is:&lt;br /&gt;
_{{catalog::fieldname}}_ will return the field's value&lt;br /&gt;
&lt;br /&gt;
[[File:catalog_ex-related.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Tips &amp;amp; Tricks ==&lt;br /&gt;
&lt;br /&gt;
Several tips and tricks are listed below.&lt;br /&gt;
&lt;br /&gt;
=== Custom Condition ===&lt;br /&gt;
&lt;br /&gt;
You can set-up complex custom conditions using the [#CatalogInsertTags Catalog [[InsertTags]]] above as well as regular [EnglishInserttags TL [[InsertTags]]]. This will allow you to filter the current Catalog module by variables like date, time, and when placed on a Catalog Reader page, you can use the current items information to further filter the Featured, Related, Reference, etc. items.&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-conditionorder.jpg]] &lt;br /&gt;
&lt;br /&gt;
=== Custom Ordering ===&lt;br /&gt;
&lt;br /&gt;
You can also enter custom ordering clauses (Featured requires you to enable it first) to allow you to order the items in your own way. Here are some suggestions.&lt;br /&gt;
&lt;br /&gt;
*Show the latest entered item first&lt;br /&gt;
&amp;lt;code&amp;gt;tstamp DESC&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Show a (limited to 1) item randomly cached by the current day -- this usually only becomes useful when you also set: _Number of items = 1_. This will then remain the same item, until the next day. Kind of like a featured random item per day. This has an added benefit of being able to go back to specific day to see the &amp;quot;random&amp;quot; item for that day, just replace _CURDATE()_ with the actual date _2009-02-27_&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;MD5(CONCAT(CURDATE(),id))&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Contao.Dev_ExtensionsCatalogExt</id>
		<title>Contao.Dev ExtensionsCatalogExt</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Contao.Dev_ExtensionsCatalogExt"/>
				<updated>2011-12-22T09:03:01Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: /* Catalog Related */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
[PageOutline(1-4, Table of Contents)]&lt;br /&gt;
&lt;br /&gt;
= Catalog Extension =&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
The Catalog and Catalog Extension modules are advanced modules and will require intermediate knowledge of PHP, HTML/CSS in order to create catalog that displays the way you really need it. To create advanced displays, you will need to understand PHP array structures provided in the TPL files. &lt;br /&gt;
*NOTE: This is not a module for beginners*. &lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
The Catalog module is a simple stop-gap to assist beginners with quickly getting up a custom application without having to write any code. However, the Catalog module is obviously NOT capable of working for all situations, at some point you have to get yourself dirty with PHP programming and just write your own TL applicationa, which is a bit of work and a lot of files, but easier than you might think.&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The documentation below only explains how to configure the [[CatalogExt]] Front-End modules (see reference links below). &lt;br /&gt;
&lt;br /&gt;
== Reference Links ==&lt;br /&gt;
&lt;br /&gt;
* [ExtensionsCatalog Configuring the Catalog] -- should be done before reading this section&lt;br /&gt;
* [TutorialsCatalog Catalog Templates Tutotial] explains advanced template customisation&lt;br /&gt;
* [TutorialsCatalogMultiLanguage Catalog Multi-Language Tutorial] explains how to easily set-up multi-language catalogs&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
 &lt;br /&gt;
Once you've setup a Catalog in the back-end, you can use the Catalog Extension to add more features and to build the front-end with the following modules:&lt;br /&gt;
&lt;br /&gt;
* Catalog Filter Module: build your filter on field values, range, date, search.&lt;br /&gt;
* Catalog List Module: displays a list of items responding to the filter above.&lt;br /&gt;
* Catalog Reader: displays item detail view + reference info (jump links to other catalogs).&lt;br /&gt;
* Catalog Notify: creates contact form for clients to send contact info on catalog item (used on reader page)&lt;br /&gt;
* Catalog Featured: selectable number of (random) items filtered by a preset condition.&lt;br /&gt;
* Catalog Related: show related catalog items (except current) with selectable matching parameters.&lt;br /&gt;
* Catalog Reference: show child catalog items where a selected reference field is matching the current viewed parent item.&lt;br /&gt;
&lt;br /&gt;
== Front-end Display Modules ==&lt;br /&gt;
&lt;br /&gt;
To better understand the Front-End (FE) Modules, the following two diagrams will illustrate the two-page approach.&lt;br /&gt;
&lt;br /&gt;
=== Catalog List Page ===&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-list-use.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Reader Page === &lt;br /&gt;
&lt;br /&gt;
[[File:catalog-reader-usage.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Filter ===&lt;br /&gt;
&lt;br /&gt;
* Filter Module is simple point-and-click form builder&lt;br /&gt;
* Almost all fields can be used as a filtered list, except URL, FILE (these were too difficult to achieve successfully) and LONGTEXT (as a dropdown with lots of rich text won't be of any value)&lt;br /&gt;
* Each field can now be ordered and separately changed to: none, links list, radio, select drop-down&lt;br /&gt;
* Set-up a Field Filter Tree with auto-hide children and children become self-filtered by parents. This is ideal for situations like: Area, City (click on area and it only shows cities in that area)&lt;br /&gt;
* Tags can be set to display as multiple selects (radio becomes a checkbox control, and select becomes a multi-select)&lt;br /&gt;
* Date filter section, order and chose which date fields and the types or past periods (day, week, month, 6 months or year)&lt;br /&gt;
* As this is a separate module, you can place the filter in the right/left nav bar, but it must appear on the same page as the Catalog List module to create the filter URL for the list module to respond&lt;br /&gt;
* Multiple catalog filters are supported on the same page, each can display only a certain part, e.g. one for filter on 1 field to create categories, another for the search and other filter specs in the right nav.&lt;br /&gt;
* You can also set-up a [[JumpTo]] page, to which the filter will jump when clicked on a filter field, range, date, search or sort field. [[JumpTo]] is also Filter Tree View aware, e.g. it does not jump unless you are clicking on the last field in the filter tree (the final selection in your menu, which then jumps to your results). This allows you to set-up a category list on another page than the results.&lt;br /&gt;
&lt;br /&gt;
=== Templates === &lt;br /&gt;
* filter_default.tpl =&amp;gt; default for Catalog Filter&lt;br /&gt;
* filter_widgets.tpl =&amp;gt; empty template with debug to show how to build your own filter with Catalog Filter&lt;br /&gt;
&lt;br /&gt;
[[File:catalog_ex-filter.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog List ===&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields&lt;br /&gt;
* Supports a custom WHERE clause to exclude/include regardless of above filter specs (e.g. archived!=1 AND published=1). [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Supports a custom default ORDER BY clause, which is replace by the sort order&lt;br /&gt;
* Set the Query Mode (AND/OR)&lt;br /&gt;
* Set the Tags Mode (AND/OR)&lt;br /&gt;
* Select which fields are searched when search string is provided&lt;br /&gt;
* Enable Conditional listing mode, where nothing is listed until the filter conditions are fulfilled, e.g. both Genre AND Formats chosen, then the list is shown&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
=== NOTE === &lt;br /&gt;
* Must be on the same page as the Catalog Filter module above to respond to the active filters&lt;br /&gt;
* List Module is SEO-bases and supports paging (which is NOT SEO)&lt;br /&gt;
&lt;br /&gt;
=== Templates === &lt;br /&gt;
* catalog_simpletable.tpl =&amp;gt; simulates the Listing module (to a degree)&lt;br /&gt;
* catalog_simple.tpl =&amp;gt; use with Catalog Listing (mainly)&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-list.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Reader ===&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields&lt;br /&gt;
* Catalog Reader Module is placed on the [[JumpTo]] page (just like News), configured in the back-end catalog&lt;br /&gt;
* replaces page title with _title_ if defined as catalog field&lt;br /&gt;
* Adds a reference variable to the items array so you can output the referenced catalog's info&lt;br /&gt;
* Above reference now also checks if reference is another catalog and provides a jumpTo URL (link and id) so users can jump to another category's detailed description.&lt;br /&gt;
&lt;br /&gt;
=== Templates === &lt;br /&gt;
* catalog_full.tpl =&amp;gt; use with Catalog Reader (mainly)&lt;br /&gt;
* catalog_full_ref.tpl =&amp;gt; use with Catalog Reader (with select/tag referenced array example)&lt;br /&gt;
&lt;br /&gt;
=== Catalog Notify ===&lt;br /&gt;
&lt;br /&gt;
* Add simple form fields with only text headings -- all fields are required!&lt;br /&gt;
* You can disable the security question&lt;br /&gt;
* Enter the Notification Subject -- this can contain catalog item field references, e.g. _{{catalog::fieldname}}_&lt;br /&gt;
* You can add multiple recipients in a list&lt;br /&gt;
* Enter the Body Text of the e-mail, which can contain 2 special variables: _##catalog##_ (the catalog name) and _##link##_ which creates hyperlink text to the current catalog item. You can also use the above catalog item field references, e.g. _{{catalog::fieldname}}_&lt;br /&gt;
&lt;br /&gt;
=== NOTE === &lt;br /&gt;
* This module must be on the same page as the Catalog Reader module as it also refers to a single catalog item&lt;br /&gt;
&lt;br /&gt;
=== Templates === &lt;br /&gt;
* mod_catalognotify.tpl =&amp;gt; creates the form and submit button, and displays the &amp;quot;received&amp;quot; message&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-notify.jpg]]&lt;br /&gt;
&lt;br /&gt;
In the Front-End, this is what it looks like:&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-notify-fe.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Featured ===&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields &lt;br /&gt;
* Custom where clause [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Limit items (0 to show all)&lt;br /&gt;
* Option to disable randomizer feature _ORDER BY RAND()_ and enter your own order by clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-featured.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Related ===&lt;br /&gt;
&lt;br /&gt;
This module provides a way to (randomly) list items with similar specification/fields to the currently viewed catalog item. Example: View other &amp;quot;Action Adventure&amp;quot; games where this related [genre] field matched.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
This module is intended to be used on a Catalog Reader Page.&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields &lt;br /&gt;
* Select the related fields that must match with the current viewed catalog item&lt;br /&gt;
* Custom condition (WHERE) clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Limit items (0 to show all)&lt;br /&gt;
* Option to disable randomizer feature _ORDER BY RAND()_ and enter your own ORDER by clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
=== Catalog Reference ===&lt;br /&gt;
&lt;br /&gt;
This module provides a way to (randomly) list child table items where a selected field matches the currently viewed parent catalog item. Example: List all items from the (child) Games Catalog where the currently viewed reference (parent) Region Catalog item matches on the selected reference field [region].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
This module is intended to be used on a Catalog Reader Page.&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Select the Catalog to list items from (child records)&lt;br /&gt;
* Select the reference field to which the ID must match with the currently viewed item with catalog reader.&lt;br /&gt;
* Select the current catalog being viewed in the Catalog Reader module (parent item).&lt;br /&gt;
* Select the catalog layout template &lt;br /&gt;
* Select which the order and visibility of listed fields &lt;br /&gt;
* Custom where clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Limit items (0 to show all)&lt;br /&gt;
* Option to disable randomizer feature _ORDER BY RAND()_ and enter your own order by clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
You can also use the [#CatalogInsertTags Catalog [[InsertTags]]] as specified above in Catalog Related.&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-reference.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Catalog [[InsertTags]] ==&lt;br /&gt;
&lt;br /&gt;
Its also possible to add custom parameters retrieved from the current catalog item as Catalog [[InsertTags]] in the custom condition (WHERE) and ordering (ORDER) boxes. See the image below for a more complete example using a price bracket and using date calculations compared to the current date. The general format to use the currently viewed catalog item's values is:&lt;br /&gt;
_{{catalog::fieldname}}_ will return the field's value&lt;br /&gt;
&lt;br /&gt;
[[File:catalog_ex-related.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Tips &amp;amp; Tricks ==&lt;br /&gt;
&lt;br /&gt;
Several tips and tricks are listed below.&lt;br /&gt;
&lt;br /&gt;
=== Custom Condition ===&lt;br /&gt;
&lt;br /&gt;
You can set-up complex custom conditions using the [#CatalogInsertTags Catalog [[InsertTags]]] above as well as regular [EnglishInserttags TL [[InsertTags]]]. This will allow you to filter the current Catalog module by variables like date, time, and when placed on a Catalog Reader page, you can use the current items information to further filter the Featured, Related, Reference, etc. items.&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-conditionorder.jpg]] &lt;br /&gt;
&lt;br /&gt;
=== Custom Ordering ===&lt;br /&gt;
&lt;br /&gt;
You can also enter custom ordering clauses (Featured requires you to enable it first) to allow you to order the items in your own way. Here are some suggestions.&lt;br /&gt;
&lt;br /&gt;
* Show the latest entered item first&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tstamp DESC&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Show a (limited to 1) item randomly cached by the current day -- this usually only becomes useful when you also set: _Number of items = 1_. This will then remain the same item, until the next day. Kind of like a featured random item per day. This has an added benefit of being able to go back to specific day to see the &amp;quot;random&amp;quot; item for that day, just replace _CURDATE()_ with the actual date _2009-02-27_&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
MD5(CONCAT(CURDATE(),id))&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Contao.Dev_ExtensionsCatalogExt</id>
		<title>Contao.Dev ExtensionsCatalogExt</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Contao.Dev_ExtensionsCatalogExt"/>
				<updated>2011-12-22T09:01:52Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: /* Front-end Display Modules */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
[PageOutline(1-4, Table of Contents)]&lt;br /&gt;
&lt;br /&gt;
= Catalog Extension =&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
The Catalog and Catalog Extension modules are advanced modules and will require intermediate knowledge of PHP, HTML/CSS in order to create catalog that displays the way you really need it. To create advanced displays, you will need to understand PHP array structures provided in the TPL files. &lt;br /&gt;
*NOTE: This is not a module for beginners*. &lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
The Catalog module is a simple stop-gap to assist beginners with quickly getting up a custom application without having to write any code. However, the Catalog module is obviously NOT capable of working for all situations, at some point you have to get yourself dirty with PHP programming and just write your own TL applicationa, which is a bit of work and a lot of files, but easier than you might think.&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The documentation below only explains how to configure the [[CatalogExt]] Front-End modules (see reference links below). &lt;br /&gt;
&lt;br /&gt;
== Reference Links ==&lt;br /&gt;
&lt;br /&gt;
* [ExtensionsCatalog Configuring the Catalog] -- should be done before reading this section&lt;br /&gt;
* [TutorialsCatalog Catalog Templates Tutotial] explains advanced template customisation&lt;br /&gt;
* [TutorialsCatalogMultiLanguage Catalog Multi-Language Tutorial] explains how to easily set-up multi-language catalogs&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
 &lt;br /&gt;
Once you've setup a Catalog in the back-end, you can use the Catalog Extension to add more features and to build the front-end with the following modules:&lt;br /&gt;
&lt;br /&gt;
* Catalog Filter Module: build your filter on field values, range, date, search.&lt;br /&gt;
* Catalog List Module: displays a list of items responding to the filter above.&lt;br /&gt;
* Catalog Reader: displays item detail view + reference info (jump links to other catalogs).&lt;br /&gt;
* Catalog Notify: creates contact form for clients to send contact info on catalog item (used on reader page)&lt;br /&gt;
* Catalog Featured: selectable number of (random) items filtered by a preset condition.&lt;br /&gt;
* Catalog Related: show related catalog items (except current) with selectable matching parameters.&lt;br /&gt;
* Catalog Reference: show child catalog items where a selected reference field is matching the current viewed parent item.&lt;br /&gt;
&lt;br /&gt;
== Front-end Display Modules ==&lt;br /&gt;
&lt;br /&gt;
To better understand the Front-End (FE) Modules, the following two diagrams will illustrate the two-page approach.&lt;br /&gt;
&lt;br /&gt;
=== Catalog List Page ===&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-list-use.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Reader Page === &lt;br /&gt;
&lt;br /&gt;
[[File:catalog-reader-usage.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Filter ===&lt;br /&gt;
&lt;br /&gt;
* Filter Module is simple point-and-click form builder&lt;br /&gt;
* Almost all fields can be used as a filtered list, except URL, FILE (these were too difficult to achieve successfully) and LONGTEXT (as a dropdown with lots of rich text won't be of any value)&lt;br /&gt;
* Each field can now be ordered and separately changed to: none, links list, radio, select drop-down&lt;br /&gt;
* Set-up a Field Filter Tree with auto-hide children and children become self-filtered by parents. This is ideal for situations like: Area, City (click on area and it only shows cities in that area)&lt;br /&gt;
* Tags can be set to display as multiple selects (radio becomes a checkbox control, and select becomes a multi-select)&lt;br /&gt;
* Date filter section, order and chose which date fields and the types or past periods (day, week, month, 6 months or year)&lt;br /&gt;
* As this is a separate module, you can place the filter in the right/left nav bar, but it must appear on the same page as the Catalog List module to create the filter URL for the list module to respond&lt;br /&gt;
* Multiple catalog filters are supported on the same page, each can display only a certain part, e.g. one for filter on 1 field to create categories, another for the search and other filter specs in the right nav.&lt;br /&gt;
* You can also set-up a [[JumpTo]] page, to which the filter will jump when clicked on a filter field, range, date, search or sort field. [[JumpTo]] is also Filter Tree View aware, e.g. it does not jump unless you are clicking on the last field in the filter tree (the final selection in your menu, which then jumps to your results). This allows you to set-up a category list on another page than the results.&lt;br /&gt;
&lt;br /&gt;
=== Templates === &lt;br /&gt;
* filter_default.tpl =&amp;gt; default for Catalog Filter&lt;br /&gt;
* filter_widgets.tpl =&amp;gt; empty template with debug to show how to build your own filter with Catalog Filter&lt;br /&gt;
&lt;br /&gt;
[[File:catalog_ex-filter.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog List ===&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields&lt;br /&gt;
* Supports a custom WHERE clause to exclude/include regardless of above filter specs (e.g. archived!=1 AND published=1). [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Supports a custom default ORDER BY clause, which is replace by the sort order&lt;br /&gt;
* Set the Query Mode (AND/OR)&lt;br /&gt;
* Set the Tags Mode (AND/OR)&lt;br /&gt;
* Select which fields are searched when search string is provided&lt;br /&gt;
* Enable Conditional listing mode, where nothing is listed until the filter conditions are fulfilled, e.g. both Genre AND Formats chosen, then the list is shown&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
=== NOTE === &lt;br /&gt;
* Must be on the same page as the Catalog Filter module above to respond to the active filters&lt;br /&gt;
* List Module is SEO-bases and supports paging (which is NOT SEO)&lt;br /&gt;
&lt;br /&gt;
=== Templates === &lt;br /&gt;
* catalog_simpletable.tpl =&amp;gt; simulates the Listing module (to a degree)&lt;br /&gt;
* catalog_simple.tpl =&amp;gt; use with Catalog Listing (mainly)&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-list.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Reader ===&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields&lt;br /&gt;
* Catalog Reader Module is placed on the [[JumpTo]] page (just like News), configured in the back-end catalog&lt;br /&gt;
* replaces page title with _title_ if defined as catalog field&lt;br /&gt;
* Adds a reference variable to the items array so you can output the referenced catalog's info&lt;br /&gt;
* Above reference now also checks if reference is another catalog and provides a jumpTo URL (link and id) so users can jump to another category's detailed description.&lt;br /&gt;
&lt;br /&gt;
=== Templates === &lt;br /&gt;
* catalog_full.tpl =&amp;gt; use with Catalog Reader (mainly)&lt;br /&gt;
* catalog_full_ref.tpl =&amp;gt; use with Catalog Reader (with select/tag referenced array example)&lt;br /&gt;
&lt;br /&gt;
=== Catalog Notify ===&lt;br /&gt;
&lt;br /&gt;
* Add simple form fields with only text headings -- all fields are required!&lt;br /&gt;
* You can disable the security question&lt;br /&gt;
* Enter the Notification Subject -- this can contain catalog item field references, e.g. _{{catalog::fieldname}}_&lt;br /&gt;
* You can add multiple recipients in a list&lt;br /&gt;
* Enter the Body Text of the e-mail, which can contain 2 special variables: _##catalog##_ (the catalog name) and _##link##_ which creates hyperlink text to the current catalog item. You can also use the above catalog item field references, e.g. _{{catalog::fieldname}}_&lt;br /&gt;
&lt;br /&gt;
=== NOTE === &lt;br /&gt;
* This module must be on the same page as the Catalog Reader module as it also refers to a single catalog item&lt;br /&gt;
&lt;br /&gt;
=== Templates === &lt;br /&gt;
* mod_catalognotify.tpl =&amp;gt; creates the form and submit button, and displays the &amp;quot;received&amp;quot; message&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-notify.jpg]]&lt;br /&gt;
&lt;br /&gt;
In the Front-End, this is what it looks like:&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-notify-fe.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Featured ===&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields &lt;br /&gt;
* Custom where clause [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Limit items (0 to show all)&lt;br /&gt;
* Option to disable randomizer feature _ORDER BY RAND()_ and enter your own order by clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-featured.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Related ===&lt;br /&gt;
&lt;br /&gt;
This module provides a way to (randomly) list items with similar specification/fields to the currently viewed catalog item. Example: View other &amp;quot;Action Adventure&amp;quot; games where this related [genre] field matched.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
This module is intended to be used on a Catalog Reader Page.&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields &lt;br /&gt;
* Select the related fields that must match with the current viewed catalog item&lt;br /&gt;
* Custom condition (WHERE) clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Limit items (0 to show all)&lt;br /&gt;
* Option to disable randomizer feature _ORDER BY RAND()_ and enter your own ORDER by clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
=== Catalog Reference ===&lt;br /&gt;
&lt;br /&gt;
This module provides a way to (randomly) list child table items where a selected field matches the currently viewed parent catalog item. Example: List all items from the (child) Games Catalog where the currently viewed reference (parent) Region Catalog item matches on the selected reference field [region].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
This module is intended to be used on a Catalog Reader Page.&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Select the Catalog to list items from (child records)&lt;br /&gt;
* Select the reference field to which the ID must match with the currently viewed item with catalog reader.&lt;br /&gt;
* Select the current catalog being viewed in the Catalog Reader module (parent item).&lt;br /&gt;
* Select the catalog layout template &lt;br /&gt;
* Select which the order and visibility of listed fields &lt;br /&gt;
* Custom where clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Limit items (0 to show all)&lt;br /&gt;
* Option to disable randomizer feature _ORDER BY RAND()_ and enter your own order by clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
You can also use the [#CatalogInsertTags Catalog [[InsertTags]]] as specified above in Catalog Related.&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-reference.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Catalog [[InsertTags]] ==&lt;br /&gt;
&lt;br /&gt;
Its also possible to add custom parameters retrieved from the current catalog item as Catalog [[InsertTags]] in the custom condition (WHERE) and ordering (ORDER) boxes. See the image below for a more complete example using a price bracket and using date calculations compared to the current date. The general format to use the currently viewed catalog item's values is:&lt;br /&gt;
_{{catalog::fieldname}}_ will return the field's value&lt;br /&gt;
&lt;br /&gt;
[[File:catalog_ex-related.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Tips &amp;amp; Tricks ==&lt;br /&gt;
&lt;br /&gt;
Several tips and tricks are listed below.&lt;br /&gt;
&lt;br /&gt;
=== Custom Condition ===&lt;br /&gt;
&lt;br /&gt;
You can set-up complex custom conditions using the [#CatalogInsertTags Catalog [[InsertTags]]] above as well as regular [EnglishInserttags TL [[InsertTags]]]. This will allow you to filter the current Catalog module by variables like date, time, and when placed on a Catalog Reader page, you can use the current items information to further filter the Featured, Related, Reference, etc. items.&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-conditionorder.jpg]] &lt;br /&gt;
&lt;br /&gt;
=== Custom Ordering ===&lt;br /&gt;
&lt;br /&gt;
You can also enter custom ordering clauses (Featured requires you to enable it first) to allow you to order the items in your own way. Here are some suggestions.&lt;br /&gt;
&lt;br /&gt;
* Show the latest entered item first&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tstamp DESC&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Show a (limited to 1) item randomly cached by the current day -- this usually only becomes useful when you also set: _Number of items = 1_. This will then remain the same item, until the next day. Kind of like a featured random item per day. This has an added benefit of being able to go back to specific day to see the &amp;quot;random&amp;quot; item for that day, just replace _CURDATE()_ with the actual date _2009-02-27_&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
MD5(CONCAT(CURDATE(),id))&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Contao.Dev_ExtensionsCatalogExt</id>
		<title>Contao.Dev ExtensionsCatalogExt</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Contao.Dev_ExtensionsCatalogExt"/>
				<updated>2011-12-22T08:59:08Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: /* Catalog Extension */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
[PageOutline(1-4, Table of Contents)]&lt;br /&gt;
&lt;br /&gt;
= Catalog Extension =&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
The Catalog and Catalog Extension modules are advanced modules and will require intermediate knowledge of PHP, HTML/CSS in order to create catalog that displays the way you really need it. To create advanced displays, you will need to understand PHP array structures provided in the TPL files. &lt;br /&gt;
*NOTE: This is not a module for beginners*. &lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
The Catalog module is a simple stop-gap to assist beginners with quickly getting up a custom application without having to write any code. However, the Catalog module is obviously NOT capable of working for all situations, at some point you have to get yourself dirty with PHP programming and just write your own TL applicationa, which is a bit of work and a lot of files, but easier than you might think.&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The documentation below only explains how to configure the [[CatalogExt]] Front-End modules (see reference links below). &lt;br /&gt;
&lt;br /&gt;
== Reference Links ==&lt;br /&gt;
&lt;br /&gt;
* [ExtensionsCatalog Configuring the Catalog] -- should be done before reading this section&lt;br /&gt;
* [TutorialsCatalog Catalog Templates Tutotial] explains advanced template customisation&lt;br /&gt;
* [TutorialsCatalogMultiLanguage Catalog Multi-Language Tutorial] explains how to easily set-up multi-language catalogs&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
 &lt;br /&gt;
Once you've setup a Catalog in the back-end, you can use the Catalog Extension to add more features and to build the front-end with the following modules:&lt;br /&gt;
&lt;br /&gt;
* Catalog Filter Module: build your filter on field values, range, date, search.&lt;br /&gt;
* Catalog List Module: displays a list of items responding to the filter above.&lt;br /&gt;
* Catalog Reader: displays item detail view + reference info (jump links to other catalogs).&lt;br /&gt;
* Catalog Notify: creates contact form for clients to send contact info on catalog item (used on reader page)&lt;br /&gt;
* Catalog Featured: selectable number of (random) items filtered by a preset condition.&lt;br /&gt;
* Catalog Related: show related catalog items (except current) with selectable matching parameters.&lt;br /&gt;
* Catalog Reference: show child catalog items where a selected reference field is matching the current viewed parent item.&lt;br /&gt;
&lt;br /&gt;
== Front-end Display Modules ==&lt;br /&gt;
&lt;br /&gt;
To better understand the Front-End (FE) Modules, the following two diagrams will illustrate the two-page approach.&lt;br /&gt;
&lt;br /&gt;
*Catalog List Page*&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-list-use.jpg]]&lt;br /&gt;
&lt;br /&gt;
*Catalog Reader Page* &lt;br /&gt;
&lt;br /&gt;
[[File:catalog-reader-usage.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Filter ===&lt;br /&gt;
&lt;br /&gt;
* Filter Module is simple point-and-click form builder&lt;br /&gt;
* Almost all fields can be used as a filtered list, except URL, FILE (these were too difficult to achieve successfully) and LONGTEXT (as a dropdown with lots of rich text won't be of any value)&lt;br /&gt;
* Each field can now be ordered and separately changed to: none, links list, radio, select drop-down&lt;br /&gt;
* Set-up a Field Filter Tree with auto-hide children and children become self-filtered by parents. This is ideal for situations like: Area, City (click on area and it only shows cities in that area)&lt;br /&gt;
* Tags can be set to display as multiple selects (radio becomes a checkbox control, and select becomes a multi-select)&lt;br /&gt;
* Date filter section, order and chose which date fields and the types or past periods (day, week, month, 6 months or year)&lt;br /&gt;
* As this is a separate module, you can place the filter in the right/left nav bar, but it must appear on the same page as the Catalog List module to create the filter URL for the list module to respond&lt;br /&gt;
* Multiple catalog filters are supported on the same page, each can display only a certain part, e.g. one for filter on 1 field to create categories, another for the search and other filter specs in the right nav.&lt;br /&gt;
* You can also set-up a [[JumpTo]] page, to which the filter will jump when clicked on a filter field, range, date, search or sort field. [[JumpTo]] is also Filter Tree View aware, e.g. it does not jump unless you are clicking on the last field in the filter tree (the final selection in your menu, which then jumps to your results). This allows you to set-up a category list on another page than the results.&lt;br /&gt;
&lt;br /&gt;
*Templates*&lt;br /&gt;
* filter_default.tpl =&amp;gt; default for Catalog Filter&lt;br /&gt;
* filter_widgets.tpl =&amp;gt; empty template with debug to show how to build your own filter with Catalog Filter&lt;br /&gt;
&lt;br /&gt;
[[File:catalog_ex-filter.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog List ===&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields&lt;br /&gt;
* Supports a custom WHERE clause to exclude/include regardless of above filter specs (e.g. archived!=1 AND published=1). [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Supports a custom default ORDER BY clause, which is replace by the sort order&lt;br /&gt;
* Set the Query Mode (AND/OR)&lt;br /&gt;
* Set the Tags Mode (AND/OR)&lt;br /&gt;
* Select which fields are searched when search string is provided&lt;br /&gt;
* Enable Conditional listing mode, where nothing is listed until the filter conditions are fulfilled, e.g. both Genre AND Formats chosen, then the list is shown&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
*NOTE:*&lt;br /&gt;
* Must be on the same page as the Catalog Filter module above to respond to the active filters&lt;br /&gt;
* List Module is SEO-bases and supports paging (which is NOT SEO)&lt;br /&gt;
&lt;br /&gt;
*Templates*&lt;br /&gt;
* catalog_simpletable.tpl =&amp;gt; simulates the Listing module (to a degree)&lt;br /&gt;
* catalog_simple.tpl =&amp;gt; use with Catalog Listing (mainly)&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-list.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Catalog Reader ===&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields&lt;br /&gt;
* Catalog Reader Module is placed on the [[JumpTo]] page (just like News), configured in the back-end catalog&lt;br /&gt;
* replaces page title with _title_ if defined as catalog field&lt;br /&gt;
* Adds a reference variable to the items array so you can output the referenced catalog's info&lt;br /&gt;
* Above reference now also checks if reference is another catalog and provides a jumpTo URL (link and id) so users can jump to another category's detailed description.&lt;br /&gt;
&lt;br /&gt;
*Templates*&lt;br /&gt;
* catalog_full.tpl =&amp;gt; use with Catalog Reader (mainly)&lt;br /&gt;
* catalog_full_ref.tpl =&amp;gt; use with Catalog Reader (with select/tag referenced array example)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Catalog Notify ===&lt;br /&gt;
&lt;br /&gt;
* Add simple form fields with only text headings -- all fields are required!&lt;br /&gt;
* You can disable the security question&lt;br /&gt;
* Enter the Notification Subject -- this can contain catalog item field references, e.g. _{{catalog::fieldname}}_&lt;br /&gt;
* You can add multiple recipients in a list&lt;br /&gt;
* Enter the Body Text of the e-mail, which can contain 2 special variables: _##catalog##_ (the catalog name) and _##link##_ which creates hyperlink text to the current catalog item. You can also use the above catalog item field references, e.g. _{{catalog::fieldname}}_&lt;br /&gt;
&lt;br /&gt;
*NOTE:*&lt;br /&gt;
* This module must be on the same page as the Catalog Reader module as it also refers to a single catalog item&lt;br /&gt;
&lt;br /&gt;
*Templates*&lt;br /&gt;
* mod_catalognotify.tpl =&amp;gt; creates the form and submit button, and displays the &amp;quot;received&amp;quot; message&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-notify.jpg]]&lt;br /&gt;
&lt;br /&gt;
In the Front-End, this is what it looks like:&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-notify-fe.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Featured ===&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields &lt;br /&gt;
* Custom where clause [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Limit items (0 to show all)&lt;br /&gt;
* Option to disable randomizer feature _ORDER BY RAND()_ and enter your own order by clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-featured.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Catalog Related ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This module provides a way to (randomly) list items with similar specification/fields to the currently viewed catalog item. Example: View other &amp;quot;Action Adventure&amp;quot; games where this related [genre] field matched.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
This module is intended to be used on a Catalog Reader Page.&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields &lt;br /&gt;
* Select the related fields that must match with the current viewed catalog item&lt;br /&gt;
* Custom condition (WHERE) clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Limit items (0 to show all)&lt;br /&gt;
* Option to disable randomizer feature _ORDER BY RAND()_ and enter your own ORDER by clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
=== Catalog Reference ===&lt;br /&gt;
&lt;br /&gt;
This module provides a way to (randomly) list child table items where a selected field matches the currently viewed parent catalog item. Example: List all items from the (child) Games Catalog where the currently viewed reference (parent) Region Catalog item matches on the selected reference field [region].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
This module is intended to be used on a Catalog Reader Page.&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Select the Catalog to list items from (child records)&lt;br /&gt;
* Select the reference field to which the ID must match with the currently viewed item with catalog reader.&lt;br /&gt;
* Select the current catalog being viewed in the Catalog Reader module (parent item).&lt;br /&gt;
* Select the catalog layout template &lt;br /&gt;
* Select which the order and visibility of listed fields &lt;br /&gt;
* Custom where clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Limit items (0 to show all)&lt;br /&gt;
* Option to disable randomizer feature _ORDER BY RAND()_ and enter your own order by clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
You can also use the [#CatalogInsertTags Catalog [[InsertTags]]] as specified above in Catalog Related.&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-reference.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Catalog [[InsertTags]] ==&lt;br /&gt;
&lt;br /&gt;
Its also possible to add custom parameters retrieved from the current catalog item as Catalog [[InsertTags]] in the custom condition (WHERE) and ordering (ORDER) boxes. See the image below for a more complete example using a price bracket and using date calculations compared to the current date. The general format to use the currently viewed catalog item's values is:&lt;br /&gt;
_{{catalog::fieldname}}_ will return the field's value&lt;br /&gt;
&lt;br /&gt;
[[File:catalog_ex-related.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Tips &amp;amp; Tricks ==&lt;br /&gt;
&lt;br /&gt;
Several tips and tricks are listed below.&lt;br /&gt;
&lt;br /&gt;
=== Custom Condition ===&lt;br /&gt;
&lt;br /&gt;
You can set-up complex custom conditions using the [#CatalogInsertTags Catalog [[InsertTags]]] above as well as regular [EnglishInserttags TL [[InsertTags]]]. This will allow you to filter the current Catalog module by variables like date, time, and when placed on a Catalog Reader page, you can use the current items information to further filter the Featured, Related, Reference, etc. items.&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-conditionorder.jpg]] &lt;br /&gt;
&lt;br /&gt;
=== Custom Ordering ===&lt;br /&gt;
&lt;br /&gt;
You can also enter custom ordering clauses (Featured requires you to enable it first) to allow you to order the items in your own way. Here are some suggestions.&lt;br /&gt;
&lt;br /&gt;
* Show the latest entered item first&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tstamp DESC&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Show a (limited to 1) item randomly cached by the current day -- this usually only becomes useful when you also set: _Number of items = 1_. This will then remain the same item, until the next day. Kind of like a featured random item per day. This has an added benefit of being able to go back to specific day to see the &amp;quot;random&amp;quot; item for that day, just replace _CURDATE()_ with the actual date _2009-02-27_&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
MD5(CONCAT(CURDATE(),id))&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/File:Catalog-conditionorder.jpg</id>
		<title>File:Catalog-conditionorder.jpg</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/File:Catalog-conditionorder.jpg"/>
				<updated>2011-12-22T08:56:15Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/File:Catalog_ex-related.jpg</id>
		<title>File:Catalog ex-related.jpg</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/File:Catalog_ex-related.jpg"/>
				<updated>2011-12-22T08:55:46Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/File:Catalog-reference.jpg</id>
		<title>File:Catalog-reference.jpg</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/File:Catalog-reference.jpg"/>
				<updated>2011-12-22T08:54:41Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/File:Catalog-featured.jpg</id>
		<title>File:Catalog-featured.jpg</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/File:Catalog-featured.jpg"/>
				<updated>2011-12-22T08:53:57Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Contao.Dev_ExtensionsCatalogExt</id>
		<title>Contao.Dev ExtensionsCatalogExt</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Contao.Dev_ExtensionsCatalogExt"/>
				<updated>2011-12-22T08:53:08Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
[PageOutline(1-4, Table of Contents)]&lt;br /&gt;
&lt;br /&gt;
= Catalog Extension =&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
The Catalog and Catalog Extension modules are advanced modules and will require intermediate knowledge of PHP, HTML/CSS in order to create catalog that displays the way you really need it. To create advanced displays, you will need to understand PHP array structures provided in the TPL files. &lt;br /&gt;
&lt;br /&gt;
*NOTE: This is not a module for beginners*. &lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
The Catalog module is a simple stop-gap to assist beginners with quickly getting up a custom application without having to write any code. However, the Catalog module is obviously NOT capable of working for all situations, at some point you have to get yourself dirty with PHP programming and just write your own TL applicationa, which is a bit of work and a lot of files, but easier than you might think.&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The documentation below only explains how to configure the [[CatalogExt]] Front-End modules (see reference links below). &lt;br /&gt;
&lt;br /&gt;
== Reference Links ==&lt;br /&gt;
&lt;br /&gt;
* [ExtensionsCatalog Configuring the Catalog] -- should be done before reading this section&lt;br /&gt;
* [TutorialsCatalog Catalog Templates Tutotial] explains advanced template customisation&lt;br /&gt;
* [TutorialsCatalogMultiLanguage Catalog Multi-Language Tutorial] explains how to easily set-up multi-language catalogs&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
 &lt;br /&gt;
Once you've setup a Catalog in the back-end, you can use the Catalog Extension to add more features and to build the front-end with the following modules:&lt;br /&gt;
&lt;br /&gt;
* Catalog Filter Module: build your filter on field values, range, date, search.&lt;br /&gt;
* Catalog List Module: displays a list of items responding to the filter above.&lt;br /&gt;
* Catalog Reader: displays item detail view + reference info (jump links to other catalogs).&lt;br /&gt;
* Catalog Notify: creates contact form for clients to send contact info on catalog item (used on reader page)&lt;br /&gt;
* Catalog Featured: selectable number of (random) items filtered by a preset condition.&lt;br /&gt;
* Catalog Related: show related catalog items (except current) with selectable matching parameters.&lt;br /&gt;
* Catalog Reference: show child catalog items where a selected reference field is matching the current viewed parent item.&lt;br /&gt;
&lt;br /&gt;
== Front-end Display Modules ==&lt;br /&gt;
&lt;br /&gt;
To better understand the Front-End (FE) Modules, the following two diagrams will illustrate the two-page approach.&lt;br /&gt;
&lt;br /&gt;
*Catalog List Page*&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-list-use.jpg]]&lt;br /&gt;
&lt;br /&gt;
*Catalog Reader Page* &lt;br /&gt;
&lt;br /&gt;
[[File:catalog-reader-usage.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Filter ===&lt;br /&gt;
&lt;br /&gt;
* Filter Module is simple point-and-click form builder&lt;br /&gt;
* Almost all fields can be used as a filtered list, except URL, FILE (these were too difficult to achieve successfully) and LONGTEXT (as a dropdown with lots of rich text won't be of any value)&lt;br /&gt;
* Each field can now be ordered and separately changed to: none, links list, radio, select drop-down&lt;br /&gt;
* Set-up a Field Filter Tree with auto-hide children and children become self-filtered by parents. This is ideal for situations like: Area, City (click on area and it only shows cities in that area)&lt;br /&gt;
* Tags can be set to display as multiple selects (radio becomes a checkbox control, and select becomes a multi-select)&lt;br /&gt;
* Date filter section, order and chose which date fields and the types or past periods (day, week, month, 6 months or year)&lt;br /&gt;
* As this is a separate module, you can place the filter in the right/left nav bar, but it must appear on the same page as the Catalog List module to create the filter URL for the list module to respond&lt;br /&gt;
* Multiple catalog filters are supported on the same page, each can display only a certain part, e.g. one for filter on 1 field to create categories, another for the search and other filter specs in the right nav.&lt;br /&gt;
* You can also set-up a [[JumpTo]] page, to which the filter will jump when clicked on a filter field, range, date, search or sort field. [[JumpTo]] is also Filter Tree View aware, e.g. it does not jump unless you are clicking on the last field in the filter tree (the final selection in your menu, which then jumps to your results). This allows you to set-up a category list on another page than the results.&lt;br /&gt;
&lt;br /&gt;
*Templates*&lt;br /&gt;
* filter_default.tpl =&amp;gt; default for Catalog Filter&lt;br /&gt;
* filter_widgets.tpl =&amp;gt; empty template with debug to show how to build your own filter with Catalog Filter&lt;br /&gt;
&lt;br /&gt;
[[File:catalog_ex-filter.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog List ===&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields&lt;br /&gt;
* Supports a custom WHERE clause to exclude/include regardless of above filter specs (e.g. archived!=1 AND published=1). [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Supports a custom default ORDER BY clause, which is replace by the sort order&lt;br /&gt;
* Set the Query Mode (AND/OR)&lt;br /&gt;
* Set the Tags Mode (AND/OR)&lt;br /&gt;
* Select which fields are searched when search string is provided&lt;br /&gt;
* Enable Conditional listing mode, where nothing is listed until the filter conditions are fulfilled, e.g. both Genre AND Formats chosen, then the list is shown&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
*NOTE:*&lt;br /&gt;
* Must be on the same page as the Catalog Filter module above to respond to the active filters&lt;br /&gt;
* List Module is SEO-bases and supports paging (which is NOT SEO)&lt;br /&gt;
&lt;br /&gt;
*Templates*&lt;br /&gt;
* catalog_simpletable.tpl =&amp;gt; simulates the Listing module (to a degree)&lt;br /&gt;
* catalog_simple.tpl =&amp;gt; use with Catalog Listing (mainly)&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-list.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Catalog Reader ===&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields&lt;br /&gt;
* Catalog Reader Module is placed on the [[JumpTo]] page (just like News), configured in the back-end catalog&lt;br /&gt;
* replaces page title with _title_ if defined as catalog field&lt;br /&gt;
* Adds a reference variable to the items array so you can output the referenced catalog's info&lt;br /&gt;
* Above reference now also checks if reference is another catalog and provides a jumpTo URL (link and id) so users can jump to another category's detailed description.&lt;br /&gt;
&lt;br /&gt;
*Templates*&lt;br /&gt;
* catalog_full.tpl =&amp;gt; use with Catalog Reader (mainly)&lt;br /&gt;
* catalog_full_ref.tpl =&amp;gt; use with Catalog Reader (with select/tag referenced array example)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Catalog Notify ===&lt;br /&gt;
&lt;br /&gt;
* Add simple form fields with only text headings -- all fields are required!&lt;br /&gt;
* You can disable the security question&lt;br /&gt;
* Enter the Notification Subject -- this can contain catalog item field references, e.g. _{{catalog::fieldname}}_&lt;br /&gt;
* You can add multiple recipients in a list&lt;br /&gt;
* Enter the Body Text of the e-mail, which can contain 2 special variables: _##catalog##_ (the catalog name) and _##link##_ which creates hyperlink text to the current catalog item. You can also use the above catalog item field references, e.g. _{{catalog::fieldname}}_&lt;br /&gt;
&lt;br /&gt;
*NOTE:*&lt;br /&gt;
* This module must be on the same page as the Catalog Reader module as it also refers to a single catalog item&lt;br /&gt;
&lt;br /&gt;
*Templates*&lt;br /&gt;
* mod_catalognotify.tpl =&amp;gt; creates the form and submit button, and displays the &amp;quot;received&amp;quot; message&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-notify.jpg]]&lt;br /&gt;
&lt;br /&gt;
In the Front-End, this is what it looks like:&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-notify-fe.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Featured ===&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields &lt;br /&gt;
* Custom where clause [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Limit items (0 to show all)&lt;br /&gt;
* Option to disable randomizer feature _ORDER BY RAND()_ and enter your own order by clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-featured.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Catalog Related ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This module provides a way to (randomly) list items with similar specification/fields to the currently viewed catalog item. Example: View other &amp;quot;Action Adventure&amp;quot; games where this related [genre] field matched.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
This module is intended to be used on a Catalog Reader Page.&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields &lt;br /&gt;
* Select the related fields that must match with the current viewed catalog item&lt;br /&gt;
* Custom condition (WHERE) clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Limit items (0 to show all)&lt;br /&gt;
* Option to disable randomizer feature _ORDER BY RAND()_ and enter your own ORDER by clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
=== Catalog Reference ===&lt;br /&gt;
&lt;br /&gt;
This module provides a way to (randomly) list child table items where a selected field matches the currently viewed parent catalog item. Example: List all items from the (child) Games Catalog where the currently viewed reference (parent) Region Catalog item matches on the selected reference field [region].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
This module is intended to be used on a Catalog Reader Page.&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Select the Catalog to list items from (child records)&lt;br /&gt;
* Select the reference field to which the ID must match with the currently viewed item with catalog reader.&lt;br /&gt;
* Select the current catalog being viewed in the Catalog Reader module (parent item).&lt;br /&gt;
* Select the catalog layout template &lt;br /&gt;
* Select which the order and visibility of listed fields &lt;br /&gt;
* Custom where clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Limit items (0 to show all)&lt;br /&gt;
* Option to disable randomizer feature _ORDER BY RAND()_ and enter your own order by clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
You can also use the [#CatalogInsertTags Catalog [[InsertTags]]] as specified above in Catalog Related.&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-reference.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Catalog [[InsertTags]] ==&lt;br /&gt;
&lt;br /&gt;
Its also possible to add custom parameters retrieved from the current catalog item as Catalog [[InsertTags]] in the custom condition (WHERE) and ordering (ORDER) boxes. See the image below for a more complete example using a price bracket and using date calculations compared to the current date. The general format to use the currently viewed catalog item's values is:&lt;br /&gt;
_{{catalog::fieldname}}_ will return the field's value&lt;br /&gt;
&lt;br /&gt;
[[File:catalog_ex-related.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Tips &amp;amp; Tricks ==&lt;br /&gt;
&lt;br /&gt;
Several tips and tricks are listed below.&lt;br /&gt;
&lt;br /&gt;
=== Custom Condition ===&lt;br /&gt;
&lt;br /&gt;
You can set-up complex custom conditions using the [#CatalogInsertTags Catalog [[InsertTags]]] above as well as regular [EnglishInserttags TL [[InsertTags]]]. This will allow you to filter the current Catalog module by variables like date, time, and when placed on a Catalog Reader page, you can use the current items information to further filter the Featured, Related, Reference, etc. items.&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-conditionorder.jpg]] &lt;br /&gt;
&lt;br /&gt;
=== Custom Ordering ===&lt;br /&gt;
&lt;br /&gt;
You can also enter custom ordering clauses (Featured requires you to enable it first) to allow you to order the items in your own way. Here are some suggestions.&lt;br /&gt;
&lt;br /&gt;
* Show the latest entered item first&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tstamp DESC&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Show a (limited to 1) item randomly cached by the current day -- this usually only becomes useful when you also set: _Number of items = 1_. This will then remain the same item, until the next day. Kind of like a featured random item per day. This has an added benefit of being able to go back to specific day to see the &amp;quot;random&amp;quot; item for that day, just replace _CURDATE()_ with the actual date _2009-02-27_&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
MD5(CONCAT(CURDATE(),id))&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/File:Catalog-notify-fe.jpg</id>
		<title>File:Catalog-notify-fe.jpg</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/File:Catalog-notify-fe.jpg"/>
				<updated>2011-12-22T08:51:21Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/File:Catalog-notify.jpg</id>
		<title>File:Catalog-notify.jpg</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/File:Catalog-notify.jpg"/>
				<updated>2011-12-22T08:50:02Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/File:Catalog-list.jpg</id>
		<title>File:Catalog-list.jpg</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/File:Catalog-list.jpg"/>
				<updated>2011-12-22T08:49:20Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/File:Catalog-list-use.jpg</id>
		<title>File:Catalog-list-use.jpg</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/File:Catalog-list-use.jpg"/>
				<updated>2011-12-22T08:47:04Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/File:Catalog-reader-usage.jpg</id>
		<title>File:Catalog-reader-usage.jpg</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/File:Catalog-reader-usage.jpg"/>
				<updated>2011-12-22T08:46:17Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/File:Catalog_ex-filter.jpg</id>
		<title>File:Catalog ex-filter.jpg</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/File:Catalog_ex-filter.jpg"/>
				<updated>2011-12-22T08:45:03Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Contao.Dev_ExtensionsCatalogExt</id>
		<title>Contao.Dev ExtensionsCatalogExt</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Contao.Dev_ExtensionsCatalogExt"/>
				<updated>2011-12-21T15:34:33Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: Created page with '{{stub}}  [PageOutline(1-4, Table of Contents)]  = Catalog Extension =    &amp;lt;pre&amp;gt; &amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt; The Catalog and Catalog Extension modules are advanced modules and will require…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
[PageOutline(1-4, Table of Contents)]&lt;br /&gt;
&lt;br /&gt;
= Catalog Extension =&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
The Catalog and Catalog Extension modules are advanced modules and will require intermediate knowledge of PHP, HTML/CSS in order to create catalog that displays the way you really need it. To create advanced displays, you will need to understand PHP array structures provided in the TPL files. &lt;br /&gt;
&lt;br /&gt;
*NOTE: This is not a module for beginners*. &lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
The Catalog module is a simple stop-gap to assist beginners with quickly getting up a custom application without having to write any code. However, the Catalog module is obviously NOT capable of working for all situations, at some point you have to get yourself dirty with PHP programming and just write your own TL applicationa, which is a bit of work and a lot of files, but easier than you might think.&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The documentation below only explains how to configure the [[CatalogExt]] Front-End modules (see reference links below). &lt;br /&gt;
&lt;br /&gt;
== Reference Links ==&lt;br /&gt;
&lt;br /&gt;
* [ExtensionsCatalog Configuring the Catalog] -- should be done before reading this section&lt;br /&gt;
* [TutorialsCatalog Catalog Templates Tutotial] explains advanced template customisation&lt;br /&gt;
* [TutorialsCatalogMultiLanguage Catalog Multi-Language Tutorial] explains how to easily set-up multi-language catalogs&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
 &lt;br /&gt;
Once you've setup a Catalog in the back-end, you can use the Catalog Extension to add more features and to build the front-end with the following modules:&lt;br /&gt;
&lt;br /&gt;
* Catalog Filter Module: build your filter on field values, range, date, search.&lt;br /&gt;
* Catalog List Module: displays a list of items responding to the filter above.&lt;br /&gt;
* Catalog Reader: displays item detail view + reference info (jump links to other catalogs).&lt;br /&gt;
* Catalog Notify: creates contact form for clients to send contact info on catalog item (used on reader page)&lt;br /&gt;
* Catalog Featured: selectable number of (random) items filtered by a preset condition.&lt;br /&gt;
* Catalog Related: show related catalog items (except current) with selectable matching parameters.&lt;br /&gt;
* Catalog Reference: show child catalog items where a selected reference field is matching the current viewed parent item.&lt;br /&gt;
&lt;br /&gt;
== Front-end Display Modules ==&lt;br /&gt;
&lt;br /&gt;
To better understand the Front-End (FE) Modules, the following two diagrams will illustrate the two-page approach.&lt;br /&gt;
&lt;br /&gt;
*Catalog List Page*&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-list-use.jpg]]&lt;br /&gt;
&lt;br /&gt;
*Catalog Reader Page* &lt;br /&gt;
&lt;br /&gt;
[[File:catalog-reader-usage.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Filter ===&lt;br /&gt;
&lt;br /&gt;
* Filter Module is simple point-and-click form builder&lt;br /&gt;
* Almost all fields can be used as a filtered list, except URL, FILE (these were too difficult to achieve successfully) and LONGTEXT (as a dropdown with lots of rich text won't be of any value)&lt;br /&gt;
* Each field can now be ordered and separately changed to: none, links list, radio, select drop-down&lt;br /&gt;
* Set-up a Field Filter Tree with auto-hide children and children become self-filtered by parents. This is ideal for situations like: Area, City (click on area and it only shows cities in that area)&lt;br /&gt;
* Tags can be set to display as multiple selects (radio becomes a checkbox control, and select becomes a multi-select)&lt;br /&gt;
* Date filter section, order and chose which date fields and the types or past periods (day, week, month, 6 months or year)&lt;br /&gt;
* As this is a separate module, you can place the filter in the right/left nav bar, but it must appear on the same page as the Catalog List module to create the filter URL for the list module to respond&lt;br /&gt;
* Multiple catalog filters are supported on the same page, each can display only a certain part, e.g. one for filter on 1 field to create categories, another for the search and other filter specs in the right nav.&lt;br /&gt;
* You can also set-up a [[JumpTo]] page, to which the filter will jump when clicked on a filter field, range, date, search or sort field. [[JumpTo]] is also Filter Tree View aware, e.g. it does not jump unless you are clicking on the last field in the filter tree (the final selection in your menu, which then jumps to your results). This allows you to set-up a category list on another page than the results.&lt;br /&gt;
&lt;br /&gt;
*Templates*&lt;br /&gt;
* filter_default.tpl =&amp;gt; default for Catalog Filter&lt;br /&gt;
* filter_widgets.tpl =&amp;gt; empty template with debug to show how to build your own filter with Catalog Filter&lt;br /&gt;
&lt;br /&gt;
[[File:catalog_ex-filter.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog List ===&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields&lt;br /&gt;
* Supports a custom WHERE clause to exclude/include regardless of above filter specs (e.g. archived!=1 AND published=1). [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Supports a custom default ORDER BY clause, which is replace by the sort order&lt;br /&gt;
* Set the Query Mode (AND/OR)&lt;br /&gt;
* Set the Tags Mode (AND/OR)&lt;br /&gt;
* Select which fields are searched when search string is provided&lt;br /&gt;
* Enable Conditional listing mode, where nothing is listed until the filter conditions are fulfilled, e.g. both Genre AND Formats chosen, then the list is shown&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
*NOTE:*&lt;br /&gt;
* Must be on the same page as the Catalog Filter module above to respond to the active filters&lt;br /&gt;
* List Module is SEO-bases and supports paging (which is NOT SEO)&lt;br /&gt;
&lt;br /&gt;
*Templates*&lt;br /&gt;
* catalog_simpletable.tpl =&amp;gt; simulates the Listing module (to a degree)&lt;br /&gt;
* catalog_simple.tpl =&amp;gt; use with Catalog Listing (mainly)&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-list.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Catalog Reader ===&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields&lt;br /&gt;
* Catalog Reader Module is placed on the [[JumpTo]] page (just like News), configured in the back-end catalog&lt;br /&gt;
* replaces page title with _title_ if defined as catalog field&lt;br /&gt;
* Adds a reference variable to the items array so you can output the referenced catalog's info&lt;br /&gt;
* Above reference now also checks if reference is another catalog and provides a jumpTo URL (link and id) so users can jump to another category's detailed description.&lt;br /&gt;
&lt;br /&gt;
*Templates*&lt;br /&gt;
* catalog_full.tpl =&amp;gt; use with Catalog Reader (mainly)&lt;br /&gt;
* catalog_full_ref.tpl =&amp;gt; use with Catalog Reader (with select/tag referenced array example)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Catalog Notify ===&lt;br /&gt;
&lt;br /&gt;
* Add simple form fields with only text headings -- all fields are required!&lt;br /&gt;
* You can disable the security question&lt;br /&gt;
* Enter the Notification Subject -- this can contain catalog item field references, e.g. _{{catalog::fieldname}}_&lt;br /&gt;
* You can add multiple recipients in a list&lt;br /&gt;
* Enter the Body Text of the e-mail, which can contain 2 special variables: _##catalog##_ (the catalog name) and _##link##_ which creates hyperlink text to the current catalog item. You can also use the above catalog item field references, e.g. _{{catalog::fieldname}}_&lt;br /&gt;
&lt;br /&gt;
*NOTE:*&lt;br /&gt;
* This module must be on the same page as the Catalog Reader module as it also refers to a single catalog item&lt;br /&gt;
&lt;br /&gt;
*Templates*&lt;br /&gt;
* mod_catalognotify.tpl =&amp;gt; creates the form and submit button, and displays the &amp;quot;received&amp;quot; message&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-notify.jpg]]&lt;br /&gt;
&lt;br /&gt;
In the Front-End, this is what it looks like:&lt;br /&gt;
&lt;br /&gt;
[[IFile:catalog-notify-fe.jpg]]&lt;br /&gt;
&lt;br /&gt;
=== Catalog Featured ===&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields &lt;br /&gt;
* Custom where clause [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Limit items (0 to show all)&lt;br /&gt;
* Option to disable randomizer feature _ORDER BY RAND()_ and enter your own order by clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-featured.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Catalog Related ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This module provides a way to (randomly) list items with similar specification/fields to the currently viewed catalog item. Example: View other &amp;quot;Action Adventure&amp;quot; games where this related [genre] field matched.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
This module is intended to be used on a Catalog Reader Page.&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Select which the order and visibility of listed fields &lt;br /&gt;
* Select the related fields that must match with the current viewed catalog item&lt;br /&gt;
* Custom condition (WHERE) clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Limit items (0 to show all)&lt;br /&gt;
* Option to disable randomizer feature _ORDER BY RAND()_ and enter your own ORDER by clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
=== Catalog Reference ===&lt;br /&gt;
&lt;br /&gt;
This module provides a way to (randomly) list child table items where a selected field matches the currently viewed parent catalog item. Example: List all items from the (child) Games Catalog where the currently viewed reference (parent) Region Catalog item matches on the selected reference field [region].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
This module is intended to be used on a Catalog Reader Page.&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Select the Catalog to list items from (child records)&lt;br /&gt;
* Select the reference field to which the ID must match with the currently viewed item with catalog reader.&lt;br /&gt;
* Select the current catalog being viewed in the Catalog Reader module (parent item).&lt;br /&gt;
* Select the catalog layout template &lt;br /&gt;
* Select which the order and visibility of listed fields &lt;br /&gt;
* Custom where clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Limit items (0 to show all)&lt;br /&gt;
* Option to disable randomizer feature _ORDER BY RAND()_ and enter your own order by clause. [EnglishInserttags TL [[InsertTags]]] are allowed here.&lt;br /&gt;
* Thumbnails size override for one single image field and one multi image field with new size parameters&lt;br /&gt;
&lt;br /&gt;
You can also use the [#CatalogInsertTags Catalog [[InsertTags]]] as specified above in Catalog Related.&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-reference.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Catalog [[InsertTags]] ==&lt;br /&gt;
&lt;br /&gt;
Its also possible to add custom parameters retrieved from the current catalog item as Catalog [[InsertTags]] in the custom condition (WHERE) and ordering (ORDER) boxes. See the image below for a more complete example using a price bracket and using date calculations compared to the current date. The general format to use the currently viewed catalog item's values is:&lt;br /&gt;
_{{catalog::fieldname}}_ will return the field's value&lt;br /&gt;
&lt;br /&gt;
[[File:catalog_ex-related.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Tips &amp;amp; Tricks ==&lt;br /&gt;
&lt;br /&gt;
Several tips and tricks are listed below.&lt;br /&gt;
&lt;br /&gt;
=== Custom Condition ===&lt;br /&gt;
&lt;br /&gt;
You can set-up complex custom conditions using the [#CatalogInsertTags Catalog [[InsertTags]]] above as well as regular [EnglishInserttags TL [[InsertTags]]]. This will allow you to filter the current Catalog module by variables like date, time, and when placed on a Catalog Reader page, you can use the current items information to further filter the Featured, Related, Reference, etc. items.&lt;br /&gt;
&lt;br /&gt;
[[File:catalog-conditionorder.jpg]] &lt;br /&gt;
&lt;br /&gt;
=== Custom Ordering ===&lt;br /&gt;
&lt;br /&gt;
You can also enter custom ordering clauses (Featured requires you to enable it first) to allow you to order the items in your own way. Here are some suggestions.&lt;br /&gt;
&lt;br /&gt;
* Show the latest entered item first&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tstamp DESC&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Show a (limited to 1) item randomly cached by the current day -- this usually only becomes useful when you also set: _Number of items = 1_. This will then remain the same item, until the next day. Kind of like a featured random item per day. This has an added benefit of being able to go back to specific day to see the &amp;quot;random&amp;quot; item for that day, just replace _CURDATE()_ with the actual date _2009-02-27_&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
MD5(CONCAT(CURDATE(),id))&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Contao.Dev_ExtensionsCatalogMailer</id>
		<title>Contao.Dev ExtensionsCatalogMailer</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Contao.Dev_ExtensionsCatalogMailer"/>
				<updated>2011-12-21T15:20:32Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
[PageOutline(1-4, Table of Contents)]&lt;br /&gt;
&lt;br /&gt;
= Catalog Mailer =&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
The Catalog Mailer adds the ability to mail catalog items to a predefined mail setup. This is ideal for sending an property or product update e-mail to a head-office or group e-mail on a regular basis.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
This module requires the installation of the [ExtensionsCatalog Catalog Module] and [ExtensionsCatalogExt Catalog Extension Module].&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
 &lt;br /&gt;
* Download and Install from: [http://www.contao.org/extension-list/tags/Catalog%20mailer.html &amp;quot;Extension Repository&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
 &lt;br /&gt;
This module adds the ability to mail Catalog items to the Catalog/Catalog Extension modules. You can set-up a pre-defined query with limit numbers and then the mailer will allow individual item selection before mailing.&lt;br /&gt;
&lt;br /&gt;
== Additional Catalog Configuration ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The backend allows setting up the subject, sender address, pre-defined recipient list, mail_xx and catalog_xx templates, field list to display in mailer application, filter condition and default sort order, and number of items.&lt;br /&gt;
&lt;br /&gt;
[[File:Catalog_mailer-mail.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Catalog Mail button == &lt;br /&gt;
&lt;br /&gt;
Once enabled, the Catalog Mailer creates a mail button for each catalog. The mailer application allows you to add custom recipients, a custom message and to select the catalog items to add to the mail. You can then preview or mail the catalog items.&lt;br /&gt;
&lt;br /&gt;
[[File:Catalog_mailer-config.jpg]]&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Contao.Dev_ExtensionsCatalogMailer</id>
		<title>Contao.Dev ExtensionsCatalogMailer</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Contao.Dev_ExtensionsCatalogMailer"/>
				<updated>2011-12-21T15:16:18Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: /* Summary */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
[[PageOutline(1-4, Table of Contents)]]&lt;br /&gt;
&lt;br /&gt;
= Catalog Mailer =&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
The Catalog Mailer adds the ability to mail catalog items to a predefined mail setup. This is ideal for sending an property or product update e-mail to a head-office or group e-mail on a regular basis.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
This module requires the installation of the [ExtensionsCatalog Catalog Module] and [ExtensionsCatalogExt Catalog Extension Module].&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
 &lt;br /&gt;
* Download and Install from: [http://www.contao.org/extension-list/tags/Catalog%20mailer.html &amp;quot;Extension Repository&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
 &lt;br /&gt;
This module adds the ability to mail Catalog items to the Catalog/Catalog Extension modules. You can set-up a pre-defined query with limit numbers and then the mailer will allow individual item selection before mailing.&lt;br /&gt;
&lt;br /&gt;
== Additional Catalog Configuration ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The backend allows setting up the subject, sender address, pre-defined recipient list, mail_xx and catalog_xx templates, field list to display in mailer application, filter condition and default sort order, and number of items.&lt;br /&gt;
&lt;br /&gt;
[[File:Catalog_mailer-mail.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Catalog Mail button == &lt;br /&gt;
&lt;br /&gt;
Once enabled, the Catalog Mailer creates a mail button for each catalog. The mailer application allows you to add custom recipients, a custom message and to select the catalog items to add to the mail. You can then preview or mail the catalog items.&lt;br /&gt;
&lt;br /&gt;
[[File:Catalog_mailer-config.jpg]]&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Contao.Dev_ExtensionsCatalogMailer</id>
		<title>Contao.Dev ExtensionsCatalogMailer</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Contao.Dev_ExtensionsCatalogMailer"/>
				<updated>2011-12-21T15:16:08Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
[[PageOutline(1-4, Table of Contents)]]&lt;br /&gt;
&lt;br /&gt;
= Catalog Mailer =&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
The Catalog Mailer adds the ability to mail catalog items to a predefined mail setup. This is ideal for sending an property or product update e-mail to a head-office or group e-mail on a regular basis.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
This module requires the installation of the [ExtensionsCatalog Catalog Module] and [ExtensionsCatalogExt Catalog Extension Module].&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
 &lt;br /&gt;
* Download and Install from: [http://www.contao.org/extension-list/tags/Catalog%20mailer.html &amp;quot;Extension Repository&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
 &lt;br /&gt;
This module adds the ability to mail Catalog items to the Catalog/Catalog Extension modules. You can set-up a pre-defined query with limit numbers and then the mailer will allow individual item selection before mailing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Additional Catalog Configuration ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The backend allows setting up the subject, sender address, pre-defined recipient list, mail_xx and catalog_xx templates, field list to display in mailer application, filter condition and default sort order, and number of items.&lt;br /&gt;
&lt;br /&gt;
[[File:Catalog_mailer-mail.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Catalog Mail button == &lt;br /&gt;
&lt;br /&gt;
Once enabled, the Catalog Mailer creates a mail button for each catalog. The mailer application allows you to add custom recipients, a custom message and to select the catalog items to add to the mail. You can then preview or mail the catalog items.&lt;br /&gt;
&lt;br /&gt;
[[File:Catalog_mailer-config.jpg]]&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Contao.Dev_ExtensionsCatalogMailer</id>
		<title>Contao.Dev ExtensionsCatalogMailer</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Contao.Dev_ExtensionsCatalogMailer"/>
				<updated>2011-12-21T15:15:49Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: Created page with '{{stub}}  PageOutline(1-4, Table of Contents)  = Catalog Mailer =    The Catalog Mailer adds the ability to mail catalog items to a predefined mail setup. This is ideal for s…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
[[PageOutline(1-4, Table of Contents)]]&lt;br /&gt;
&lt;br /&gt;
= Catalog Mailer =&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
The Catalog Mailer adds the ability to mail catalog items to a predefined mail setup. This is ideal for sending an property or product update e-mail to a head-office or group e-mail on a regular basis.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;code class=&amp;quot;div&amp;quot;&amp;gt;&lt;br /&gt;
This module requires the installation of the [ExtensionsCatalog Catalog Module] and [ExtensionsCatalogExt Catalog Extension Module].&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
 &lt;br /&gt;
* Download and Install from: [http://www.contao.org/extension-list/tags/Catalog%20mailer.html &amp;quot;Extension Repository&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
 &lt;br /&gt;
This module adds the ability to mail Catalog items to the Catalog/Catalog Extension modules. You can set-up a pre-defined query with limit numbers and then the mailer will allow individual item selection before mailing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Additional Catalog Configuration ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The backend allows setting up the subject, sender address, pre-defined recipient list, mail_xx and catalog_xx templates, field list to display in mailer application, filter condition and default sort order, and number of items.&lt;br /&gt;
&lt;br /&gt;
[[File:Catalog_mailer-mail.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Catalog Mail button == &lt;br /&gt;
&lt;br /&gt;
Once enabled, the Catalog Mailer creates a mail button for each catalog. The mailer application allows you to add custom recipients, a custom message and to select the catalog items to add to the mail. You can then preview or mail the catalog items.&lt;br /&gt;
&lt;br /&gt;
[[File:Catalog_mailer-config.jpg]]&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/File:Catalog_mailer-mail.jpg</id>
		<title>File:Catalog mailer-mail.jpg</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/File:Catalog_mailer-mail.jpg"/>
				<updated>2011-12-21T15:14:11Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/File:Catalog_mailer-config.jpg</id>
		<title>File:Catalog mailer-config.jpg</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/File:Catalog_mailer-config.jpg"/>
				<updated>2011-12-21T15:09:53Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Contao.Dev_ExtensionsBrowserUpdate</id>
		<title>Contao.Dev ExtensionsBrowserUpdate</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Contao.Dev_ExtensionsBrowserUpdate"/>
				<updated>2011-12-15T10:41:19Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
= Browser Upgrade: module description =&lt;br /&gt;
 &lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.typolight.org/erweiterungsliste/view/browser_update.10000004.de.html module page in the repository (only DE)] &lt;br /&gt;
* [http://dev.typolight-forge.org/projects/show/browserupdate the TYPOlight-forge page]&lt;br /&gt;
* [http://www.typolight.org/board/topic/10936.html link to the thread (only DE)]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* Simple implementation of a notice from &amp;quot;if a visitor uses an obsolete browser version (similar to a security advice)&lt;br /&gt;
* Possible to define which browsers should be considered as being obsolete&lt;br /&gt;
* test mode (display in all browsers)&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
 &lt;br /&gt;
You can install the extension like every other one using the extension repository. Follow the instructions as usual.&lt;br /&gt;
&lt;br /&gt;
== Use ==&lt;br /&gt;
&lt;br /&gt;
*Create a new module &lt;br /&gt;
*Enter a title (e.g. 'browser update notice')&lt;br /&gt;
*Choose the module type 'Browser Update' (see category miscellaneous)&lt;br /&gt;
*Configure notices. It's recommended that you display the notice in every browser first while testing the extension. This way you (and you're hopefully using the current version of your browser) are able to see the notice as well.&lt;br /&gt;
*Save the module&lt;br /&gt;
*Go to the page layouts. In the section 'Included modules' you can now include your module wherever you want to. It doesn't matter whether you choose the 'header' or the 'Left column' because [[JavaScript]]-Code is included in your page header anyway.&lt;br /&gt;
*Switch to the frontend view to test&lt;br /&gt;
*After a successful test go back to the module to change your notice settings. I suggest using the manual configuration which includes Internet Explorer 6 as well.&lt;br /&gt;
&lt;br /&gt;
[http://www.typolight.org/mitgliederliste.html?show=3517 Tutorial created by ETES] [http://www.browser-update.org browser-update.org]&lt;br /&gt;
&lt;br /&gt;
[http://www.typolight.org/mitgliederliste.html?show=3170 Tutorial translated by &amp;quot;Toflar&amp;quot;]&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Contao.Dev_ExtensionsBrowserUpdate</id>
		<title>Contao.Dev ExtensionsBrowserUpdate</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Contao.Dev_ExtensionsBrowserUpdate"/>
				<updated>2011-12-07T16:41:22Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Browser Upgrade: module description =&lt;br /&gt;
 &lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.typolight.org/erweiterungsliste/view/browser_update.10000004.de.html module page in the repository (only DE)] &lt;br /&gt;
* [http://dev.typolight-forge.org/projects/show/browserupdate the TYPOlight-forge page]&lt;br /&gt;
* [http://www.typolight.org/board/topic/10936.html link to the thread (only DE)]&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* Simple implementation of a notice from &amp;quot;if a visitor uses an obsolete browser version (similar to a security advice)&lt;br /&gt;
* Possible to define which browsers should be considered as being obsolete&lt;br /&gt;
* test mode (display in all browsers)&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
 &lt;br /&gt;
You can install the extension like every other one using the extension repository. Follow the instructions as usual.&lt;br /&gt;
&lt;br /&gt;
== Use ==&lt;br /&gt;
&lt;br /&gt;
*Create a new module &lt;br /&gt;
*Enter a title (e.g. 'browser update notice')&lt;br /&gt;
*Choose the module type 'Browser Update' (see category miscellaneous)&lt;br /&gt;
*Configure notices. It's recommended that you display the notice in every browser first while testing the extension. This way you (and you're hopefully using the current version of your browser) are able to see the notice as well.&lt;br /&gt;
*Save the module&lt;br /&gt;
*Go to the page layouts. In the section 'Included modules' you can now include your module wherever you want to. It doesn't matter whether you choose the 'header' or the 'Left column' because [[JavaScript]]-Code is included in your page header anyway.&lt;br /&gt;
*Switch to the frontend view to test&lt;br /&gt;
*After a successful test go back to the module to change your notice settings. I suggest using the manual configuration which includes Internet Explorer 6 as well.&lt;br /&gt;
&lt;br /&gt;
[http://www.typolight.org/mitgliederliste.html?show=3517 Tutorial created by ETES] [http://www.browser-update.org browser-update.org]&lt;br /&gt;
&lt;br /&gt;
[http://www.typolight.org/mitgliederliste.html?show=3170 Tutorial translated by &amp;quot;Toflar&amp;quot;]&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Contao.Dev_ExtensionsBrowserUpdate</id>
		<title>Contao.Dev ExtensionsBrowserUpdate</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Contao.Dev_ExtensionsBrowserUpdate"/>
				<updated>2011-12-07T16:31:39Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Browser Upgrade: module description =&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.typolight.org/erweiterungsliste/view/browser_update.10000004.de.html module page in the repository (only DE)] &lt;br /&gt;
* [http://dev.typolight-forge.org/projects/show/browserupdate the TYPOlight-forge page]&lt;br /&gt;
* [http://www.typolight.org/board/topic/10936.html link to the thread (only DE)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* Simple implementation of a notice from &amp;quot;if a visitor uses an obsolete browser version (similar to a security advice)&lt;br /&gt;
* Possible to define which browsers should be considered as being obsolete&lt;br /&gt;
* test mode (display in all browsers)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
 &lt;br /&gt;
You can install the extension like every other one using the extension repository. Follow the instructions as usual.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Use ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Create a new module &lt;br /&gt;
*Enter a title (e.g. 'browser update notice')&lt;br /&gt;
*Choose the module type 'Browser Update' (see category miscellaneous)&lt;br /&gt;
*Configure notices. It's recommended that you display the notice in every browser first while testing the extension. This way you (and you're hopefully using the current version of your browser) are able to see the notice as well.&lt;br /&gt;
*Save the module&lt;br /&gt;
*Go to the page layouts. In the section 'Included modules' you can now include your module wherever you want to. It doesn't matter whether you choose the 'header' or the 'Left column' because [[JavaScript]]-Code is included in your page header anyway.&lt;br /&gt;
*Switch to the frontend view to test&lt;br /&gt;
*After a successful test go back to the module to change your notice settings. I suggest using the manual configuration which includes Internet Explorer 6 as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tutorial created by [http://www.typolight.org/mitgliederliste.html?show=3517 ETES&amp;quot; [http://www.browser-update.org]&lt;br /&gt;
&lt;br /&gt;
Tutorial translated by &amp;quot;Toflar&amp;quot; [http://www.typolight.org/mitgliederliste.html?show=3170]&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Contao.Dev_ExtensionsBrowserUpdate</id>
		<title>Contao.Dev ExtensionsBrowserUpdate</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Contao.Dev_ExtensionsBrowserUpdate"/>
				<updated>2011-12-07T16:16:59Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: /* Use */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Browser Upgrade: module description =&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;module page in the repository (only DE)&amp;quot; [http://www.typolight.org/erweiterungsliste/view/browser_update.10000004.de.html] &lt;br /&gt;
* &amp;quot;the TYPOlight-forge page&amp;quot; [http://dev.typolight-forge.org/projects/show/browserupdate]&lt;br /&gt;
* &amp;quot;link to the thread (only DE)&amp;quot; [http://www.typolight.org/board/topic/10936.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* Simple implementation of a notice from &amp;quot;if a visitor uses an obsolete browser version (similar to a security advice)&lt;br /&gt;
* Possible to define which browsers should be considered as being obsolete&lt;br /&gt;
* test mode (display in all browsers)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
 &lt;br /&gt;
You can install the extension like every other one using the extension repository. Follow the instructions as usual.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Use ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Create a new module &lt;br /&gt;
*Enter a title (e.g. 'browser update notice')&lt;br /&gt;
*Choose the module type 'Browser Update' (see category miscellaneous)&lt;br /&gt;
*Configure notices. It's recommended that you display the notice in every browser first while testing the extension. This way you (and you're hopefully using the current version of your browser) are able to see the notice as well.&lt;br /&gt;
*Save the module&lt;br /&gt;
*Go to the page layouts. In the section 'Included modules' you can now include your module wherever you want to. It doesn't matter whether you choose the 'header' or the 'Left column' because [[JavaScript]]-Code is included in your page header anyway.&lt;br /&gt;
*Switch to the frontend view to test&lt;br /&gt;
*After a successful test go back to the module to change your notice settings. I suggest using the manual configuration which includes Internet Explorer 6 as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tutorial created by [http://www.typolight.org/mitgliederliste.html?show=3517 ETES&amp;quot;:http://www.browser-update.org]&lt;br /&gt;
&lt;br /&gt;
Tutorial translated by &amp;quot;Toflar&amp;quot; [http://www.typolight.org/mitgliederliste.html?show=3170]&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Contao.Dev_ExtensionsBrowserUpdate</id>
		<title>Contao.Dev ExtensionsBrowserUpdate</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Contao.Dev_ExtensionsBrowserUpdate"/>
				<updated>2011-12-07T16:08:11Z</updated>
		
		<summary type="html">&lt;p&gt;Dolores: Created page with '= Browser Upgrade: module description =     == Resources ==  * &amp;quot;module page in the repository (only DE)&amp;quot; [http://www.typolight.org/erweiterungsliste/view/browser_update.10000004.…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Browser Upgrade: module description =&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;module page in the repository (only DE)&amp;quot; [http://www.typolight.org/erweiterungsliste/view/browser_update.10000004.de.html] &lt;br /&gt;
* &amp;quot;the TYPOlight-forge page&amp;quot; [http://dev.typolight-forge.org/projects/show/browserupdate]&lt;br /&gt;
* &amp;quot;link to the thread (only DE)&amp;quot; [http://www.typolight.org/board/topic/10936.html]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
* Simple implementation of a notice from &amp;quot;if a visitor uses an obsolete browser version (similar to a security advice)&lt;br /&gt;
* Possible to define which browsers should be considered as being obsolete&lt;br /&gt;
* test mode (display in all browsers)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
 &lt;br /&gt;
You can install the extension like every other one using the extension repository. Follow the instructions as usual.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Use ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Create a new module &lt;br /&gt;
*Enter a title (e.g. 'browser update notice')&lt;br /&gt;
*Choose the module type 'Browser Update' (see category miscellaneous)&lt;br /&gt;
*Configure notices. It's recommended that you display the notice in every browser first while testing the extension. This way you (and you're hopefully using the current version of your browser) are able to see the notice as well.&lt;br /&gt;
*Save the module&lt;br /&gt;
*Go to the page layouts. In the section 'Included modules' you can now include your module wherever you want to. It doesn't matter whether you choose the 'header' or the 'Left column' because [[JavaScript]]-Code is included in your page header anyway.&lt;br /&gt;
*Switch to the frontend view to test&lt;br /&gt;
*After a successful test go back to the module to change your notice settings. I suggest using the manual configuration which includes Internet Explorer 6 as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
_Tutorial created by [http://www.typolight.org/mitgliederliste.html?show=3517 ETES&amp;quot;:http://www.browser-update.org]&lt;br /&gt;
&lt;br /&gt;
_Tutorial translated by &amp;quot;Toflar&amp;quot; [http://www.typolight.org/mitgliederliste.html?show=3170]&lt;/div&gt;</summary>
		<author><name>Dolores</name></author>	</entry>

	</feed>