webbouk Well-known member Apr 22, 2018 #1 Hi, is it possible to remove signatures in conversations and if so how do I go about it? Thanks
DohTheme Well-known member Apr 23, 2018 #2 in "message_macros" template find: <xf:if is="$xf.visitor.Option.content_show_signature AND $user.Profile.signature"> replace it with: <xf:if is="$xf.visitor.Option.content_show_signature AND $user.Profile.signature AND $template != 'conversation_list'"> Upvote 0 Downvote
in "message_macros" template find: <xf:if is="$xf.visitor.Option.content_show_signature AND $user.Profile.signature"> replace it with: <xf:if is="$xf.visitor.Option.content_show_signature AND $user.Profile.signature AND $template != 'conversation_list'">
webbouk Well-known member Apr 23, 2018 #3 Thanks, I tried that but it didn't work (line 125 in 'message_macros' template) Upvote 0 Downvote
DL6 Well-known member Apr 23, 2018 #4 Remove this in the template conversation_message_macros HTML: <xf:macro template="message_macros" name="signature" arg-user="{$message.User}" /> Upvote 0 Downvote
Remove this in the template conversation_message_macros HTML: <xf:macro template="message_macros" name="signature" arg-user="{$message.User}" />