View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
4689 | Composr | cns_forum | public | 2021-09-20 17:25 | 2021-11-01 20:02 |
Reporter | Chris Graham | Assigned To | |||
Priority | normal | Severity | feature | ||
Status | new | Resolution | open | ||
Summary | 4689: Remap default topic emoticon to member avatar, optionally | ||||
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. | ||||
Tags | No tags attached. | ||||
Attach Tags | |||||
Time estimation (hours) | 0.75 | ||||
Sponsorship open | |||||
|
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} |
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 |