Forum Discussion
Parshant
7 years agoBoss
You can simply do that by adding this condition to your banner notifications
<#if user.anonymous>
your banner notifications
</#if>
You can simply do that by adding this condition to your banner notifications
<#if user.anonymous>
your banner notifications
</#if>