I'm looking forward to extending the Content section of Umbraco by adding a new tab next to "Change password". Basically I want to create a page in .NET that will be displayed in the tab.
Also, how hard would it be to create a package for these changes that I will be doing?
Any help on how I would do this will be appreciated! Thanks!
Just build your usercontrol, don't forget to add your assembly to the bin folder, and make sure to configure the path in Dashboard.config (/config folder).
Creating a new tab under Content
Hi all!
I'm looking forward to extending the Content section of Umbraco by adding a new tab next to "Change password". Basically I want to create a page in .NET that will be displayed in the tab.
Also, how hard would it be to create a package for these changes that I will be doing?
Any help on how I would do this will be appreciated!
Thanks!
Troska,
Just create a user control, and change the configuration for the dashboard and you're good to go.
Just build your usercontrol, don't forget to add your assembly to the bin folder, and make sure to configure the path in Dashboard.config (/config folder).
Cheers,
/Dirk
Wow, that's much easier than I imagined. Thank you very much Dirk!
is working on a reply...