"Martin Kokes" <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED] > Hallo list & group, > > kann mit jemand bitte helfen mit anknüpfung von pmkslimbox oder > perfectlightbox an diese jm_gallery-Konfiguration? Irgendwie komme ich > nicht durch. > > Generiere mit GIFBUILDER "square thumbnails": > --- > plugin.tx_jmgallery_pi1 { > > thumbnail.file = GIFBUILDER > thumbnail.file { > format = jpg > quality = 80 > XY = 130,130 > 10 = IMAGE > 10.file = ###SOURCE_FILE### > 10.file.width = 130c > 10.file.height = 130c > } > > } > --- > Dann versuchte ich nach > http://typo3.org/documentation/document-library/extension-manuals/perfectlightbox/2.2.2/view/1/6/#id3739239 > > diese Method, aber geht leider nicht: > > thumbnail.typolink { > title = Caption > parameter.cObject = IMG_RESOURCE > parameter.cObject.file = ###SOURCE_FILE### > parameter.cObject.file.maxW = 600 > parameter.cObject.file.maxH = 600 > ATagParams = rel="lightbox[mySet]" > } > Es sieht so, dass der "thumbnail" Objekt unterstützt den typolink nicht - > gerne würde ich class.tx_jmgallery_view_Album.php modifizieren, aber > leider weiss ich nicht wo beginnen. > > Vielen Dank > > Martin Kokes
Okay, siehe TSref, siehe TSref und siehe TSref, mea culpa mea maxima culpa ... , hier ist der TS: --- thumbnail { file = GIFBUILDER file { format = jpg quality = 80 XY = 130,130 10 = IMAGE 10.file = ###SOURCE_FILE### 10.file.width = 130c 10.file.height = 130c } stdWrap.typolink { title = ###IMAGE_CAPTION### ATagParams = rel="lightbox[mySet]" #parameter.cObject = IMG_RESOURCE #einfach image resource #parameter.cObject.file = ###SOURCE_FILE### #parameter.cObject.file.maxW = 800 #parameter.cObject.file.maxH = 600 parameter.cObject = IMG_RESOURCE # ich benutze gifbuilder parameter.cObject.file = GIFBUILDER parameter.cObject.file { format = jpg quality = 80 XY = [10.w], [10.h] 10 = IMAGE 10.file = ###SOURCE_FILE### 10.file.width = 800m 10.file.height = 600m usw... --- Und selbsverständlich html Template modifizieren (weg mit A link an IMG)... _______________________________________________ TYPO3-german mailing list TYPO3-german@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german