[TYPO3-project-formidable] Changing data before saving

Radu Cocieru radu at cocieru.com
Wed Dec 13 17:24:06 CET 2006


Hi Oliver,

It will work but not with <php>

but
  <beforeinsertion>
   <userobj>
    <extension>this</extension>
    <method>Method</method>
    <params>
       <param>
         <name>someName</param>
	<value>SomeValue</value>
       </param>
       <param>
         <name>someOtherName</param>
	<value>SomeOtherValue</value>
       </param>
   </params>
  </userobj>
</beforeinsertion>

Regards
Radu

Hi Oliver Klee wrote:
> Hi all,
> 
> Jerome Schneider schrieb:
>> This is exactly what you need, indeed !
>>
>> There is an alternate syntax for the userobj tags:
> 
> Thank you for the help! Yet, this doesn't seem to work with formidable
> 0.5.0 (and 0.5.9 completely wrecks my TYPO3 installation). Is there any
> way to change the data before saving using 0.5.0?
> 
> Best regards,
> 
> 
> Oliver


More information about the TYPO3-project-formidable mailing list