Forum Discussion
2 Replies
Sort By
- DougS12 years agoKhoros Oracle
Hi djksar,
The comment editor on the blog article page is in the "comment-editor" component on the BlogArticlePage. You could either add a component directly underneath that component or replace that component witha custom component and use the following "component" directive in your custom component to render the comment editor:
<@component id="comment-editor" />
If that doesn't get the comment policy placed where you would like it placed, you are probably going to want to use Javascript to place the policy exactly where in the DOM you want it placed.
Ideas and Contents also have a comment editor form -- if you use those and want to place your comment policy there you'll need to update the IdeaPage and ContentSubmissionPage in a similar fashion.
- djksar12 years agoMavenThanks. Sounds like it might require a dev to help me out.
Related Content
- 2 years ago
- 2 years ago
- 10 months ago
- 3 years ago