[TYPO3] remove default extension classes

JoH asenau info at cybercraft.de
Mon May 14 11:59:44 CEST 2007


>>> Is it possible to remove all default extension classes?
>>> for example: <div class="tx-jppageteaser-pi1">|</div>
>>
>> It is usually hard-coded in the extension's code. You can look for
>>
>>     return $this->pi_wrapInBaseClass(WHATEVER_HERE);
>>
>> and replace it with
>>
>>     return WHATEVER_HERE;
>>
>> Of course, WHATEVER_HERE will be different for each extension.
>
> Thanks for your answer Dmitry, it works!
> There's no way to do this with TS?

Depends on if the author of the extension has implemented some TS
replacement of the BaseClass or not. Unfortunately for most of the extension
this means: No way.

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
openBC/Xing: http://www.cybercraft.de
T3 cookbook: http://www.typo3experts.com




More information about the TYPO3-english mailing list