[Typo3-dev] cant extend tslib_tmenu

Chi Hoang hoang at planb-media.de
Wed Oct 22 13:25:58 CEST 2003


Tim D'Hooge wrote:
> so it's not because it's not done through makeInstance since it most
> certainly is :/

Then I dont know. If your XClass is correct and it is called via
makeinstance it should work. Remember that the filename(!) of the xclass
must be the name of the original class filename with ux_ (not tx_) before.
There is another thing, if a method of tslib_tmenu is called via
parseFunc.userFunc (or so) then usually the filename of the xclass must be
ux_user + original filename (if you want extends plaintext.inc for example
it must be ux_user(!)_plaintext.inx). Check makeinstance to see how it
looksup localconf to get xclasses. Maybe consider that you extends the wrong
classes and methods, maybe they arent involved in what you want to do??


Greets,

Chi






More information about the TYPO3-dev mailing list