Forum Discussion

Parshant's avatar
7 years ago

Latest Post by User component behaves differently on the profile page

We have been working on some customization of profile page, in which we are using the components already used in profile page quilt.

There is a component for latest post on profile page of user <@component id="forums.widget.recent-messages"/> , which displays the latest post with all replies and new replies count.

See attached:



We included same component in our custom component(e.g - abc), within html and included our custom component in profile page quilt but it only displays views and date-time of the posts.

See attached:



Anyone faced same kind of issue with this component as the same component behaves differently on the profile page.

  • Parshant Did you check the exact XML code the component was included on the ProfilePage quilt (in studio), it might has some XML attributes which you cannot see in the drag and drop view, for example:

    <@component id="<cmpid>" mode="wide" />

     

    • luk, This is not the case. components and its XML attributes are same. Only issue we have faced during if we include into another component.