[TYPO3] // Show disable RTE checkbox
tapio
tapio.markula at dnainternet.net
Mon Feb 6 08:14:21 CET 2006
S. Teuber wrote:
>>That means altering the source code of some extension ext_tables.php
> No. Dude. Read carefully.
> As long as *your own* TCA-altering extension is included *after* every
> other extension, you can alter *any* TCA entry *without* modifying any
> extensions code but your own.
Ok. I have an extension, where I could do that. I use now HTMLAREA and
it doesn't have beneath the editor any checkbox. I used earlier the
standard RTE, which have it. If I remember correct that checkbox belongs
as default to field, which is in the allowed excludelist. That checkbox
doesn't need any change.
> loadTCA('tt_content');
> debug($TCA['tt_content']);
ok. I should try to alte the pallette for 'header'. If you know this you
could help me to fix the bug in Typo3 in my 'tm_contentaccess' plugin.
I just want to give for an every user of Typo3 to make possibility to
tailor Typo3 maching exactly the needs of users.
>>>The other box, which is located *beneath* the form, just below the
>>>option "Show field descriptions"
Would it be reasonable to give the possibility to hide this field too.
I descriptions are in English they are useful for people, whose English
is not very good.
disableFiedDescription=1 would cause that there would not be that
checkbox at all!
>>TCA-related setting are AFAIK in ext_tables.php or in tca.php files.
> Yes, ext_tables.php. Sorry for the confusion.
ok - we are all human
More information about the TYPO3-english
mailing list