[TYPO3] <img> tag and the extension KJ: image-lightbox v2

Roelof Wobben rwobben at hotmail.com
Wed Sep 27 11:17:57 CEST 2006


Hello,

Because i want the image on the place i want i use the <img> tag in the rte.
But now the extension don't seem to work.

My template record is :
config.doctype = xhtml_strict
config.xmlprologue = none

# Menu 1 cObject

lib.sidebar-1 = HMENU

  # First level menu-object, textual

lib.sidebar-1.1 = TMENU
lib.sidebar-1.1 {

    # Normal state properties

  NO.allWrap = <div class="menu1-level1-no"> | </div>
  NO.stdWrap.htmlSpecialChars = 1

    # Enable active state and set properties:

  ACT = 1
  ACT.stdWrap.htmlSpecialChars = 1
  ACT.allWrap = <div class="menu1-level1-act"> | </div>

}

lib.sidebar-1.2 = TMENU
lib.sidebar-1.2 {

    # Normal state properties

  NO.allWrap = <div class="menu1-level2-no"> | </div>
  NO.stdWrap.htmlSpecialChars = 1

    # Enable active state and set properties:

  ACT = 1
  ACT.stdWrap.htmlSpecialChars = 1
  ACT.allWrap = <div class="menu1-level2-act"> | </div>

}

lib.sidebar-1.3 = TMENU
lib.sidebar-1.3 {

    # Normal state properties

  NO.allWrap = <div class="menu1-level3-no"> | </div>
  NO.stdWrap.htmlSpecialChars = 1

    # Enable active state and set properties:

  ACT = 1
  ACT.stdWrap.htmlSpecialChars = 1
  ACT.allWrap = <div class="menu1-level3-act"> | </div>

}



# Default PAGE object:

page = PAGE
page.typeNum = 0
page.10 = USER
page.10.userFunc = tx_templavoila_pi1->main_page
page.20 = IMAGE

page.20 {

  file = fileadmin/templates/main/pictures/25t.jpg

  imageLightbox2 = 1

  imageLightbox2.imageset = myImgSet

  imageLightbox2.caption= I am a imagecaption

  imageLightbox2.saveImageShow = 1

  imageLightbox2.printImageShow = 1

}


Is there a way i get this work ?

Regards,

Roelof





More information about the TYPO3-english mailing list