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:14] Peter Bracher |
3rd-party-modules:catalogue:catalogue-docu:catalogue-docu-cp [2018/06/03 18:08] (current) |
||
|---|---|---|---|
| Line 105: | Line 105: | ||
| 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 112: | 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.\\ | ||
| - | [[catalogue-docu/catalogue-docu-search|see here for more]]\\ | + | [[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 wit filter and menues from the catalogue.\\ | + | 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:\\ | all you need is place the following line in your template to generate a search field:\\ | ||
| <input type="text" name="ctgsearch" value="{SEARCHTEXT}" /> | <input type="text" name="ctgsearch" value="{SEARCHTEXT}" /> | ||
| Line 136: | 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 142: | 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 163: | 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) |
| \\ | \\ | ||