markoroots
Well-known member
Hi there, I would like to add the unuswared threads view in the "What's New" tab, but I would like that this is been shown only to the staff. 
So I have seen that this is the string code to add:
	
	
	
		
in whats_new_wrapper.
But in this way is visible to all. How to set only some usergroup as for example "Supporters" and "Moderators"?
				
			So I have seen that this is the string code to add:
		Code:
	
	href="{{ link('find-threads/unanswered') }}" rel="nofollow">{{ phrase('unanswered_threads') }}</a>
    <a class="{$baseClass} {{ $pageSelected == 'watched' ? {$selectedClass} : '' }}"
	in whats_new_wrapper.
But in this way is visible to all. How to set only some usergroup as for example "Supporters" and "Moderators"?



