Azaly
Active member
Hi. I try to disable reply in conversation for bad users whithout large addon's. All these users are assigned to group with id=7. So in
conversation_view
template I've replaced <xf:if is="$conversation.canReply()">
with <xf:if is="!$xf.visitor.isMemberOf(7) OR $conversation.canReply()">
, but it don't work . Where I'm wrong ?