NAVIGATION
This shows you the differences between two versions of the page.
|
english:phpwcms-system:article:contentparts:images-div:one-thumb-several-largesize [2010/08/18 10:01] Knut Heermann (flip-flop) created |
english:phpwcms-system:article:contentparts:images-div:one-thumb-several-largesize [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 15: | Line 15: | ||
| Only the first thumb is visible, all other are hidden. | Only the first thumb is visible, all other are hidden. | ||
| - | Image is taken from Images <special> because the function is identical.\\ | + | Screenshot taken from Images <special> because the function is identical.\\ |
| {{:deutsch:phpwcms-system:artikel:contentparts:bilder-spezial:one_thumb_several_largesize_fe_de_1.gif|}} | {{:deutsch:phpwcms-system:artikel:contentparts:bilder-spezial:one_thumb_several_largesize_fe_de_1.gif|}} | ||
| Line 29: | Line 29: | ||
| Forum: [[http://forum.phpwcms.org/viewtopic.php?p=125981#p125981|Bilder einfügen mit nur 1 Vorschaubild]] | Forum: [[http://forum.phpwcms.org/viewtopic.php?p=125981#p125981|Bilder einfügen mit nur 1 Vorschaubild]] | ||
| - | Place in template from the CP in the surrounding container into a style statement: | + | Edit appropriate template of the CP and drop the following into the style definition of the enclosing container: |
| <code html>[PHP]if ('{FIRST}' == '') echo 'display: none;';[/PHP]</code> | <code html>[PHP]if ('{FIRST}' == '') echo 'display: none;';[/PHP]</code> | ||