[TYPO3-dev] Problem with IRRE
Steffen Ritter
info at rs-websystems.de
Mon Jan 12 18:37:34 CET 2009
Hey folks,
got some questions...
I build some datatypes (tables), which are connected to fe_users.
There are to points which are annoying and I don't get managed.
I have a special proccessing of this table by hook
processDatamap_preProcessFieldArray(&$FieldArray, $table, $id, &$tceobj)...
When the record is opened not through IRRE this works fine since the
parent_user is in FieldArray... When using IRRE the Field with the
parent_user is not set in FieldArray...
So how to Access it in IRRE enviroment?
And next question... How to overide the 'pid' field with such hooks....
IRRE does not care in which pid connected records are stored, but they
are created in the same pid as original record. So all related have to
be moved by hand to keep "structure". setting $FieldArray['pid'] has no
effect...
How to deal with that?
I hope somebody has some ideas about this...
Kind regards...
Steffen
More information about the TYPO3-dev
mailing list