I\'m using the Orchard CMS for a system that needs to maintain a couple of blogs. I created a bunch of users and for each user I also created a blog. The owner for each of the blogs is set to the corr
I am kind of new to Orchard CMS and I need to implement some kind of a portal on this technology.开发者_StackOverflow中文版 Basically the system need to have a couple of blogs and some additional cont
Has anyone been a开发者_开发问答ble to accomplish this? I\'m considering moving my BE blog to Orchard MVC but do not want to invest time if there is no way to migrate the content...BlogEngine and Orch
I\'m working on Orchard CMS and I need to have a couple of blogs. Each blog needs to ha开发者_开发技巧ve a Twitter account and a Facebook page associated. Whenever a new tweet or a new status is poste
I\'m looking at the orchard cms source code, specifically in the /src/orchard/caching folder. Can someone give me a high level explanation of the architecture?
Just grabbed the latest .zip release of the orchard CMS from http://orchard.codeplex.com/releases/view/65184 and have opened this via VS2010 by pointing
I have been trying to write something for orchard which will check all requests for \"_escaped_fragment_\" signifying a google ajax crawling request and will perform a 301 redirect to the correct reso
I am very new to Orchard CMS and I am working on trying to create a testimonials page in my project. I have created a content type that holds a body, textfield (TestimonialBy), and tags (for SEO purp
I\'ve created a new content type, product. And a products List. When I save a new Product item, and select Products from the list, Orchard tells me that the product have been saved correctly, but od
I\'m trying to change the layout of the admin page for a type and I\'m struggling. The client is very specific on the order of the fields and I\'m not sure how to do it.