Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mentor Digital 19 posts 135 karma points
    Feb 07, 2012 @ 11:08
    Mentor Digital
    0

    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! ;)

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Feb 07, 2012 @ 12:05
    Jeroen Breuer
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft