Forum Discussion
AbhishekGu
3 years agoKhoros Staff
Hello keithkelly,
You can use following IF tag to hide components for anonymous users
<#if !user.anonymous>
// Write code here which will not display to anonymous users
</#if>
Hello keithkelly,
You can use following IF tag to hide components for anonymous users
<#if !user.anonymous>
// Write code here which will not display to anonymous users
</#if>
Hello keithkelly,
You can use following IF tag to hide components for anonymous users
<#if !user.anonymous>
// Write code here which will not display to anonymous users
</#if>