[TYPO3-english] EXT Programming BE Module

2017-08-08 Thread Christian Tauscher
Hello Again. Yes ist holiday time, so it seems that I talk with me alone - no problem, this helps me to rethink and maybe another will find a inspiring source for future Problems: My backendmodule will display my records - works nice. In the Template I will not show the data, only, but give

Re: [TYPO3-english] Hooks: processDatamap_preProcessFieldArray()

2017-08-08 Thread Christian Tauscher
Am 08.08.2017 um 13:11 schrieb Christian Tauscher: > // t3_origuid is set? Yes, ist a Copy >if(isset($fieldArray['t3_origuid'])) { > $fieldArray['field1']++; > $fieldArray['filed2']--; >} Ages ago I did use the workspace feature t3_origuid, this is set by the core if its

[TYPO3-english] Re: FE Login Dots

2017-08-08 Thread Naberd Zendi
chrome has autocomplete of the form which is i think in your case. so adding autocomplete="off" to input will solve your problem. so steps to do: copy templates of fe_login in to any dir. add typoscript for fe login plugin to use template from that directory plugin.tx_felogin_pi1 {

[TYPO3-english] Re: Data Transfer from Other CMS into Typo3 CMS

2017-08-08 Thread Naberd Zendi
i think your best bet is to look at https://docs.typo3.org/typo3cms/extensions/external_import/ or write custom script to insert queries in to database. pages pages_language_overlay sys_file tt_content if you can fit your database export in to this tables then you have migrated all your data.