X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ftemplates%2Fwall_thread.tpl;h=1d2295278b91f2dad1a8c8c82c4e69d53f063e70;hb=2d49b71a4c1c2648b009d9fcb984e429e757fd90;hp=2ec43c0ce51587733a46958980f0c3c5a7eb17a4;hpb=92da411465627386f6c74f12d468310c482d8262;p=friendica.git diff --git a/view/theme/quattro/templates/wall_thread.tpl b/view/theme/quattro/templates/wall_thread.tpl index 2ec43c0ce5..1d2295278b 100644 --- a/view/theme/quattro/templates/wall_thread.tpl +++ b/view/theme/quattro/templates/wall_thread.tpl @@ -19,7 +19,14 @@ {{/if}} {{/if}} -{{if $item.thread_level!=1}}
{{/if}} +{{if $item.thread_level!=1}} +
+{{else}} + + + + +{{/if}}
{{if $item.star}}{{$item.star.starred}}{{/if}} @@ -38,7 +45,7 @@ menu
@@ -49,29 +56,31 @@
{{/if}} -
{{$item.location}}
+
{{$item.location nofilter}}
{{if $item.title}}

{{$item.title}}

{{/if}} - {{$item.body}} + {{$item.body nofilter}}
+ {{if !$item.suppress_tags}} {{foreach $item.hashtags as $tag}} - {{$tag}} + {{$tag nofilter}} + {{/foreach}} + {{foreach $item.mentions as $tag}} + {{$tag nofilter}} {{/foreach}} - {{foreach $item.mentions as $tag}} - {{$tag}} + {{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}}
@@ -131,7 +140,7 @@ {{/if}} {{if $item.drop.dropping}} - {{$item.drop.delete}} + {{$item.drop.delete}} {{/if}} {{if $item.edpost}} @@ -144,7 +153,7 @@ {{if $item.responses}} {{foreach $item.responses as $verb=>$response}} -
{{$response.output}}
+
{{$response.output nofilter}}
{{/foreach}} {{/if}}
@@ -153,7 +162,7 @@
- {{$item.comment}} + {{$item.comment nofilter}}
{{/if}}{{/if}}{{/if}} @@ -178,10 +187,10 @@ {{* top thread comment box *}} {{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}}