.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../../Includes.txt .. _developers_mapping_feusers: Contact (fe_users) ================== A sample configuration is prepared. You find the step by step instruction on the next pages. Workflow -------- You have * to copy and paste some files an directories * to copy and paste code once * to change one value once .. _developers_mapping_feusers-samplestructure: Sample Structure ---------------- .. code:: php netzmacher@typo3.org:.../ext/immo24/Resources/Private/Immo24/samples/fe_users# tree . ├── Configuration │   └── TCA │   └── Overrides │   ├── fe_users │   │   ├── columns.php │   │   └── mapping.php │   └── fe_users.php └── ext_tables.sql .. code:: php netzmacher@typo3.org:.../ext/immo24/Resources/Private/Language# tree . ├── de.fe_users.xlf └── fe_users.xlf **Table of Contents** .. toctree:: :maxdepth: 3 :titlesonly: Database/Index Language/Index TCA/Index Check/Index