[TYPO3-english] Location for flexform for fe_user?

Jigal van Hemert jigal at xs4all.nl
Fri Mar 19 13:52:59 CET 2010


Dmitry Dulepov wrote:
> Karl Wallace wrote:
>> My query is how can I change the position in which the additional fields 
>> appear in the flexform for fe_users?
> I don't think you mean flexform. I think you mean normal Backend forms.
> 
> You have a call to t3lib_extMgm::addToAllTCAtypes() in ext_tables.php.
> 4th parameter should be empty. 5th parameter accepts "before:fieldname"
> or "after:fieldname".

I have had a couple of fights with this function and some of the fights 
I've lost.
- How do you add different fields to different positions? Can the 5th 
parameter be a comma-separated list of before:... and after:... directions?
- How do you add a field as a secondary field (e.g. 'Initials' between 
gender and first_name)? Can this be combined with before:... and after:.. ?
- Can you use multiple calls to t3lib_extMgm::addToAllTCAtypes() if you 
can't use multiple directions as 5th parameter?

Thanks for explaining!

-- 
Jigal van Hemert.


More information about the TYPO3-english mailing list