Re: [TYPO3-english] How to hide fields in BE forms from extensions for all users ?

2010-11-30 Thread Christoph Stadler
thank you so much, this works :) i should have asked erlier ... On 11/30/10 9:51 PM, Andreas Kiessling wrote: Hi, hm, don't know if it works from UserTS, i have only used it from PageTS. page.TCEFORM.tx_realty_objects.types.0.contact_data_source { disabled = 1 } Syntax is like this: TCEFOR

Re: [TYPO3-english] How to hide fields in BE forms from extensions for all users ?

2010-11-30 Thread Andreas Kiessling
Hi, hm, don't know if it works from UserTS, i have only used it from PageTS. page.TCEFORM.tx_realty_objects.types.0.contact_data_source { disabled = 1 } Syntax is like this: TCEFORM.[put the table name here].[put the field name here].disabled = 1 So for your example, put this in your pageTS:

Re: [TYPO3-english] How to hide fields in BE forms from extensions for all users ?

2010-11-30 Thread Christoph Stadler
yes i had experimented with this already but it doesn't work, i must be doing sth wrong ... so i edit my user and put this into the Backend Users TSconfig to for example hide the field contact_data_source: page.TCEFORM.tx_realty_objects.types.0.contact_data_source { disabled = 1 } page.TCEF

Re: [TYPO3-english] How to hide fields in BE forms from extensions for all users ?

2010-11-30 Thread Andreas Kiessling
Hi, https://typo3.org/documentation/document-library/core-documentation/doc_core_tsconfig/4.3.2/view/1/5/#id2506208 section ->TCEFORM_confObj property: disabled If set, the field is not rendered. Example: TCEFORM.pages.title { # You cannot edit the Page title field now: disabled = 1 } H

Re: [TYPO3-english] How to hide fields in BE forms from extensions for all users ?

2010-11-30 Thread Christoph Stadler
the file that is edited when i click the 'Write to configureation' button is typo3conf/extTables.php so even after editing out the fields i don't want to see and writing the new setup into extTables and cleaning caches i still see those fields in the back end On 11/30/10 9:08 PM, Christoph S

Re: [TYPO3-english] How to hide fields in BE forms from extensions for all users ?

2010-11-30 Thread Christoph Stadler
Thanks for your help Tomas, i have tried to use tcamanipulate but cannot figure it out, there is not much in the documentation to help ... as i understand you have to install the extension and then use the user page TSconfig ? WHat would be the syntax for hding those fields ? just to clarify

Re: [TYPO3-english] How to hide fields in BE forms from extensions for all users ?

2010-11-30 Thread Tomas Mrozek
Alright... now I get it. You modified the extension itself. Well, first of all, you should not modify the extension itself as you will create troubles for yourself or someone else administering the website once you need to update the extension (and you forget that you have done some changes). It's

Re: [TYPO3-english] How to hide fields in BE forms from extensions for all users ?

2010-11-30 Thread Tomas Mrozek
What extension did you use to modify $TCA? Tomas Mrozek ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] How to hide fields in BE forms from extensions for all users ?

2010-11-30 Thread Christoph Stadler
hello all, i am working with the extension realty but my question is more of a general nature, i'd like to do this for a variety of plugins. The extension provides many input and selection fields that i don't use and clutters up the input form when a user creates a new record or edits an exi