[Typo3-dev] how to extend _Typoscript_ itself
Wolfgang Klinger
wolfgang at stufenlos.net
Wed Sep 7 19:47:59 CEST 2005
Hi!
On Wed, 07 Sep 2005, tapio wrote the following:
> But it supports just partial XCLASS.
> I can't extend 'class tslib_cObj' or any other class
> becaus there is no class starting with 'SC_'.
I always try to understand what you write - really, but it's so hard,
sometimes I just don't get it.
Either it's your confusing English or something else, I don't know, as
I've never met you face to face, but please try to improve something.
I become angry if I read your posts after a long hard day and others
become aggressive and start shouting at you (virtual)!
Please try to change your way of communication!
OK, now to your other problems :-)
Why can't you extend tslib_cObj? What has it to do with this "SC_"
thing?
> Is there then a way to add new TS without modifying that file but just
> writing some new TS defining a file for this key:
>
> $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['tslib/class.tslib_content.php']);
Don't get that.
> if(isset($_GET['noView']) &&
> $this->modTSconfig['properties']['panelFEdisableButton']['save']==0)
Simply
---
print_r($this->modTSconfig);
---
shows you the content of this array, I hope you can figure out the
rest... (or use the t3lib_div::debug method)
kind regards
Wolfgang
ps: and please don't reply off-list :-)
pps: no offence meant! really!
More information about the TYPO3-dev
mailing list