Forum Discussion

PerBonomi's avatar
10 years ago

Add core component to custom page

Hi.

I've built a custom Forum Topic page and I need to add the actions component to each individual message (speciically, I really just need the kudo component).

 

I get this error and can't figure out how to code it correctly:

RenderQueueException:Render queue error in BeginRender[components/ComponentDisplayContributionPage:componentdisplay0]: unknown component id: actions

 

I've tried these options:

<@component id="Quilt:message-list.forum-message.actions" />

<@component id="Quilt:forum-message.actions" />

<@component id="Page.message-list.forum-message.actions" />

<@component id="Page.forum-message.actions" />

 

I don't really want to manually try all the possible iterations, so I'm hoping someone's done this already.

 

Thanks.

  • PerBonomi This is because you are adding the componenets to the wrong quilt, it needs to be added to the ForumMessage quilt. Each message in the ForumTopicPage is rendered from ForumMessage quilt and these action comopnents will work there.

     

    I hope this helps.