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://comity.stage.lithium.com/t5/AutoCAD-2010-2011-2012/test-post-notifications/m-p/925

 

 

 

 

 

 

 

 

Any idea why this OOB functionality is changed and how to show the link?

 

Thanks,

Vaishnavi

 

  • 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

15 Replies

  • vaishnavi's avatar
    vaishnavi
    Expert
    8 years ago

    I have studio access.

    What I thought by 'backend' is plugins and other things.

    As I want the link inside message body and not after the message/topic.

    I will add solution-link component inside ForumMessage layout and handle by CSS.

     

    Thanks,

    Vaishnavi

     

  • him_varma's avatar
    him_varma
    Advisor
    8 years ago
    Hi Vaishnavi,

    Apologies for the confusion. I was talking about Studio only. You can add the component from studio. Yes you wont be able to add link in message body out of the box component. You will have to add below it only. Work around for this can be that you can create new custom component to get the message body and in that html you can call the solution link component too and include the new custom component in the forum topic quilt.

    Thanks
  • Did you ever get sorted with this vaishnavi? I'm having the same issue on my community and can't figure out what's missing the forum-message page. Thanks!

  • vaishnavi's avatar
    vaishnavi
    Expert
    8 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