vaishnavi
8 years agoExpert
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