Go to \umbraco\config\create\UI.xml. In there you can see which usercontrols are used for each dialog. Find the create node dialog and let it point to your custom usercontrol. Look in the source for how the current create dialog works en copy that over to your own usercontrol. Add the extra property to your custom usercontrol and it should work :).
Override the Create Content method
Hi all,
I am in a position where I need to add another property to the create content dialog box.
Is there any way I can override or extend Umbraco for this without going into the Umbraco source?
Thanks all! ;)
You can do it by making some changes.
Go to \umbraco\config\create\UI.xml. In there you can see which usercontrols are used for each dialog. Find the create node dialog and let it point to your custom usercontrol. Look in the source for how the current create dialog works en copy that over to your own usercontrol. Add the extra property to your custom usercontrol and it should work :).
Jeroen
is working on a reply...