Contents tagged with tutorial
Customizing Orchard shapes
Shapes are the basic building blocks of Orchard UI. They can be easily created and further reused by just putting an appropriate .cshtml file in your module /Views folder. This is nicely described … more
Using custom settings in Orchard, Part 2: Content type settings
This is a second part of a series about settings. In the first one I showed you how to add site-scoped settings. If you haven’t read it yet, I strongly encourage you to do so. This time … more
Using custom settings in Orchard, Part 1: Site settings
Sometimes you may need to persist some global settings (eg. license code, service login, default width etc.) to be reused across your module. Orchard makes it really simple and in this article … more
Using shapes as Html helpers in Orchard
Orchard shapes are the basic building block of the whole rendered UI. They are ordinary, although dynamically discovered and created by Orchard framework, Razor (.cshtml) view files. One of the … more
Jumpstart into Orchard module development
Yesterday someone asked on an Orchard discussion board about a concise explanation of Orchard module design structure. Documentation, which in my opinion is very good, unfortunately doesn’t … more



