niiiiiiiiiik
10 years agoGenius
If logged in, print screen name
 Hey Folks,     I am after a simple snippet of code but don't know how to write it :(     What I am looking for is...      if user is anonymous, have text display as "Welcome to the community"  otherw...
- 10 years agoniiiiiiiiiik - Here it is, lmk if this is what you need. <#if user.anonymous> Welcome to the community <#else> Welcome ${user.login} </#if>