[TYPO3-UG Oesterreich] Bilder in Frontend-Plugin-Extension

Widmann, Manfred Dipl.-Ing. webmaster at radclubwels.at
Tue Aug 29 15:41:38 CEST 2006


"Wolfgang Klinger" <wolfgang at stufenlos.net> schrieb im Newsbeitrag 
news:mailman.978.1156788379.11906.typo3-at at lists.netfielders.de...
> 2) Gibt es in diesem Zusammenhang eine sinnvolle Hilfsfunktion, die ich in
> der Extension (class.tx_myext_pi1.php) verwenden kann, damit a) das Bild
> gerendert wird und b) auf Mouseclick in Originalgröße in einem separaten
> Fenster angezeigt wird?
 Einfach in deinem Plugin ein Array aufbauen mit IMAGE Konfiguration und
 an $this->cObj->IMAGE übergeben (siehe class.tslib_content.php)
 Guckst du z.B.: http://linuxwiki.de/Typo3Extension
 (such' nach "Hilfe: Typo-Script-Features benutzen")
 und dann hier für alle "IMAGE" Werte:
 http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/6/ und für ein Popup nimmst du "imageLinkWrap" http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/5/3/Was ist daran falsch? Muss wohl ein php-Bug sein - da bin ich blutigerAnfänger!         $conf["picture."]["file"] = "fileadmin/pics/2006/mara_01.jpg";         $conf["picture."]["border"] = "0";         $conf["picture."]["altText"] = $firstname . " " . $lastname;         $conf["picture."]["imageLinkWrap."]["enable"] = 1;         $conf["picture."]["imageLinkWrap."]["width"] = "200m";         $conf["picture."]["imageLinkWrap."]["title"] = $firstname . " " .$lastname;         $conf["picture."]["imageLinkWrap."]["bodyTag"] = '<BODYbgColor="#B8D0EC">';         $conf["picture."]["imageLinkWrap."]["wrap"] = '<Ahref="javascript:close();"> | </A>';         $conf["picture."]["imageLinkWrap."]["target"] = "_blank";         $conf["picture."]["imageLinkWrap."]["JSwindow"] = 1;         $conf["picture."]["imageLinkWrap."]["JSwindow."]["newWindow"] = 1;         $picture = $this->cObj->IMAGE($conf["picture."]);Ergebnis: file, border, altText wird erkennt, imagelinkwrap nicht bzw. führtnciht zum gewünschten Ergebnis! lg Wolfgang




More information about the TYPO3-at mailing list