darrenSP
8 years agoMentor
Showing related tkb articles
Hi,
Is it possible to show related TKB articles perhaps based on labels/tags. Within TKB message main there is this component: <component id="tkb.widget.related-messages-taplet" /> but it doesnt seem to be doing anything.
Any ideas?
Thanks, Darren.
darrenSP - Could you please try below component for related articles.
<component id="forums.widget.related-messages-taplet"/>
If you want to show related articles based on tags and labels, you can create a custom component for that. You will need to get the current messages labels and tag and make a call to get messages which contain that tag or labels.
API to fetch messages using the tag text.
API to fetch messages using the label text.