From c88267f8587cc6b96a2cf3071c893e318266feeb Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 4 Nov 2023 22:30:40 +0000 Subject: [PATCH] Improve the display of counters --- view/theme/frio/templates/wall_thread.tpl | 24 +++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index c2b80f174..640c9a212 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -486,16 +486,22 @@ as the value of $top_child_total (this is done at the end of this file) {{* Buttons for like and dislike *}} {{if $item.vote}} {{if $item.vote.like}} - + {{/if}} {{if $item.vote.dislike}} - + {{/if}} {{/if}} {{* Button to open the comment text field *}} {{if $item.comment_html}} - + {{/if}} {{if $item.vote.announce OR $item.vote.share}} @@ -539,9 +545,15 @@ as the value of $top_child_total (this is done at the end of this file) {{* Event attendance buttons *}} {{if $item.isevent}} - - - + + + {{/if}} {{if $item.edpost || $item.tagger || $item.filer || $item.pin || $item.star || $item.follow_thread || $item.ignore || ($item.drop && $item.drop.dropping)}}