[TYPO3-german] Hilfe mit jm_gallery, TS und perfectlightbox SOLVED
Martin Kokes
martin at typo3-hosting.com
Thu Jan 31 11:00:37 CET 2008
"Martin Kokes" <martin at typo3-hosting.com> wrote in
news:mailman.1.1201706477.7110.typo3-german at lists.netfielders.de...
> 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)...
More information about the TYPO3-german
mailing list