X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fwall_thread.tpl;h=0ecceab0f16a98c7d07ff0a4b2a620c4d81bdce2;hb=c407fb7963cd40813531e29bdc8a6b43c16725d8;hp=55681f53dd2eb0920689bd86fe9448ae498f732f;hpb=c0d2e73d0ad0b00562d72364d3453a0e3ec55ed6;p=friendica.git diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index 55681f53dd..0ecceab0f1 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -141,7 +141,7 @@ as the value of $top_child_total (this is done at the end of this file) {{if $item.drop.dropping}}
  • - +
  • {{/if}} @@ -154,16 +154,16 @@ as the value of $top_child_total (this is done at the end of this file) @@ -245,41 +245,42 @@ as the value of $top_child_total (this is done at the end of this file) {{if $item.thread_level==1}}
    {{/if}} {{* item content *}} -
    +
    {{* insert some space if it's an top-level post *}} {{if $item.thread_level==1}} -
     
    +
     
    {{/if}} {{if $item.title}}

    {{$item.title}}


    {{/if}} -
    {{$item.body}}
    +
    {{$item.body nofilter}}
    - +
    - {{foreach $item.hashtags as $tag}} - {{$tag}} - {{/foreach}} - - {{foreach $item.mentions as $tag}} - {{$tag}} - {{/foreach}} + {{if !$item.suppress_tags}} + {{foreach $item.hashtags as $tag}} + {{$tag}} + {{/foreach}} + + {{foreach $item.mentions as $tag}} + {{$tag}} + {{/foreach}} + {{/if}} - {{foreach $item.folders as $cat}} - {{$cat.name}}{{if $cat.removeurl}} (x) {{/if}} - {{/foreach}} + {{foreach $item.folders as $cat}} + {{$cat.name}}{{if $cat.removeurl}} (x) {{/if}} + {{/foreach}} - {{foreach $item.categories as $cat}} - {{$cat.name}}{{if $cat.removeurl}} (x) {{/if}} - {{/foreach}} + {{foreach $item.categories as $cat}} + {{$cat.name}}{{if $cat.removeurl}} (x) {{/if}} + {{/foreach}}
    - {{if $item.edited}}
    {{$item.edited['label']}} ({{$item.edited['relative']}})
    {{/if}} + {{if $item.edited}}
    {{$item.edited['label']}} ({{$item.edited['relative']}})
    {{/if}}
    @@ -323,7 +324,7 @@ as the value of $top_child_total (this is done at the end of this file) {{if $item.vote.like OR $item.vote.dislike OR $item.comment}} • {{/if}} - {{/if}} {{/if}} @@ -355,7 +356,7 @@ as the value of $top_child_total (this is done at the end of this file) {{if $item.responses}}
    {{foreach $item.responses as $verb=>$response}} -
    {{$response.output}}
    +
    {{$response.output nofilter}}
    {{/foreach}}
    {{/if}} @@ -369,7 +370,7 @@ as the value of $top_child_total (this is done at the end of this file) {{* Insert comment box of threaded children *}} {{if $item.threaded}}{{if $item.comment}}{{if $item.indent==comment}} {{/if}}{{/if}}{{/if}} @@ -390,19 +391,19 @@ as the value of $top_child_total (this is done at the end of this file) case it could be opend with the "comment" button *}} {{if $item.total_comments_num}} {{if $item.threaded}}{{if $item.comment}}{{if $item.thread_level==1}} -
    {{$item.comment}}
    +
    {{$item.comment nofilter}}
    {{/if}}{{/if}}{{/if}} {{if $item.flatten}} -
    {{$item.comment}}
    +
    {{$item.comment nofilter}}
    {{/if}} {{else}} {{if $item.threaded}}{{if $item.comment}}{{if $item.thread_level==1}} - + {{/if}}{{/if}}{{/if}} {{if $item.flatten}} - + {{/if}} {{/if}}