View Issue Details

IDProjectCategoryView StatusLast Update
0004689Composrcns_forumpublic2021-11-01 20:02
ReporterChris GrahamAssigned To 
SeverityFeature-request 
Status non-assignedResolutionopen 
Product Version 
Fixed in Version 
Summary0004689: Remap default topic emoticon to member avatar, optionally
DescriptionIt 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.
TagsNo tags attached.
Time estimation (hours)0.75
Sponsorship open

Activities

Chris Graham

2021-09-21 20:16

administrator   ~0007136

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}

Issue History

Date Modified Username Field Change
2021-09-20 17:25 Chris Graham New Issue
2021-09-20 17:25 Chris Graham Tag Attached: 0.75
2021-09-21 20:16 Chris Graham Note Added: 0007136
2021-11-01 20:02 Chris Graham Time estimation (hours) => 0.75
2021-11-01 20:02 Chris Graham Tag Detached: 0.75