Hi, is their any way to hide avatars & signatures in "few" forums or even in a complete category?
<xen:if is="{$visitor.content_show_signature} && {$message.signature}">
<xen:if is="({$forum.node_id} != 73 && {$forum.node_id} != 83) && {$visitor.content_show_signature} && {$message.signature}">
<xen:if is="{$forum.node_id} != 73 && {$forum.node_id} != 83">
<xen:hook name="message_user_info_avatar" params="{xen:array 'user={$user}', 'isQuickReply={$isQuickReply}'}">
<div class="avatarHolder">
<span class="helper"></span>
<xen:avatar user="$user" size="m" img="true" />
<!-- slot: message_user_info_avatar -->
</div>
</xen:hook>
</xen:if>
Thanks, this is best because we have about 8 to 12 node IDsUse an array if there is more than one node ID: <xen:if is="!in_array({$forum.node_id}, array(1, 2, 3))">
We use essential cookies to make this site work, and optional cookies to enhance your experience.