[TYPO3-mvc] How to use fe_users in my extbase extension?
Zachary Davis
zach at castironcoding.com
Wed May 16 16:44:40 CEST 2012
Indeed, setting the type is really the key, as it's needed for the
single table inheritance that ExtBase uses for fe_users.
We've written a fair amount of code dealing with ExtBase and fe_users in
this extension: https://github.com/castiron/cicregister. There are
examples in there of how to extend extbase's fe_user model with your own
model that you may find useful.
best,
Zach
Daniel Schöne wrote:
> Hi Roland,
>
> is tx_extbase_type set?
>
> cheers,
> daniel
>
> On 16.05.2012, at 12:02, Roland wrote:
>
>> hi dennis,
>>
>> thanks for your answer.
>>
>>> I guess there are issues with the storagePid - have you configured
>>> anything regarding this? You may assign the FEUser storage folder in
>>> your plugin or hand over a storagePid for the model in your TypoScript
>>> configuration.
>> i already did both (sorry that i did not mention this): selecting the sysfolder in the plugin and defining the storagePid via typoscript on the page where i inserted the plugin:
>>
>> --- quote ---
>>
>> plugin.tx_mitgliederverwaltung {
>> persistence {
>> storagePid = 26
>> }
>> }
>>
>> --- /quote ---
>>
>> no frontend users listed by the plugin.
>> _______________________________________________
>> TYPO3-project-typo3v4mvc mailing list
>> TYPO3-project-typo3v4mvc at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc
>>
>
More information about the TYPO3-project-typo3v4mvc
mailing list