Issue: We want to allow anonymous users to save a "nickname" on a post. This is because it's difficult to keep track of all anonymous posts in a thread. We want to allow anonymous posting. The nickname can be saved as an extended attibute on posts. Then we want to display this nickname instead of the username if the user is anonymous and the post has a nickname.
How can we best implement this in our Telligent 5 solution without changing the ContentFragment files. We really want to stay on the upgrade path.
Thanks for any replies!