#4689 - Remap default topic emoticon to member avatar, optionally
| Identifier | #4689 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Remap default topic emoticon to member avatar, optionally |
| Status | Open |
| Handling member | Deleted |
| Addon | cns_forum |
| Description | It is a wasted opportunity to have default topic emoticons. Instead we can show the first poster's avatar.
That is, if the design has enough space to show that. It should be an option to do it. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
<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}