View Issue Details

IDProjectCategoryView StatusLast Update
4689Composrcns_forumpublic2021-11-01 20:02
ReporterChris Graham Assigned To 
PrioritynormalSeverityfeature 
Status newResolutionopen 
Summary4689: 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.
Attach Tags
Time estimation (hours)0.75
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

Chris Graham

2021-09-21 20:16

administrator   ~7136

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}

Add Note

View Status
Note
Upload Files
Maximum size: 32,768 KiB

Attach files by dragging & dropping, selecting or pasting them.
You are not logged in You are not logged in. This means you will not get any e-mail notifications. And if you reply, we will not know for sure you are the original poster of the issue.

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