Hmm try "Route Filters" then click on "Add Route Filter."Yup, I have that edited already. It does not affect the button only the tabbed menu.
Disregard, that's wrong.Hmm try "Route Filters" then click on "Add Route Filter."
<xf:button href="{{ $xf.options.forumsDefaultPage == 'new_posts' ? link('forums/new-posts') : link('whats-new/posts') }}" icon="bolt">
<xf:button href="{{ $xf.options.forumsDefaultPage == 'new_posts' ? link('forums/new-posts', '', {'skip' : 'true'}) : link('whats-new/posts', '', {'skip' : 'true'}) }}" icon="bolt">
<a class="{$baseClass} {{ $pageSelected == 'new_thread' ? {$selectedClass} : '' }}" href="{{ link('whats-new/posts') }}" rel="nofollow">{{ phrase('new_posts') }}</a>
<a class="{$baseClass} {{ $pageSelected == 'new_thread' ? {$selectedClass} : '' }}" href="{{ link('whats-new/posts', '', {'skip' : 'true'}) }}" rel="nofollow">{{ phrase('new_posts') }}</a>
Template whats_new_wrapper
Change this:
Code:<a class="{$baseClass} {{ $pageSelected == 'new_thread' ? {$selectedClass} : '' }}" href="{{ link('whats-new/posts') }}" rel="nofollow">{{ phrase('new_posts') }}</a>
To this:
Code:<a class="{$baseClass} {{ $pageSelected == 'new_thread' ? {$selectedClass} : '' }}" href="{{ link('whats-new/posts', '', {'skip' : 'true'}) }}" rel="nofollow">{{ phrase('new_posts') }}</a>

We use essential cookies to make this site work, and optional cookies to enhance your experience.