erich37
Well-known member
I have set all my Forums to "Private" for guests.
So only registered members will see the Forums.
Now I would like to hide the "Forums Tab" and the "New Posts"-Tab (in the SubNavBar) from guests.
Could you please let me know how in which template I can hide these Tabs ?
I do not want to hide it with
	
	
	
		
.... but I want to hide it with
	
	
	
		
Appreciate your help!

				
			So only registered members will see the Forums.
Now I would like to hide the "Forums Tab" and the "New Posts"-Tab (in the SubNavBar) from guests.
Could you please let me know how in which template I can hide these Tabs ?
I do not want to hide it with
		Code:
	
	display: none !important;
	.... but I want to hide it with
		Code:
	
	<xen:if is="{$visitor.user_id}">
	Appreciate your help!