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 How to make possible a basic formatting such as |
|||
|
|
|
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. |
|||
|
|