XenForo Adding New threads to What's new

F

frm

Guest
I wanted "New threads" in "What's new", so I created a Page node to contain the widget.

I put this in the Page node:
HTML:

Code:
<xf:set var="$pageSelected">new_threads</xf:set>

<xf:wrap template="whats_new_wrapper">
    <xf:set var="$pageSelected" value="overview" />
</xf:wrap>

<xf:widget key="whatsNewNewThreads" />

But, I can't get it to select the New threads tab in whats_new_wrapper like all other options.

1726368099242.webp

I edited the template whats_new_wrapper and entered this...

Read more

Continue reading...