[Typo3] Only admin-User can edit fields in extension

Tom Walter t3 at wnets.de
Wed Nov 16 00:51:22 CET 2005


I am using xinittwocolumn-extension. All the time I only used an 
admin-User in the BE to create and edit content. Now I wanted to set up 
a user and a group (which actually for the normal content works fine).
The normal can only edit one field from the extension.

Can anybody help out with some ideas ?

I got a feeling, that this part of the ext_tables.php is the source of 
the problem. (however I am not sure and open to any suggestions ...)

Thanks a lot !
Tom


t3lib_div::loadTCA("tt_content");
$TCA["tt_content"]["types"][$_EXTKEY."_pi1"]["showitem"]="CType;;4;button;1-1-1,
	header;;3;;2-2-2,
	tx_xinittwocolumn_type;;;;3-3-3,
	subheader,
	tx_xinittwocolumn_content_left;;;richtext[paste|bold|italic|underline|formatblock|class|left|center|right|orderedlist|unorderedlist|outdent|indent|link|image]:rte_transform[mode=ts], 

	tx_xinittwocolumn_content_right;;;richtext[paste|bold|italic|underline|formatblock|class|left|center|right|orderedlist|unorderedlist|outdent|indent|link|image]:rte_transform[mode=ts]";



More information about the TYPO3-english mailing list