[TYPO3-english] Location for flexform for fe_user?

Dmitry Dulepov dmitry.dulepov at gmail.com
Fri Mar 19 12:33:02 CET 2010


Hi!

Karl Wallace wrote:
> I have extended the fe_user table with several fields using kickstarter.
> 
> In the backend the additional fields were added to the last tab of data by 
> default. In my case it's a tab for "forum settings" as i have mm_forum 
> installed. There are other tabs such as "General", "Personal Data" etc..
> 
> 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".

-- 
Dmitry Dulepov
TYPO3 expert / TYPO3 security team member Read more @
http://dmitry-dulepov.com/


More information about the TYPO3-english mailing list