Flexible Content Element for group exclude in TYPO3

I just had the problem that I want to show different content elements on a TYPO3 page depending on the status of the user. Actually there were three cases:

  1. Show a content element to log in if the visitor is not logged in
  2. Show special content if the user is logged in and is part of the group – let’s call it A
  3. Show a message that the user does not have permission to see the special content as he is not in group A

Let’s see how that worked out…

Continue reading