Forum Discussion

djksar's avatar
djksar
Maven
12 years ago

Where can i find the blog comment template in studio?

I wanted to edit the blog comment section by adding our comment policy right underneath the submit button. Which template in studio do I change? 

2 Replies

  • DougS's avatar
    DougS
    Khoros Oracle
    12 years ago

    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.

  • djksar's avatar
    djksar
    Maven
    12 years ago
    Thanks. Sounds like it might require a dev to help me out.