[Typo3-UG Oesterreich] wechselnde adressdaten auf unterseiten

Wolfgang 'Dreamguard' Nagele e-mail at dreamguard.at
Wed Apr 27 14:05:02 CEST 2005


hallo liste,

danke für die unterstützung, hab' es jetzt mit der extension von bernhard
gelöst in dem ich in den unterseiten wo die kontaktdaten wechseln sollen
mit einer constant die pid getauscht habe.

auf den seiten die per pid angegeben sind ist dann in der rand spalte der
block den ich anzeigen will als content element definiert.

constant part vom haupttemplate:
---schnipp---
plugin.tx_kbcontslide_pi1.pid = 999
---schnapp---

setup part vom haupttemplate:
---schnipp---
plugin.tx_kbcontslide_pi1 {
   content = CONTENT
   content {
      wrap = <div class="box_right">|</div><div
class="box_right_footer"><div class="left"></div><div
class="right"></div></div>
      table = tt_content
      select {
         pidInList = {$plugin.tx_kbcontslide_pi1.pid}
         where = colPos=3
         orderBy = sorting
      }
   }
}
---schnapp---

constant part in den jeweiligen extension templates:
---schnipp---
plugin.tx_kbcontslide_pi1.pid = 123
---schnapp---





More information about the TYPO3-at mailing list