From e9f2b828d8061820abbe0dabc568e4e51e19bfab Mon Sep 17 00:00:00 2001 From: Raroun Date: Fri, 29 Sep 2023 16:39:50 +0200 Subject: [PATCH 1/3] Frio: open links to source in a new browser tab --- view/theme/frio/templates/wall_thread.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index 00e738d9a..0b6e72054 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -117,7 +117,7 @@ as the value of $top_child_total (this is done at the end of this file) {{$item.network_name}} {{/if}} {{if $item.plink}} {{*link to the original source of the item *}} - + {{/if}} From 6197ae3fe0315ae6cab7632db168d333487d29c1 Mon Sep 17 00:00:00 2001 From: Raroun Date: Mon, 2 Oct 2023 10:39:49 +0200 Subject: [PATCH 2/3] added new tab for wall-titles too --- view/theme/frio/templates/wall_thread.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index 0b6e72054..7078d91f4 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -238,7 +238,7 @@ as the value of $top_child_total (this is done at the end of this file) {{* item content *}}
{{if $item.title}} -

{{$item.title}}


+

{{$item.title}}


{{/if}}
{{$item.body_html nofilter}}
From cc61f7b160d185f67293345f228419ab3ef7143b Mon Sep 17 00:00:00 2001 From: Raroun Date: Mon, 2 Oct 2023 11:01:22 +0200 Subject: [PATCH 3/3] added missing quotation mark --- view/theme/frio/templates/wall_thread.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index 7078d91f4..8c227eb13 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -117,7 +117,7 @@ as the value of $top_child_total (this is done at the end of this file) {{$item.network_name}} {{/if}} {{if $item.plink}} {{*link to the original source of the item *}} - + {{/if}}