Hi
As we have two different types of users (free / premium) we want to limit functionality for free users.
How can we hide user profile tabs from free users?
How can we dissalow free users to create albums?
I tried to add DNN-centric code to achieve this (like [#If DotNetNuke.Security.PortalSecurity.IsInRole("Premium") Then %]) but that wouldn't work
Any suggestions?
Thanks