- Joined
 - Oct 8, 2019
 
- Messages
 - 19
 
- Points
 - 13
 
Reputation:
Hello good can you help me with the condition
	
	
	
		
this condition only shows one group, however in my forum I have 3 user groups that are registered id = 2, vip id = 7 and collaborators id = 8
I would like to show the content to these 3 groups
	
	
	
		
it would be something like that I need your help please
	
		
			
		
		
	
			
			
		HTML:
	
	<xf:if is="{{$xf.visitor.isMemberOf(x)}}">
   Mostrar contenido...
</xf:if>
	this condition only shows one group, however in my forum I have 3 user groups that are registered id = 2, vip id = 7 and collaborators id = 8
I would like to show the content to these 3 groups
		HTML:
	
	<xf: if is = "{{$ xf.visitor.isMemberOf (2,7,8)}}">
    Show content ...
</ xf: if>
	it would be something like that I need your help please