Hallo
hinweis: bin absoluter typo3 neuling, bitte antworten idiotensicher verfassen ;)
ich versuche gerade dh_popupimg_caption um eben in meinen Popups jeweils die Bildbeschreibung anzeigen lassen zu können, allerdings haut das nicht einfach nicht hin.
Hab die extension installiert, geladen und laut der doku seite muss ich sowas wie:
Code:
tt_content.image.20.1.imageLinkWrap {
JSwindow.expand = 0,40
postUserFunc {
caption.data = field:tx_dhpopupimgcaption_popupimg_caption
caption.ifEmpty.data = field:imagecaption
files.data = field:image
effects =
bodyTag = <body bgColor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
wrap = <a href="javascript:close();"> | </a><br><table align="right"><tr><td><font face="Verdana" size="1"><b>###IMAGE_CAPTION###</b></font></td></tr></table>
}
} in das template einfügen, gesagt getan, allerdings scheint typo das was in postUserFunc steht komplett zu ignorieren... (rahmen im popup ist schwarz anstatt weiss zb)
bitte um hilfe