[TYPO3] Altering Backend

Sancar Saran sancar.saran at evodot.com
Wed Sep 10 13:20:24 CEST 2008


Hello everyone.

For one our customers, we have to migrate our old cms system with TYPO3.

We got different page design systems which staying in a SQL table.

Our problems are.

1-) When customer creates new TYPO3 page, new page creation process have to 
execute sql query to insert related entry for new TYPO3 page on our table

someting like; New Page id = 18

	$sql = "INSERT INTO blocks ( ".
	"block_id, block_name, block_content)
	VALUES (
	'',
	'blocks-".$newPageId."',
	'null')";

also record deletion linked with page deletion would be nice...

2-) When customers peform the right click on page tree element we have to 
provie a menu item to jump directly our design module.

Could you lead me documentation or give some examples or some clue to where I 
look to start.

Regards

Sancar Saran


More information about the TYPO3-english mailing list