[TYPO3-german] Einfache Bildergalerie

Kristina Drömmer krissi1992 at hotmail.com
Fri Jan 10 10:59:54 CET 2014


Hey!

Ich bin neu in TYPO3 und suche eine einfache Bildergalerie mit einer Liste von Thumbnails und Vergrößerung wenn man auf ein Thumbnail klickt. photo_gals wäre perfekt aber funktioniert nicht. Im Quelltext wird mir trotzdem

<!--  CONTENT ELEMENT, uid:5/photo_gals_pi1 [begin] -->
		<div id="c5" class="csc-default"></div>
<!--  CONTENT ELEMENT, uid:5/photo_gals_pi1 [end] -->

angezeigt.


In meinem TypoScript steht

plugin.tx_photogals_pi1 = USERplugin.tx_photogals_pi1 {image = IMAGEimage {file.maxW = 500wrap = <div class="tx-photogals- pi1-big">|</div>imageLinkWrap = 1imageLinkWrap {enable = 1}}

thumb = IMAGEthumb {file.width = 50file.height = 50#wrap = <div class ="tx-photogals-pi1-small">|</div>}

_CSS_DEFAULT_STYLE (.tx-photogals-pi1 {margin:0px;padding:0px;}

tx-photogals-pi1-big a {border:1px solid #CCCCCC;padding:5px ;background-color:#FFFFFF;text-align:center;display:block;}

tx-photogals-pi1-big a:hover {border:1px solid #999999;}

tx-photogals-pi1-small a {border:1px solid #CCCCCC;background- color:#FFFFFF;padding:4px;margin-right:6px;margin-bottom:3px;margin- top:3px;float:left;}

tx-photogals-pi1-small a:hover {border:1px solid #000000;}

tx-photogals-pi1-small-active a {border:1px solid #000000;background- color:#FFFFFF;padding:4px;margin-right:6px;margin-bottom:3px;margin- top:3px;float:left;}

tx-photogals-pi1-small-active a:hover {border:1px solid #000000;}

)

}

Habe ich einfach aus der Dokumentation kopiert und eingefügt :)

Wäre nett wenn mir jmd helfen könnte oder mir eine andere einfache Galerie vorschlagen würde.
DANKE!


More information about the TYPO3-german mailing list