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