NAVIGATION
This shows you the differences between two versions of the page.
|
english:phpwcms-system:article:contentparts:images-special:one-thumb-several-largesize [2010/08/18 08:48] Knut Heermann (flip-flop) |
english:phpwcms-system:article:contentparts:images-special:one-thumb-several-largesize [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 20: | Line 20: | ||
| ==== Solution V1: ==== | ==== Solution V1: ==== | ||
| + | |||
| + | **Up to version 1.4.5 r401** | ||
| + | |||
| The Thumbs is laid on top of each other simply with **positon: absolute;**. | The Thumbs is laid on top of each other simply with **positon: absolute;**. | ||
| Line 27: | Line 30: | ||
| ==== Solution V2: ==== | ==== Solution V2: ==== | ||
| + | |||
| + | **Up to version 1.4.5 r401** | ||
| **//(Preset in CP-Trigger)//** | **//(Preset in CP-Trigger)//** | ||
| Line 37: | Line 42: | ||
| ==== Solution V3: ==== | ==== Solution V3: ==== | ||
| + | |||
| + | |||
| **Since version 1.4.6 r402** with all patches, see download docu "[[http://www.phpwcms-docu.de/download-dev-versionen.phtml|DEV - Versionen im ZIP Format]]". | **Since version 1.4.6 r402** with all patches, see download docu "[[http://www.phpwcms-docu.de/download-dev-versionen.phtml|DEV - Versionen im ZIP Format]]". | ||
| Line 82: | Line 89: | ||
| ===== Template V1: ===== | ===== Template V1: ===== | ||
| + | |||
| + | **Up to version 1.4.5 r401** | ||
| Create the file ##/template/inc_cntpart/imagespecial/one_thumb_several_largesize.tmpl## and put into the code below. \\ | Create the file ##/template/inc_cntpart/imagespecial/one_thumb_several_largesize.tmpl## and put into the code below. \\ | ||
| Line 119: | Line 128: | ||
| ===== Template V2: ===== | ===== Template V2: ===== | ||
| + | |||
| + | **Up to version 1.4.5 r401** | ||
| Create the file ##/template/inc_cntpart/imagespecial/one_thumb_several_largesize.tmpl## and put into the code below. \\ | Create the file ##/template/inc_cntpart/imagespecial/one_thumb_several_largesize.tmpl## and put into the code below. \\ | ||
| Line 156: | Line 167: | ||
| ===== CP-Trigger ===== | ===== CP-Trigger ===== | ||
| + | |||
| + | **Up to version 1.4.5 r401** | ||
| Create the file ##/template/inc_Script/frontend_init/cp_trig_images_special.php## and put into the code below. | Create the file ##/template/inc_Script/frontend_init/cp_trig_images_special.php## and put into the code below. | ||