[Typo3] fe_users insert records?

Raphael Boos registrar at soft-works.de
Fri May 27 06:50:58 CEST 2005


Hi list,

indeed you only have to add

t3lib_extMgm::addToInsertRecords('fe_users');

to the setup of exttables.php of the plugin. After logging in an out a 
few times it suddenly worked. Don't forget to clear the cache. On the 
website the setup of the plugin is used to display the limited details 
of the user, of course you may alter this in your TS.

> Hi,
> 
> whats the best way to use the content type -Insert Records- for the 
> fe_users table? I changed ext_tables.php and added
> 
> t3lib_extMgm::addToInsertRecords('fe_users');
> 
> but without success. I studied the setup of tt_address and 
> css_styled_content but i just can't get it.
> 
> Any ideas?
> 
> Thanks for help



More information about the TYPO3-english mailing list