[TYPO3-shop] Re: Is it possibly to have individual ’clickEnlarge’ setting for each image?

Franz Holzinger franz at fholzinger.com
Sat Aug 30 14:37:57 CEST 2008


Jogvan Olsen a écrit :

> I use tt_products v 2.5.5 with separate images.
> 
> Is it possibly for me to have different ’clickEnlarge’ settings for each 
> image in single view?
> 
> I would like to have something like this:
> 
> 
> SETUP:
> plugin.tt_products.conf.tt_products.ALL.image.pix1 {
>   wrap = |<br />
>   file.maxW = 500
>   file.maxH = 300
>   clickEnlarge = 0
> }
> 
> plugin.tt_products.conf.tt_products.ALL.image.pix2 {
>   wrap = |<br />
>   file.maxW = 200
>   file.maxH = 100
>   clickEnlarge = 1
> }
> 
> is this possibly?
There is no clickEnlarge setup. See the TSref manual for IMAGE.
In setup you can use imageLinkWrap instead of the constant clickEnlarge.

Franz




More information about the TYPO3-project-tt-products mailing list