#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 By Guest posted 21st Sep 2021, 4:16 PM Do not fill this field in. 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. Sort: Relevance Newest first Oldest first Rating Popularity
<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}