#4689 - Remap default topic emoticon to member avatar, optionally

This is a spacer post for a website comment topic. The content this topic relates to: #4689 - Remap default topic emoticon to member avatar, optionally
Some Tempcode that can do it, for CNS_FORUM_TOPIC_ROW.tpl...

<img class="vertical_alignment" alt="" src="{$IMG*,ocf_emoticons/none}" />

-->

{+START,IF,{$AND,{$IS_NON_EMPTY,{_POSTER}},{$NOT,{$IS_GUEST,{_POSTER}}},{$IS_NON_EMPTY,{$AVATAR,{_POSTER}}}}}
<img class="vertical_alignment" alt="" src="{$AVATAR*,{_POSTER}}" />
{+END}
{+START,IF,{$NAND,{$IS_NON_EMPTY,{_POSTER}},{$NOT,{$IS_GUEST,{_POSTER}}},{$IS_NON_EMPTY,{$AVATAR,{_POSTER}}}}}
<img class="vertical_alignment" alt="" src="{$IMG*,ocf_emoticons/none}" />
{+END}
0 guests and 0 members have recently viewed this.