Contents tagged with english
DI property injection in Orchard
As everyone developing apps using Orchard surely know, constructor injection in Orchard is a built-in feature. It’s used extensively throughout the whole framework and makes the … more
Moving to Orchard 1.2 - Impressions
After a short struggling I managed to successfully move my site to Orchard 1.2. Official release is just around the corner, but couldn’t help myself and built my own from the latest source:) … more
New code generation features for Orchard
Back on track after a short break! I’ve just uploaded to the Orchard Gallery a much updated version of Code Generation Extensions module.
Some of you asked for features such as settings … more
How to assign default role(s) to new user in Orchard
This is a commonly asked question. Orchard, by default, assigns no explicit roles to the newly created user.
Every authenticated user has the Authenticated role, which is attached to the user object … 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
Orchard Module Challenge brings promising modules
It seems like the Orchard Module Challenge have stimulated the community greatly to create lots of innovative modules! I’m very happy to see modules dealing with things more sophisticated than … 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 the Hierarchical menu Orchard module
Many of you asked me to provide the explanation of how to use the hierarchical menu module. As the new release arrived I took all features together and wrote this short tutorial. Also, I’d like … more
Accessing currently displayed content parts in Orchard
Sometimes you may need to acquire some knowledge about other parts displayed in the current request. The purposes can be different, from simple logging to displaying a content part which relies on … more
New articles - roadmap
Just for your information, this is my article roadmap for the next couple of days/weeks:
Using the hierarchical menu about usage and styling of the multi-level menu and the corresponding widgets … more
