Forum Discussion

dustin's avatar
dustin
Expert
10 years ago

What is the ID of the component that displays floated posts?

I replaced the default with a custom component, and now I can't find the default component in the list of defaults.

 

If I get the ID, I should be able to add it manually via the XML.

 

Any ideas?  Is there a place that lists all of the default components that I haven't found?

 

Thanks,

-d-

  • dustin - That is the part of the default component named     <component id="message-list"/> which also displays the list of the messages. As you've repaced it with a custom component, so you'll have to make a custom component for the floated posts as well. 

     

    This is the API you could use to make a custom component for the floated threads inside a board.

     

    /boards/id/${coreNode.id}/subscriptions/global/float/thread

     

    I hope it helps.

  • dustin - That is the part of the default component named     <component id="message-list"/> which also displays the list of the messages. As you've repaced it with a custom component, so you'll have to make a custom component for the floated posts as well. 

     

    This is the API you could use to make a custom component for the floated threads inside a board.

     

    /boards/id/${coreNode.id}/subscriptions/global/float/thread

     

    I hope it helps.