Forum Discussion
vishwajit_shind
Expert
This component will be placed on category page and the message list OOB component on Forum page will remain on that page.
So no need to use option functionality on Category page.
So no need to use option functionality on Category page.
phani
10 years agoAdvisor
Hi vishwajit_shind,
Not sure i fully understand your question. But using following code snippet you can get each thread that displaying in message list on Forum page/ TKB page. You can also add images next to the each thread.
$('.lia-summary-view-message-subject').each(function(rindex, row) { var eachThread = $(row).find('.lia-link-navigation'); $(eachThread).after(' <img src="image link" border="0" title="State flag">'); });
Hope this helps.
Phani
Related Content
- 8 years ago
- 4 years agoInactive User