[TYPO3-dev] Postprocessing when a new page is created
    Ingmar Schlecht 
    ingmar at typo3.org
       
    Fri Dec 30 16:17:37 CET 2005
    
    
  
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
    
    
More information about the TYPO3-dev
mailing list