Great. But it does more than I want :
Ex. : I put in the Custom HTML Description
[cb:if usergroup includes "29"]Premium[/cb:if] [cb:if usergroup includes "13"]Member[/cb:if] [cb:if usergroup includes "2"]Registered[/cb:if]
The Registered, Member and Premium groups are hierarchically dependent.
For the sake of simplicity, in our site, a user is Registered OR Member OR Premium exclusively.
This is the information I expect : the name of the group to which she really belongs to.
In fact, the instruction you gave me rebuilds the hierarchy. Therefore I get:
Registered
Member Registered
Premium Member Registered
How can I simply get
Registered
Member
Premium
On way would be to have "else" : could you provide the syntax?
Another way, if it exists, to have a function that gives only the real group.