Einzelnen Beitrag anzeigen
  #2  
Alt 18.11.04, 11:21
w@ w@ ist offline
Forum Newbie
 
Registriert seit: 19.08.04
Beiträge: 22

hab's jetzt mal so ausprobiert....:

im ts-constants:
Zitat:
plugin.tt_board_list.overView = 95
dann im ts-setup:
Zitat:
plugin.tt_board_list.overView = {$overView}
und dann im 'class.tx_ttboard.php' folgende zeilen geadded...:
Zitat:
// Link back to overview
$this->conf=$conf
$wrappedSubpartContentArray["###LINK_BACK_TO_OVER###"]=$this->local_cObj->typolinkWrap($this->conf['overView']);
aber so richtig ist's ja noch nicht..... :oops:
kriege nen unexpected T-Vars auf betreffender Zeile....

irgendwelche tipp's...?

merci vielmal...
gruss peter


PS: war ein versuch gemäss http://typo3forum.net/viewtopic.php?p=2036#2036
__________________
typoversion: 4.1.2
Mit Zitat antworten