[TYPO3-english] Hiding a tab from a content element in backend

Enrique Moreno Tent enriquemorenotent at gmail.com
Fri Apr 15 20:31:51 CEST 2011


The only table alteration I see in ext_tables.sql is this:

#
# Table structure for table 'tt_content'
#
CREATE TABLE tt_content (
tx_multicolumn_parentid int(11) DEFAULT '0' NOT NULL
);

and I don't think this field will help me disable the tab I wish...

On Fri, Apr 15, 2011 at 7:23 PM, Steffen Gebert <steffen.gebert at typo3.org>wrote:

> On 15.04.11 19:12, Enrique Moreno Tent wrote:
>
>> But how do I find out the<table>  that I should be using?
>>
>
> Have a look at your database or at the ext_tables.sql of the extension,
> which adds the fields. Our you use Firebug to inspect the ID of the input
> field of the forms. This contains the table and the field name.
>
>
>
> Kind regards
> Steffen
>
> --
> Steffen Gebert
> TYPO3 v4 Core Team Member
>
> TYPO3 .... inspiring people to share!
> Get involved: http://typo3.org
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list