I am playing with Orchard CMS. The problem is that comments are formatted as plain text and even <p>
tags are not generated.
How to make possible a basic formatting such as <p>
or may be <b>
, <i>
?
I am playing with Orchard CMS. The problem is that comments are formatted as plain text and even <p>
tags are not generated.
How to make possible a basic formatting such as <p>
or may be <b>
, <i>
?
You override the view ListOfComments.cshtml within your own theme, then you can change what is output to the ui.
Orchard allows you to override any view/shape within your theme, hence allowing you to basically do whatever you like.
Pretty much what the title says really, I followed the instructions on the orchard project website to install v0.9 with the web platform installer. No error whatsoever until I tried to access it with ...
I am playing with Orchard CMS. The problem is that comments are formatted as plain text and even <p> tags are not generated. How to make possible a basic formatting such as <p> or may be &...
I am working with Orchard CMS v0.8 and am trying to set the layer rule for a particular layer in a website. This can be done by looking at the "Orchard_Widgets_LayerPartRecord" table in the database. ...
The create a module walkthrough for Orchard doesn t work with the code in the Orchard Mercurial repository at the head of the default or dev branches. Anyone know how I can create a new Orchard ...
I see that there is no Check-Ins on ASP.NET MVC Storefront code since Feb 7th. Can anyone please make me aware about whats going on. And on this question, Orchard project link is given with the answer....
We re looking into using Orchard CMS for a project. I know the CMS hasn t been around for a long time, but I was wondering if there were any known high profile and successful case studies using ...
I have been looking at the source code of the IronPython project and the Orchard CMS project. IronPython operates with a namespace called Microsoft.Scripting.Hosting.Shell (part of the DLR). The ...
I just downloaded the Orchard CMS, opened it up in VS2008 and hit F5: Everything runs fine. I then created a website in IIS 7.5 and pointed it to the web project s directory and set up permissions ...