Hi All, I'm starting a new project and have decided to use Umbraco 6.0.3. I need to add a custom section into umbraco however im not sure how to do it.
In earlier version of umbraco I made changes to the umbracoapp table etc to achieve this but I've noticed that 6.0.3 has a different database structure and these tables arn't present.
Can any body help me with this a step by step guide would be great.
The app & tree tables have been moved out of the DB and into /config/applications.config and /config/trees.config. You can edit these manually, or, decorate your classes with some attributes to have them serialized automatically. Check out this blog post for more info: Creating Custom Applications and Trees in Umbraco 4.8+
Adding a custom section to Umbraco 6.0.3
Hi All, I'm starting a new project and have decided to use Umbraco 6.0.3. I need to add a custom section into umbraco however im not sure how to do it.
In earlier version of umbraco I made changes to the umbracoapp table etc to achieve this but I've noticed that 6.0.3 has a different database structure and these tables arn't present.
Can any body help me with this a step by step guide would be great.
Regards
Kris
Hi Kris,
The app & tree tables have been moved out of the DB and into /config/applications.config and /config/trees.config. You can edit these manually, or, decorate your classes with some attributes to have them serialized automatically. Check out this blog post for more info: Creating Custom Applications and Trees in Umbraco 4.8+
-Tom
Cheers Tom thats great.
Kris
is working on a reply...