[TYPO3-UG Dutch] colorbox extensie en tx_photogals

HocomAdvies [ Wiechert Hooghwinkel ] info at hocom-advies.nl
Fri Feb 11 20:48:40 CET 2011


Ik gebruik de extensie rz_colorbox. Deze werkt voor gewone afbeeldingen en voor bijvoorbeeld tt_news afbeeldingen prima. Nu wil ik die ook gebruiken voor het simple photo book tx_photogals. Echte geen idee hoe dat werkend te krijgen.

Dit werkt voor tt_news:
plugin.rzcolorbox.ttnewsSingle = 1 


Dit niet voor het foto album: 

plugin.rzcolorbox.tx_photogals_pi1 = 1 





dit is de TS dieik nu heb voor het fotoboek maar dat werkt niet.

plugin.tx_photogals_pi1 = USER 

plugin.tx_photogals_pi1 { 
image = IMAGE 
image { 
file.maxW = 450 
file.width = 450 
wrap = <div class="tx-photogals-pi1-big" class="rzcolorbox" 
rel="rzcolorbox">|</div> 
imageLinkWrap = 1 
imageLinkWrap { 
enable = 1 
} 
altText.data = TSFE:lastImageInfo|origFile 
titleText.data = TSFE:lastImageInfo|origFile 
} 

thumb = IMAGE 
thumb { 
file.width = 50 
file.height = 50 
wrap = <div class="tx-photogals-pi1-small" class="rzcolorbox" 
rel="rzcolorbox">|</div> 
altText.data = TSFE:lastImageInfo|origFile 
titleText.data = TSFE:lastImageInfo|origFile 
}
}

Mogelijk zal Iets dergelijks als dit toegevoegd moeten worden? Maar waar en hoe?
$(".tx-photogals-pi1-bi").colorbox({ open iets ...?  }); 

Iemand die hier iets mee kan? 

Wiechert Hooghwinkel


More information about the TYPO3-UG-Dutch mailing list