[TYPO3-dev] Postprocessing when a new page is created

Tobias Pinnekamp mail at tpinne.de
Fri Dec 30 17:21:49 CET 2005


Ingmar Schlecht schrieb:
> Tobias Pinnekamp wrote:
>> is there any hook to postprocess the creation of a page record?
> 
> Use the post processing hook of process_datamap in TCEMain and make a 
> condition in the beginning of your hook function to only execute your 
> code on creation of a *new* record in the *pages* table.
> 
> The hook is documented here:
> http://typo3.org/development/articles/how-to-use-existing-hooks/
> 
> cheers,
> Ingmar

Thanks! Works fine.

Best regards
Tobias




More information about the TYPO3-dev mailing list