[Typo3-dev] Changing the versioning pid in t3lib_TCEmain

Robert John de Stigter robertjohn at bedrijvenweb.nl
Thu Oct 13 15:42:22 CEST 2005


Hi,
 
How easy is it to modify the class t3lib_TCEmain to make it choose an
other id instead of -1 when versioning the pages? (In combination with
the sys_workflow extension)
I tried it, changing line 3604: $sArray['pid'] = -1; to $sArray['pid'] =
$customPid;
It didn't seem to use the $customPid as a pid for the pages. (It's
probarly more complicated than I realize.)
 
Cheers,
Robert





More information about the TYPO3-dev mailing list