NAVIGATION
This shows you the differences between two versions of the page.
|
3rd-party-modules:catalogue:catalogue-docu:catalogue-docu-cp [2012/05/29 02:06] Peter Bracher |
3rd-party-modules:catalogue:catalogue-docu:catalogue-docu-cp [2018/06/03 18:08] (current) |
||
|---|---|---|---|
| Line 100: | Line 100: | ||
| \\ | \\ | ||
| \\ | \\ | ||
| - | :!: FILTER_0 and FILTER_1 when rendered as dropdown and FILTER_2 to FILTER_4 need to be placed within a form-tag with method="POST" and action="{BACKLINK}"in the template.\\ | + | :!: FILTER_0 and FILTER_1 when rendered as dropdown and FILTER_2 to FILTER_4 need to be placed within a form-tag with method="POST" and action="{BACKLINK}" and name="ctgfilterform" in the template.\\ |
| + | <form method='post' name='ctgfilterform' action='{BACKLINK}' class='ctg_filter_form'> ... </form> | ||
| + | \\ | ||
| ul, div and div+slider renderings can be placed everywhere in the template\\ | ul, div and div+slider renderings can be placed everywhere in the template\\ | ||
| \\ | \\ | ||
| + | Examples for:\\ | ||
| + | * div filter [[3rd-party-modules:catalogue:catalogue-docu:catalogue-docu-examples:catalogue-docu-examples-uldiv|see here]] | ||
| + | * div+slider (js) filter [[3rd-party-modules:catalogue:catalogue-docu:catalogue-docu-examples:catalogue-docu-examples-js|see here]] | ||
| \\ | \\ | ||
| + | |||
| + | ---- | ||
| + | |||
| + | Other RT's for filters:\\ | ||
| + | :!: New V.1.0.1\\ | ||
| + | \\ | ||
| + | [FILTERX_TAGS]{FILTERX_TAGS}[/FILTERX_TAGS]\\ | ||
| + | This shows all tags for an entry that are added to the entry and are part of the filter X\\ | ||
| + | |||
| + | [FILTER_STRING]{FILTER_STRING}[/FILTER_STRING]\\ | ||
| + | Shows a string with all selected values from all filters seperated with ' - ' starting with filter 1 up to filter 4\\ | ||
| + | |||
| ====== Search ====== | ====== Search ====== | ||
| Line 109: | Line 126: | ||
| there are two search engines for catalogue content:\\ | there are two search engines for catalogue content:\\ | ||
| the phpwcms search engine will find your catalogue entries and list them with links to the detailview of the entry.\\ | the phpwcms search engine will find your catalogue entries and list them with links to the detailview of the entry.\\ | ||
| + | [[3rd-party-modules:catalogue:catalogue-docu:catalogue-docu-search|see here for more]]\\ | ||
| + | \\ | ||
| + | but the catalogue itself has a search engine as well that works together with filters and menues from the catalogue.\\ | ||
| + | all you need is place the following line in your template to generate a search field:\\ | ||
| + | <input type="text" name="ctgsearch" value="{SEARCHTEXT}" /> | ||
| + | optional you can add a button to execute the search\\ | ||
| + | <input type="image" name="gofilter" src="picture/layout/search.gif" class="filter_button" /> | ||
| + | \\ | ||
| + | the important part is to place these lines within the form tag where you may have other filters, see above. | ||
| + | \\ | ||
| + | \\ | ||
| + | |||
| Line 121: | Line 150: | ||
| in the template add [MAP]{MAP}[/MAP] where you want the map to appear\\ | in the template add [MAP]{MAP}[/MAP] where you want the map to appear\\ | ||
| it renders as: ''<div id="map_canvas" class="mapcontainer">This should be a map.</div>''\\ | it renders as: ''<div id="map_canvas" class="mapcontainer">This should be a map.</div>''\\ | ||
| - | and the Google Mpas API loads to get the map functions from Google\\ | + | and the Google Maps API loads to get the map functions from Google\\ |
| the map center and zoomvalue is detected automatically according to the visible markers\\ | the map center and zoomvalue is detected automatically according to the visible markers\\ | ||
| \\ | \\ | ||
| Line 127: | Line 156: | ||
| \\ | \\ | ||
| \\ | \\ | ||
| + | |||
| + | ---- | ||
| + | |||
| + | {{:3rd-party-modules:catalogue:catalogue-docu:mod_cat_068.jpg|}}\\ | ||
| + | [[3rd-party-modules:catalogue:catalogue-docu:catalogue-docu-entry#descriptions| see here for more about that]] | ||
| ====== Settings for detail view ====== | ====== Settings for detail view ====== | ||
| Line 148: | Line 182: | ||
| **Note:** | **Note:** | ||
| * the RSS Feed uses always the first image for each item, even if you randomized it on the website | * the RSS Feed uses always the first image for each item, even if you randomized it on the website | ||
| - | * the feed title comes from the entry title | + | * the feed item title comes from the entry title |
| - | * the feed description is: subtitle + teasertext + fulltext (all html-tags are deleted! the content should pass though) | + | * the feed item description is: subtitle + teasertext + fulltext (all html-tags are deleted! the content should pass though) |
| \\ | \\ | ||