Trending widget - exclude nodes

CedricV

Well-known member
Hi everyone,

I think we can all agree—seeing irrelevant topics regularly pop up in the trending widget can be frustrating. That's why I'm reaching out to see if anyone would be interested in developing an add-on that allows specific nodes to be excluded from the trending content widget.

This feature has gathered over 50 votes in the suggestion thread, so I know I'm not alone in wanting this! If anyone could bring this to life and release it in the resource manager, it would be hugely appreciated by myself and many others.

Thank you for considering this!

Link to suggestion thread: Trending Content: Option to Exclude Nodes from Trending Content
 
I'm not sure if I understand correctly but I can't create the add-on. However, a small template adjustment helps ease my frustration.

Template: widget_trending_content
<xf:foreach loop="$content" value="$item">
<xf:if is="!in_array($item.Forum.node_id, [id])">
 
Back
Top Bottom