Site Search
Tel.: +49 (0) 271 / 55 130 91
Mail: info@olivertempel.de

tt_news - List, Latest auf einer Seite >
< Typo3 Image PopUp - Parameter Error: Wrong parameters sent.

TT-News Image Popup

05.01.2011

Die Bilder von TT-News als PopUp anzeigen und konfigurieren


Constants:

  1.  
  2. plugin.tt_news.singleMaxW=800
  3. plugin.tt_news.singleMaxH=600
  4.  

Setup:

  1.  
  2. displaySingle.image {
  3.     file.maxW = {$plugin.tt_news.singleMaxW}
  4.     file.maxH = {$plugin.tt_news.singleMaxH}
  5.     wrap =
  6.     imageLinkWrap = 1
  7.     imageLinkWrap {
  8.       enable = 1
  9.       bodyTag = <body bgColor="#ffffff">
  10.       wrap = <a href="javascript:close();"> | </a>
  11.       width = 500m
  12.       height = 500
  13.       JSwindow = 1
  14.       JSwindow.newWindow = 1
  15.       JSwindow.expand = 17,20
  16.     }
  17.   }
  18.