#4689 - Remap default topic emoticon to member avatar, optionally
0 guests and 0 members have recently viewed this.
The top 3 point earners from 14th Dec 2025 to 21st Dec 2025.
| PDStig |
|
|
|---|---|---|
| Gabri |
|
|
| sholzy |
|
|
There are no events at this time
<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}