NAVIGATION
This shows you the differences between two versions of the page.
|
3rd-party-modules:catalogue:catalogue-docu:catalogue-docu-entry [2012/05/28 21:19] Peter Bracher |
3rd-party-modules:catalogue:catalogue-docu:catalogue-docu-entry [2018/06/03 18:08] (current) |
||
|---|---|---|---|
| Line 49: | Line 49: | ||
| \\ | \\ | ||
| Start folder is: [module-folder]/catalog_images\\ | Start folder is: [module-folder]/catalog_images\\ | ||
| - | this folder must have CHMOD 777 permissions.\\ | + | :!: all this folders must have CHMOD 777 permissions.\\ |
| only one level possible.\\ | only one level possible.\\ | ||
| Thumbnails within these folders are automatically generated (when updating the Content-Part where the entry is assigned to).\\ | Thumbnails within these folders are automatically generated (when updating the Content-Part where the entry is assigned to).\\ | ||
| Line 84: | Line 84: | ||
| to select a marker for the point we added an eyecatching feature:\\ | to select a marker for the point we added an eyecatching feature:\\ | ||
| //JavaScript image combobox// thanks to [[http://www.marghoobsuleman.com/jquery-image-dropdown]]\\ | //JavaScript image combobox// thanks to [[http://www.marghoobsuleman.com/jquery-image-dropdown]]\\ | ||
| + | you'll see the selected marker in the dropdown (the map in backend just has the standard marker) | ||
| all you have to do is upload your marker icons (preferable png's) to folder: ''[module-folder]/template/map-icons''\\ | all you have to do is upload your marker icons (preferable png's) to folder: ''[module-folder]/template/map-icons''\\ | ||
| - | a good source for marker icons is: [[http://mapicons.nicolasmollet.com/]]\\ | + | download the zip with over 600 icons:\\ |
| + | {{:3rd-party-modules:catalogue:catalogue-docu:map-icons-collection-2.0.zip|}}\\ | ||
| + | or a good source for marker icons is: [[http://mapicons.nicolasmollet.com/]]\\ | ||
| + | |||
| + | |||
| + | ---- | ||
| Line 94: | Line 101: | ||
| The catalogue module becomes really powerful because of tagging!\\ | The catalogue module becomes really powerful because of tagging!\\ | ||
| you can add as many tags as you like to each entry, already saved tags can be choosen when entering according letters\\ | you can add as many tags as you like to each entry, already saved tags can be choosen when entering according letters\\ | ||
| - | these tags can be used in frontend for filtering and/or menus to sort and filter the content from the catalogs.\\ | + | these tags can be used in frontend for filtering and/or menus to sort and filter the content of the catalogs.\\ |
| \\ | \\ | ||
| :!: it's important to understand the functionality here!\\ | :!: it's important to understand the functionality here!\\ | ||
| Line 101: | Line 108: | ||
| See Content-Part section for further explanations.\\ | See Content-Part section for further explanations.\\ | ||
| {{:3rd-party-modules:catalogue:catalogue-docu:mod_cat_022.jpg|}}\\ | {{:3rd-party-modules:catalogue:catalogue-docu:mod_cat_022.jpg|}}\\ | ||
| - | In the Module-Tab you also get an overview of the tags used fot the filters in the Content-Part, and, perhaps more important those NOT ASSIGNED.\\ | + | In the Module-Tab you also get an overview of the tags used for the filters in the Content-Part, and, perhaps more important those NOT ASSIGNED yet.\\ |
| ---- | ---- | ||
| Line 109: | Line 116: | ||
| {{:3rd-party-modules:catalogue:catalogue-docu:mod_cat_021.jpg|}}\\ | {{:3rd-party-modules:catalogue:catalogue-docu:mod_cat_021.jpg|}}\\ | ||
| the entries can have teasertext and/or full description, both with WYSIWIG Editors.\\ | the entries can have teasertext and/or full description, both with WYSIWIG Editors.\\ | ||
| + | \\ | ||
| + | :!: in listing view you may want to get rid of the html tags in the tesaertext coming with the WYSIWYG editor content\\ | ||
| + | therfore we added an option to the Content-Part to avoid that\\ | ||
| + | \\ | ||
| + | {{:3rd-party-modules:catalogue:catalogue-docu:mod_cat_068.jpg|}}\\ | ||
| + | \\ | ||
| + | when checked all html tags are cut out\\ | ||
| + | then you can use in your template something like:\\ | ||
| + | <span class="ctg_list_text">{TEXT}</span> | ||
| + | {TEXT} will contain only the plain text, without any tags in it.\\ | ||
| ---- | ---- | ||
| + | |||