I played a lot with substitutions and followed all available examples and tutorials... thats why I am clueless about the simple IF OR problem.
I assume the following Syntax is correct...
[cb:if user="#displayed" usertype="Registered" OR usertype="Editor"] The displayed User is of type: [cb:userdata field="usertype" /][/cb:if]
It does not produce any output?!
EDIT:
Also followed
this Incubator discussion
, and tried the same in Joomla article and CBcontent Bot. Same issues. Also the alternative pipe-character Syntax did not work for me.
By the way, In the discussion you suggested to use "
gid" instead of usertype names. I could not find an example how to check the groupID value. Your substitution tutorial does not list it.