Hallo zusammen

Ich hab hier ein DCE für Mitarbeiter gemacht.
Die einzelnen Mitarbeiter werden mittels einer Section eingefügt.


Jeder mitarbeiter hat ein Bild. Dieses hat folgende Config:

<config>
        <type>group</type>
        <internal_type>db</internal_type>
        <allowed>sys_file</allowed>
        <size>1</size>
        <minitems>1</minitems>
        <maxitems>1</maxitems>
        <show_thumbs>1</show_thumbs>
        <appearance>
                <elementBrowserType>file</elementBrowserType>
<elementBrowserAllowed>gif,jpg,jpeg,tif,tiff,bmp,pcx,tga,png,pdf,ai</elementBrowserAllowed>
        </appearance>
        <dce_load_schema>1</dce_load_schema>
</config>



Im Template hol ich das Bild dann so rein:


<div class="photo">
                                                <f:for each="{person.foto}" 
as="fileReference">
<f:image src="fileadmin/{fileReference.identifier}" alt="{person.name}" />
                                                </f:for>
                                                <span 
class="btn-zoom">zoom</span>
                                        </div>




Hat mir jemand einen Tipp wie ich da jetzt eine Lightbox dazu mache?



Danke für eure Hilfe

Gruss
Philipp
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an