cannot remove "featured content" tab from latest activity pub nav

It works for me.
The public navigation is this:

View attachment 311054

Not this:

View attachment 311055
true true.

ive disabled the public navigation "featured content".....it wont go away tho
You cannot disable it in what's new by public navigation, was never like that and I forgot that when testing your issue.

If you want to remove it, edit the "whats_new_wrapper" template and delete this line:

Code:
<a class="{$baseClass} {{ $pageSelected == 'featured' ? {$selectedClass} : '' }}" href="{{ link('featured') }}">{{ phrase('featured_content') }}</a>
 
Related to this. If you set "Feature / unfeature threads"-permissions to "No" it still shows up and works under the moderator drop downs.
 
Back
Top Bottom