<?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=Andreas.schempp</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=Andreas.schempp"/>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Special:Contributions/Andreas.schempp"/>
		<updated>2026-05-30T20:59:55Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.22.6</generator>

	<entry>
		<id>https://en.contaowiki.org/Contao.Dev_ExtensionsPsishop</id>
		<title>Contao.Dev ExtensionsPsishop</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Contao.Dev_ExtensionsPsishop"/>
				<updated>2011-12-29T19:54:54Z</updated>
		
		<summary type="html">&lt;p&gt;Andreas.schempp: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
= Psishop Extension =&lt;br /&gt;
== Installation ==&lt;br /&gt;
# Applikation [http://www.psitrax.de/temp/psishop_0.1.zip HIER] herunterladen und nach /system/modules/psishop entpacken&lt;br /&gt;
# Die Datei /system/modules/psishop/ModuleArticle.php nach /system/modules/frontend/ModuleArticle.php verschieben. &amp;lt;br /&amp;gt;''Dies ist nur für die Version 2.6.1 nötig, in der Version ≧2.6.2 ist der entsprechende HOOK fest eingebaut. &amp;lt;br /&amp;gt;Für die aktuelle Psishop Version ist dies trotzdem nötig, da diese noch nicht auf den neuen HOOK umgeschrieben wurde.''&lt;br /&gt;
# Das Install-Tool aufrufen und die Datenbank aktualisieren.&lt;br /&gt;
&lt;br /&gt;
== Einrichtung eines Webshops ==&lt;br /&gt;
# Über den Button Shopsysteme ein neues Shopsystem anlegen.&lt;br /&gt;
# Über die Icons Versandoptionen, Zahlarten, Verfügbarkeiten und Steuersätze anlegen.&lt;br /&gt;
# Das Shopsystem wird über eine Seite des Typs &amp;quot;Startpunkt einer neuen Website&amp;quot; der eigentlichen Internetseite zugeordnet. Hier im '''DropDown''' das gewünschte Shopsystem auswählen.&lt;br /&gt;
# Ein Modul Kasse anlegen und in einen Artikel einfügen.&lt;br /&gt;
# Ein Modul Warenkorb anlegen und in das Seitenlayout einbinden. Die Jump-To Page sollte auf die Seite mit dem Kassen-Modul zeigen.&lt;br /&gt;
== Anzeige der Produkte ==&lt;br /&gt;
Ein Produkt ist lediglich ein Inhaltselement. Es kann wie gewohnt ein Artikel angelegt werden, der dann ein oder mehrere Produkt-Elemente enthält. Die Zuordnung zum Shopsystem geschieht hier automatisch durch die ROOT (Startpunkt) Seite.&lt;br /&gt;
&lt;br /&gt;
Es gibt allerdings einige unterschiedliche Anzeigemöglichkeiten für die Produkt-Elemente:&lt;br /&gt;
* '''Normale Anzeige:'''  Hier wird das Produkt-Element wie gewohnt über ein Template ausgegeben.&lt;br /&gt;
* '''OnlyBasket-Template:''' Über dieses Template wird nur das entsprechende Formular erzeugt, welches nötig ist, um das Produkt in den Warenkorb zu legen. Die Gestaltung und Präsentation des Produktes wird hier über andere Inhaltselemente im Artikel erledigt.&lt;br /&gt;
* '''Produktlisting:''' Hier werden alle Produktelemente in einer kurzen, tabellarischen Darstellung angezeigt. Erst nach dem klick auf DETAILS wird der komplette Artikel (bzw. das Produkt) ausgegeben. Diese Einstellung wird in den Artikel-Eigenschaften aktiviert (analog &amp;quot;Teaser anzeigen&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
Einstellung '''Detailansicht auf das Inhaltselement beschränken''': Der Details-Link kann entweder die Anzeige des entsprechenden Artikels aufrufen oder nur ein einzelnes Produkt-Element anzeigen. So kann wahlweise ein Artikel viele Produkte enthalten oder jeweils ein Artikel pro Produktdarstellung genutzt werden.&lt;/div&gt;</summary>
		<author><name>Andreas.schempp</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-29T19:52:40Z</updated>
		
		<summary type="html">&lt;p&gt;Andreas.schempp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&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>Andreas.schempp</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-29T19:48:04Z</updated>
		
		<summary type="html">&lt;p&gt;Andreas.schempp: /* 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;
This module requires the installation of the [ExtensionsCatalog Catalog Module] and [ExtensionsCatalogExt Catalog Extension Module].&lt;br /&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 Extension Repository]&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>Andreas.schempp</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-29T19:46:56Z</updated>
		
		<summary type="html">&lt;p&gt;Andreas.schempp: moved ExtensionsCatalogExt to Contao.Dev ExtensionsCatalogExt&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>Andreas.schempp</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/ExtensionsCatalogExt</id>
		<title>ExtensionsCatalogExt</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/ExtensionsCatalogExt"/>
				<updated>2011-12-29T19:46:56Z</updated>
		
		<summary type="html">&lt;p&gt;Andreas.schempp: moved ExtensionsCatalogExt to Contao.Dev ExtensionsCatalogExt&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Contao.Dev ExtensionsCatalogExt]]&lt;/div&gt;</summary>
		<author><name>Andreas.schempp</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-29T19:46:41Z</updated>
		
		<summary type="html">&lt;p&gt;Andreas.schempp: moved ExtensionsCatalogMailer to Contao.Dev ExtensionsCatalogMailer&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;
This module requires the installation of the [ExtensionsCatalog Catalog Module] and [ExtensionsCatalogExt Catalog Extension Module].&lt;br /&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>Andreas.schempp</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/ExtensionsCatalogMailer</id>
		<title>ExtensionsCatalogMailer</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/ExtensionsCatalogMailer"/>
				<updated>2011-12-29T19:46:41Z</updated>
		
		<summary type="html">&lt;p&gt;Andreas.schempp: moved ExtensionsCatalogMailer to Contao.Dev ExtensionsCatalogMailer&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Contao.Dev ExtensionsCatalogMailer]]&lt;/div&gt;</summary>
		<author><name>Andreas.schempp</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-29T19:41:44Z</updated>
		
		<summary type="html">&lt;p&gt;Andreas.schempp: /* Catalog Mailer */&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;
This module requires the installation of the [ExtensionsCatalog Catalog Module] and [ExtensionsCatalogExt Catalog Extension Module].&lt;br /&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>Andreas.schempp</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Contao.Dev_WikiHelp</id>
		<title>Contao.Dev WikiHelp</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Contao.Dev_WikiHelp"/>
				<updated>2011-12-29T19:35:28Z</updated>
		
		<summary type="html">&lt;p&gt;Andreas.schempp: /* Ticket system help */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
= Ticket system help =&lt;br /&gt;
You have been redirected to this page, because your ticket has been closed as a duplicate or your request does not belong into the ticket system ([http://de.contaowiki.org/Contao.Dev_WikiHelp zur deutschen Version dieser Seite]).&lt;br /&gt;
&lt;br /&gt;
== Reporting bugs ==&lt;br /&gt;
If you have found a bug in Contao that can be reproduced in the online demo at [http://demo.contao.org/ demo.contao.org], you can submit a ticket here. However, if the error does not occur in the online demo, please ask for help in the [http://www.contao-community.org/ forum].&lt;br /&gt;
&lt;br /&gt;
If you are not sure how to use a certain function or feature, please ask in the [http://www.contao-community.org/viewforum.php?f=9 developer's forum] before submitting a bug report.&lt;br /&gt;
&lt;br /&gt;
== Requesting features ==&lt;br /&gt;
If you want to request a new feature, please browse the [http://www.contao.org/extension-list.html Contao Extension Repository] first to check if the feature has already been implemented. If not, please use [https://github.com/contao/core/issues/search the search function] to see if the feature has been requested before.&lt;br /&gt;
&lt;br /&gt;
If you are looking for a place to discuss your ideas for Contao, please go to the [http://www.contao-community.org/viewforum.php?f=9 developer's forum].&lt;br /&gt;
&lt;br /&gt;
== What does not belong here ==&lt;br /&gt;
* Questions regarding how to install Contao&lt;br /&gt;
* Questions regarding how to use Contao&lt;br /&gt;
* Questions regarding how to develop for Contao&lt;br /&gt;
* Any third-party extension related issues&lt;br /&gt;
If you need help using Contao, please refer to the main [http://www.contao.org/support.html Contao website].&lt;br /&gt;
More information about the Contao development process is available in the developer's guide.&lt;/div&gt;</summary>
		<author><name>Andreas.schempp</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Contao.Dev_WikiHelp</id>
		<title>Contao.Dev WikiHelp</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Contao.Dev_WikiHelp"/>
				<updated>2011-12-29T19:34:36Z</updated>
		
		<summary type="html">&lt;p&gt;Andreas.schempp: moved Contao.Dev Wikihelp to Contao.Dev WikiHelp&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
= Ticket system help =&lt;br /&gt;
You have been redirected to this page, because your ticket has been closed as a duplicate or your request does not belong into the ticket system ([http://de.contaowiki.org/Contao.Dev_Wikihelp zur deutschen Version dieser Seite]).&lt;br /&gt;
&lt;br /&gt;
== Reporting bugs ==&lt;br /&gt;
If you have found a bug in Contao that can be reproduced in the online demo at [http://demo.contao.org/ demo.contao.org], you can submit a ticket here. However, if the error does not occur in the online demo, please ask for help in the [http://www.contao-community.org/ forum].&lt;br /&gt;
&lt;br /&gt;
If you are not sure how to use a certain function or feature, please ask in the [http://www.contao-community.org/viewforum.php?f=9 developer's forum] before submitting a bug report.&lt;br /&gt;
&lt;br /&gt;
== Requesting features ==&lt;br /&gt;
If you want to request a new feature, please browse the [http://www.contao.org/extension-list.html Contao Extension Repository] first to check if the feature has already been implemented. If not, please use [https://github.com/contao/core/issues/search the search function] to see if the feature has been requested before.&lt;br /&gt;
&lt;br /&gt;
If you are looking for a place to discuss your ideas for Contao, please go to the [http://www.contao-community.org/viewforum.php?f=9 developer's forum].&lt;br /&gt;
&lt;br /&gt;
== What does not belong here ==&lt;br /&gt;
* Questions regarding how to install Contao&lt;br /&gt;
* Questions regarding how to use Contao&lt;br /&gt;
* Questions regarding how to develop for Contao&lt;br /&gt;
* Any third-party extension related issues&lt;br /&gt;
If you need help using Contao, please refer to the main [http://www.contao.org/support.html Contao website].&lt;br /&gt;
More information about the Contao development process is available in the developer's guide.&lt;/div&gt;</summary>
		<author><name>Andreas.schempp</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Contao.Dev_Wikihelp</id>
		<title>Contao.Dev Wikihelp</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Contao.Dev_Wikihelp"/>
				<updated>2011-12-29T19:34:36Z</updated>
		
		<summary type="html">&lt;p&gt;Andreas.schempp: moved Contao.Dev Wikihelp to Contao.Dev WikiHelp&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Contao.Dev WikiHelp]]&lt;/div&gt;</summary>
		<author><name>Andreas.schempp</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Leads</id>
		<title>Leads</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Leads"/>
				<updated>2011-09-15T09:20:22Z</updated>
		
		<summary type="html">&lt;p&gt;Andreas.schempp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
This extension allows to store form generator data in the backend, similar to EFG.&amp;lt;br&amp;gt;&lt;br /&gt;
Compared to EFG, it allows for much cleaner control, but lacks a lot of EFGs features.&lt;br /&gt;
&lt;br /&gt;
{{ExtInfo&lt;br /&gt;
| Dev=Andreas Schempp ([[User:andreas.schempp|andreas.schempp]])&lt;br /&gt;
| DevSite=http://www.iserv.ch&lt;br /&gt;
| ExtVersion=1.0.0&lt;br /&gt;
| Version=2.9.0 - 2.10.1&lt;br /&gt;
| ERLink=http://www.contao.org/extension-list/view/leads.en.html&lt;br /&gt;
| TrackerLink=http://www.contao-forge.org/projects/leads/issues&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
The installation of the module occurs about the extension Repository in back-end of Contao.&amp;lt;br /&amp;gt;&lt;br /&gt;
A manual installation is possible. [http://www.contao.org/extension-list/view/leads.en.html Download] the ZIP file from Extension Repository, unzip and transfer it.&amp;lt;br /&amp;gt;&lt;br /&gt;
A directory should have been created &amp;quot;/system/modules/leads&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
Then call /contao/install.php - Perform Update Database.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''''The module Leads is dependent on the &amp;quot;[[xls_export|Excel 95 writer (xls_export)]]&amp;quot;. They must therefore be installed with manual installation.'''''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
The Leads module allows you to track leads on your website. A &amp;quot;lead&amp;quot; is considered a form submission by the website visitor.&lt;br /&gt;
All leads will be stored in the database and can be accessed via the back-end. &lt;br /&gt;
&lt;br /&gt;
= Getting Started =&lt;br /&gt;
&lt;br /&gt;
== Tracking leads with the module ==&lt;br /&gt;
One of the first questions you need to ask when using this module is which data do you want to store of your&lt;br /&gt;
form. Decide which form fields you want to assoicate with a lead entry. &lt;br /&gt;
&lt;br /&gt;
For example, for a simple contact form you might want to store the name, email address and comment field. &lt;br /&gt;
&lt;br /&gt;
== Configuring the leads module ==&lt;br /&gt;
After you have determined the necessary data for your lead. You need to add these fields to the list of lead fields by&lt;br /&gt;
clicking on the &amp;quot;Fields&amp;quot; button in the toolbar.&lt;/div&gt;</summary>
		<author><name>Andreas.schempp</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Leads</id>
		<title>Leads</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Leads"/>
				<updated>2011-09-15T09:01:25Z</updated>
		
		<summary type="html">&lt;p&gt;Andreas.schempp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
This extension allows to store form generator data in the backend, similar to EFG.&amp;lt;br&amp;gt;&lt;br /&gt;
Compared to EFG, it allows for much cleaner control, but lacks a lot of EFGs features.&lt;br /&gt;
&lt;br /&gt;
{{ExtInfo&lt;br /&gt;
| Dev=Andreas Schempp ([[User:andreas.schempp|andreas.schempp]])&lt;br /&gt;
| DevSite=http://www.iserv.ch&lt;br /&gt;
| ExtVersion=1.0.0&lt;br /&gt;
| Version=2.9.0 - 2.10.1&lt;br /&gt;
| ERLink=http://www.contao.org/extension-list/view/leads.en.html&lt;br /&gt;
| TrackerLink=http://www.contao-forge.org/projects/leads/issues&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
The installation of the module occurs about the extension Repository in back-end of Contao.&amp;lt;br /&amp;gt;&lt;br /&gt;
A manual installation is possible. [http://www.contao.org/extension-list/view/leads.en.html Download] the ZIP file from Extension Repository, unzip and transfer it.&amp;lt;br /&amp;gt;&lt;br /&gt;
A directory should have been created &amp;quot;/system/modules/leads&amp;quot;.&amp;lt;br /&amp;gt;&lt;br /&gt;
Then call /contao/install.php - Perform Update Database.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;'''''The module Leads is dependent on the &amp;quot;[[xls_export|Excel 95 writer (xls_export)]]&amp;quot;. They must therefore be installed with manual installation.'''''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Overview =&lt;br /&gt;
The Leads module allows you to track leads on your website. A &amp;quot;lead&amp;quot; is considered a form submission by the website visitor.&lt;br /&gt;
All leads will be stored in the database and can be accessed via the back-end. &lt;br /&gt;
&lt;br /&gt;
= Getting Started =&lt;br /&gt;
&lt;br /&gt;
== Tracking leads with the module ==&lt;br /&gt;
One of the first questions you need to ask when using this module is which data do you want to store of your&lt;br /&gt;
form. Decide which form fields you want to assoicate with a lead entry. &lt;br /&gt;
&lt;br /&gt;
For example, for a simple contact form you might want to store the name, email address and comment field. &lt;br /&gt;
&lt;br /&gt;
== Configuring the leads module ==&lt;br /&gt;
After you have determined the necessary data for your lead. You need to add these fields to the list of lead fields by&lt;br /&gt;
clicking on the &amp;quot;Fields&amp;quot; button in the toolbar. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Ideas for future development =&lt;br /&gt;
* Copy field configuration from form generator&lt;/div&gt;</summary>
		<author><name>Andreas.schempp</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Leads</id>
		<title>Leads</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Leads"/>
				<updated>2011-09-15T08:22:44Z</updated>
		
		<summary type="html">&lt;p&gt;Andreas.schempp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
This extension allows to store form generator data in the backend, similar to EFG.&amp;lt;br&amp;gt;&lt;br /&gt;
Compared to EFG, it allows for much cleaner control, but lacks a lot of EFGs features.&lt;br /&gt;
&lt;br /&gt;
{{ExtInfo&lt;br /&gt;
| Dev=Andreas Schempp ([[User:andreas.schempp|andreas.schempp]])&lt;br /&gt;
| DevSite=http://www.iserv.ch&lt;br /&gt;
| ExtVersion=1.0.0&lt;br /&gt;
| Version=2.9.0 - 2.10.1&lt;br /&gt;
| ERLink=http://www.contao.org/extension-list/view/leads.en.html&lt;br /&gt;
| TrackerLink=http://www.contaot-forge.org/projects/leads/issues&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Ideas for future development ==&lt;br /&gt;
* Copy field configuration from form generator&lt;/div&gt;</summary>
		<author><name>Andreas.schempp</name></author>	</entry>

	<entry>
		<id>https://en.contaowiki.org/Leads</id>
		<title>Leads</title>
		<link rel="alternate" type="text/html" href="https://en.contaowiki.org/Leads"/>
				<updated>2011-09-15T08:14:40Z</updated>
		
		<summary type="html">&lt;p&gt;Andreas.schempp: Created page with '{{stub}} This extension allows to store form generator data in the backend, similar to EFG.&amp;lt;br&amp;gt; Compared to EFG, it allows for much cleaner control, but lacks a lot of EFGs featu…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
This extension allows to store form generator data in the backend, similar to EFG.&amp;lt;br&amp;gt;&lt;br /&gt;
Compared to EFG, it allows for much cleaner control, but lacks a lot of EFGs features.&lt;br /&gt;
&lt;br /&gt;
{{ExtInfo&lt;br /&gt;
| Dev=Andreas Schempp ([[User:andreas.schempp|andreas.schempp]])&lt;br /&gt;
| DevSite=http://www.iserv.ch&lt;br /&gt;
| ExtVersion=1.0.0&lt;br /&gt;
| Version=2.9.0 - 2.10.1&lt;br /&gt;
| ERLink=http://www.contao.org/extension-list/view/leads.en.html&lt;br /&gt;
| TrackerLink=http://www.contaot-forge.org/projects/leads/issues&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andreas.schempp</name></author>	</entry>

	</feed>