Forum Discussion

vaishnavi's avatar
vaishnavi
Expert
8 years ago

how to display 'Go to Solution' link in original post?

Hi, We have an instance which has all the  responsive OOB components. There is 'solved' icon in subject but  'Go to solution' link is not visible at bottom of the post. reference URL : http://c...
  • vaishnavi's avatar
    vaishnavi
    7 years ago

    Hi SheenaK,

    I have done below work around :-

    1. I have added  <component id="solution-link"/> on "ForumMessage" page layout,

    which displays the solution link on every message on Thread page (topic+replies).

    2. I have used CSS to hide solution link on "replies"

    .lia-thread-reply .lia-forum-topic-page-solution-link{

    display:none;

    }

     

    Thanks,

    Vaishnavi