DotNetShoutout - Stories tagged with Orchard CMS
3
Shouts

Walking Through the Orchard Part 3 - BlogML Import and Rewrite Rules - John Papa

published 777 days, 20 hours, 56 minutes ago posted by KluggerKlugger 778 days, 15 hours ago
Tuesday, May 03, 2011 12:47:15 PM GMT Monday, May 02, 2011 6:42:59 PM GMT
This is Part 3 of my series on setting up my blog for Orchard CMS.  In this post I will share my experience importing my old blog posts from the BlogML format into Orchard and setting up rewrite rules. Note: If you have not read Part 1 or Part 2, I suggest you go check them out first(The links are in the table below).Walking Through the Orchard Part 1 – Setting up a BlogWalking Through the Orchard Pa... (more)
category: Web Dev | clicked: 6 | 1 comment | | source: johnpapa.net
tags: CMS, Content Management System, Orchard CMS, Orchard
6
Shouts

Orchard 1.1: what's in it for developers? - Bertrand Le Roy

published 787 days, 18 hours, 47 minutes ago posted by MikeMike 788 days, 16 hours, 41 minutes ago
Saturday, April 23, 2011 2:56:38 PM GMT Friday, April 22, 2011 5:02:44 PM GMT
My previous post focused on the most visible changes in Orchard 1.1 but we also made a few changes to the platform that open up new developer scenarios.Suppressing Dependencies Orchard is essentially built around the idea of dependency injection, but for those services that need to have a unique implementation, it was almost impossible to swap the default implementation with your own without hacking into our Autofac code. With Orchard 1.1, you may now suppress... (more)
category: Web Dev | clicked: 3 | comment | | source: weblogs.asp.net
tags: Orchard CMS, Orchard, ASP.NET
8
Shouts

Featuring Orchard Advanced Menu

published 803 days, 21 hours, 11 minutes ago posted by pszmydpszmyd 807 days, 13 hours, 12 minutes ago
Thursday, April 07, 2011 12:32:18 PM GMT Sunday, April 03, 2011 8:31:01 PM GMT
New Hierarchical Menu module release is finally here. As you probably noticed, the module name has changed to Advanced Menu, as I guess it’s more appropriate now. Why? This is basically what I’m about to write about, as there’s been a lot of changes since the last release. First and foremost – the module is prepared to work with the upcoming Orchard 1.1 release... (more)
category: Web Dev | clicked: 23 | 1 comment | | source: www.szmyd.com.pl
tags: ASP.NET MVC 3, ASP.NET MVC, menu, superfish, jQuery, Orchard CMS, Orchard, ASP.NET
8
Shouts

Customizing Orchard shapes

published 815 days, 12 hours, 47 minutes ago posted by pszmydpszmyd 818 days, 17 hours, 22 minutes ago
Saturday, March 26, 2011 8:56:13 PM GMT Wednesday, March 23, 2011 4:21:41 PM GMT
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 here and here. But what if you’d want to arm your shape with some more fancy logic (eg. let them contain other shapes/objects, make them auto-wrapped with some Html tags, allow fine-grained overriding and such)? (more)
category: Web Dev | clicked: 12 | comment | | source: www.szmyd.com.pl
tags: ASP.NET MVC 3, ASP.NET MVC, Orchard CMS, Orchard, ASP.NET