Hi,

pre 4.7 solution:


TS:
        includeLibs.skin_sbs_cd_sachsen = [pathToClassFile]

        stdWrap.postUserFunc  =
tx_SkinSbsCdSachsen_Hook_StdWrap->processReplacement

PHPClass:
        class tx_SkinSbsCdSachsen_Hook_StdWrap {
                public function processReplacement($content) {
                        return $content;
                }
        }

Ansonsten sieh mal hier:

http://azubi-medienblog.de/2011/12/06/typo3-4-5-um-stdwrap-replacement-erweitern/

Regards
Kay


Cheers
Kay
Am 25.04.2012 14:34, schrieb Kay Strobach:
> Am 25.04.2012 14:14, schrieb Georg Ringer:
>> Hi,
>>
>> machs doch einfach via hook in php, warum denn immer TS vergewaltigen ;)
>>
>> georg
> 
> sollte mit postUserfunc gehen, oder du nimmst TYPO3 4.7, da gehts mit
> 
> stdWrap {
>       replace {
>               10.search =
>               10.value  =
>       }
> }
> 
> Regards
> Kay
> 


-- 
http://www.kay-strobach.de - Open Source Rocks

TYPO3 .... inspiring people to share!
Get involved: http://typo3.org

Answer was useful: https://flattr.com/profile/kaystrobach
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an