Nico
12 years agoGuide
Is it possible to remove the TKB articles from the 'Recent posts' and 'Recent topics' components?
Hi everyone, Everything's in the title :smileywink:. When we publish bunches of TKB articles, user discussions get drowned and recent posts and topics only display TKB articles instead of the...
- 12 years ago
If you ONLY want to show forum content in those components, then there's a fairly easy way of doing so using the "interactionStyle" parameter with those components. You'll want to set the parameter value to "forum". For example:
<component id="forums.widget.recent-messages" interactionStyle="forum"/> <component id="forums.widget.recent-threads" interactionStyle="forum"/>
See more here:
http://lithosphere.lithium.com/t5/support-knowledge-base/How-do-I-change-where-the-Recent-Topics-module-pulls-from/ta-p/53044