From bdc7d1b87a2b691781f3a4ad8477965018f59726 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 24 Sep 2016 12:05:14 -0400 Subject: [PATCH 01/11] [frio] Add active class to responses current user holds - Add active class when the self attribute is found - Add CSS styling to active response links --- view/theme/frio/css/style.css | 6 ++++++ view/theme/frio/templates/wall_thread.tpl | 12 ++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 42946b6e13..58af8ffca8 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1504,9 +1504,15 @@ code > .hl-main { margin-top: 15px; margin-bottom: 0; } +.wall-item-actions a.active { + font-weight: bold; +} .wall-item-actions a:hover { color: #555; } +.wall-item-actions a.active:hover { + color: $link_color; +} .wall-item-actions-left { display: table-cell; vertical-align: middle; diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index 25ad41bc3f..f58d4425f5 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -287,7 +287,7 @@ 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}} -  {{$item.vote.like.1}} +  {{$item.vote.like.1}} {{/if}} {{if $item.vote.like AND $item.vote.dislike}} @@ -295,7 +295,7 @@ as the value of $top_child_total (this is done at the end of this file) {{/if}} {{if $item.vote.dislike}} -  {{$item.vote.dislike.1}} +  {{$item.vote.dislike.1}} {{/if}} {{if ($item.vote.like OR $item.vote.dislike) AND $item.comment}} @@ -314,7 +314,7 @@ as the value of $top_child_total (this is done at the end of this file)  •  {{/if}} {{if $item.vote.share}} -  {{$item.vote.share.0}} +  {{$item.vote.share.1}} {{/if}} {{/if}} @@ -323,9 +323,9 @@ as the value of $top_child_total (this is done at the end of this file) {{* Event attendance buttons *}} {{if $item.isevent}}
- {{$item.attend.0}} - {{$item.attend.1}} - {{$item.attend.2}} + {{$item.attend.0}} + {{$item.attend.1}} + {{$item.attend.2}}
{{/if}} From a55c03896cb23263a2b04e714f2463f4a0688564 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 24 Sep 2016 13:04:35 -0400 Subject: [PATCH 02/11] [frio] Enable Like Rotator on posts - Move rotator from hidden block to post header --- 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 f58d4425f5..e71dc7b84c 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -61,7 +61,6 @@ as the value of $top_child_total (this is done at the end of this file) {{$item.star.starred}} {{/if}} {{if $item.lock}}{{/if}} - @@ -193,6 +192,7 @@ as the value of $top_child_total (this is done at the end of this file)
{{if $item.location}} From 065c12e652408ce084996b3b401428267facce8d Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 25 Sep 2016 09:49:54 -0400 Subject: [PATCH 03/11] Add active like style to duepuntozero - Update general wall_thread.tpl - Add specific styles for duepuntozero --- view/templates/wall_thread.tpl | 10 +++++----- view/theme/duepuntozero/style.css | 5 +++++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/view/templates/wall_thread.tpl b/view/templates/wall_thread.tpl index 335d54f416..f020d68df1 100644 --- a/view/templates/wall_thread.tpl +++ b/view/templates/wall_thread.tpl @@ -64,8 +64,8 @@
{{if $item.vote}} @@ -88,9 +88,9 @@ {{/if}} {{if $item.isevent }}
- - - + + +
{{/if}}
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 9732edb150..c1e8067443 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1154,6 +1154,11 @@ input#dfrn-url { margin-right: 10px; } +.wall-item-like-buttons > a.active, +.wall-item-attend-wrapper > a.active { + background-color: rgba(52, 101, 164, .5); +} + .editpost { margin-left: 10px; float: left; From b98f23dcd42ff10b82df08a87caa8c67d54fb4fe Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 25 Sep 2016 10:29:59 -0400 Subject: [PATCH 04/11] Added active response support to frost-mobile - Added active class to wall_thread.tpl - Added styles - Fixed background-size declarations to be able to add padding to icons --- view/theme/frost-mobile/style.css | 42 +++++++++++-------- .../frost-mobile/templates/wall_thread.tpl | 26 ++++++------ 2 files changed, 38 insertions(+), 30 deletions(-) diff --git a/view/theme/frost-mobile/style.css b/view/theme/frost-mobile/style.css index 36b621b766..c005e838f1 100644 --- a/view/theme/frost-mobile/style.css +++ b/view/theme/frost-mobile/style.css @@ -1549,8 +1549,16 @@ input#dfrn-url { background-repeat: repeat-x;*/ padding: 5px 5px 0px; height: 32px; - } +.wall-item-tools a { + border-radius: 8px; + padding: 2px; + background-position: center; +} +.wall-item-tools a.active { + background-color: rgba(59, 101, 164, 0.5); +} + .wall-item-author { /* margin-top: 10px;*/ margin-top: 0px; @@ -3896,7 +3904,7 @@ aside input[type='text'] { .icon.like { display: block; width: 26px; height: 28px;/*31 33*/ margin-right: 7px; - background-size: 100% 100%; + background-size: 26px 28px; background-image: url('images/approve.png'); background-repeat: no-repeat; opacity: 0.5; @@ -3904,7 +3912,7 @@ aside input[type='text'] { .icon.link { display: block; width: 22px; height: 24px; - background-size: 100% 100%; + background-size: 22px 24px; background-image: url('images/link.png'); background-repeat: no-repeat; @@ -3913,14 +3921,14 @@ aside input[type='text'] { /*.globe { background-position: 0px -16px;}*/ .icon.globe { display: block; width: 28px; height: 28px; - background-size: 100% 100%; + background-size: 28px 28px; background-image: url('images/globe.png'); background-repeat: no-repeat; } /*.noglobe { background-position: -16px -16px;}*/ .icon.noglobe { display: block; width: 24px; height: 24px; - background-size: 100% 100%; + background-size: 24px 24px; background-image: url('images/noglobe.png'); background-repeat: no-repeat; } @@ -3931,14 +3939,14 @@ aside input[type='text'] { .small-pencil { background-position: -96px -16px;}*/ .icon.pencil { display: block; width: 28px; height: 28px; - background-size: 100% 100%; + background-size: 28px 28px; background-image: url('images/pencil.png'); background-repeat: no-repeat; opacity: 0.5; } .icon.small-pencil { display: block; width: 28px; height: 28px; - background-size: 100% 100%; + background-size: 28px 28px; background-image: url('images/pencil.png'); background-repeat: no-repeat; opacity: 0.5; @@ -3947,7 +3955,7 @@ aside input[type='text'] { .icon.recycle { display: block; width: 28px; height: 27px;/*33 32*/ - background-size: 100% 100%; + background-size: 28px 27px; background-image: url('images/recycle.png'); background-repeat: no-repeat; opacity: 0.5; @@ -3957,7 +3965,7 @@ aside input[type='text'] { /* display: block;*/ display: none; width: 28px; height: 28px; - background-size: 100% 100%; + background-size: 28px 28px; background-image: url('images/remote-link.png'); background-repeat: no-repeat; opacity: 0.5; @@ -3969,7 +3977,7 @@ aside input[type='text'] { .icon.lock { display: block; width: 17px; height: 25px; margin-top: 1px; - background-size: 100% 100%; + background-size: 17px 25px; background-image: url('images/lock.png'); background-repeat: no-repeat; } @@ -3977,7 +3985,7 @@ aside input[type='text'] { .icon.unlock { display: block; width: 17px; height: 28px; margin-top: -2px; - background-size: 100% 100%; + background-size: 17px 28px; background-image: url('images/unlock.png'); background-repeat: no-repeat; } @@ -3987,7 +3995,7 @@ aside input[type='text'] { /*.attach { background-position: -80px -32px; }*/ .icon.attach { display: block; width: 28px; height: 28px; - background-size: 100% 100%; + background-size: 28px 28px; background-image: url('images/paperclip.png'); background-repeat: no-repeat; } @@ -4000,14 +4008,14 @@ aside input[type='text'] { /*.starred { background-position: -16px -48px; }*/ .icon.starred { display: block; width: 28px; height: 28px; - background-size: 100% 100%; + background-size: 28px 28px; background-image: url('images/star-yellow.png'); background-repeat: no-repeat; } /*.unstarred { background-position: -32px -48px; }*/ .icon.unstarred { display: block; width: 28px; height: 28px; - background-size: 100% 100%; + background-size: 28px 28px; background-image: url('images/star.png'); background-repeat: no-repeat; @@ -4016,7 +4024,7 @@ aside input[type='text'] { /*.tagged { background-position: -48px -48px; }*/ .icon.tagged { display: block; width: 28px; height: 28px; - background-size: 100% 100%; + background-size: 28px 28px; background-image: url('images/tag.png'); background-repeat: no-repeat; opacity: 0.5; @@ -4026,7 +4034,7 @@ aside input[type='text'] { .filer-icon { display: block; width: 24px; height: 24px; - background-size: 100% 100%; + background-size: 24px 24px; background-image: url('images/folder.png'); background-repeat: no-repeat; opacity: 0.5; @@ -4034,7 +4042,7 @@ aside input[type='text'] { .event-icon { display: block; width: 33px; height: 33px; - background-size: 100% 100%; + background-size: 33px 33px; background-repeat: no-repeat; opacity: 0.5; } diff --git a/view/theme/frost-mobile/templates/wall_thread.tpl b/view/theme/frost-mobile/templates/wall_thread.tpl index 1223919fa5..3a68b2739f 100644 --- a/view/theme/frost-mobile/templates/wall_thread.tpl +++ b/view/theme/frost-mobile/templates/wall_thread.tpl @@ -18,7 +18,7 @@
{{$item.wall}}
{{/if}} - {{**}} {{**}} @@ -38,7 +38,7 @@ {{**}}
{{if $item.lock}}{{**}}{{$item.lock}}{{**}} - {{else}}
{{/if}} + {{else}}
{{/if}}
{{$item.location}}
@@ -71,9 +71,9 @@
{{if $item.vote}} -
+
{{**}} {{if $item.responses}} {{foreach $item.responses as $verb=>$response}} From 92da411465627386f6c74f12d468310c482d8262 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 25 Sep 2016 10:49:12 -0400 Subject: [PATCH 05/11] Add active response support to quattro theme - Add active classes to wall_thread.tpl, search_item.tpl and photo_item.tpl - Add styles both in the master LESS file and the generated variant CSS themes --- view/theme/quattro/dark/style.css | 3 ++ view/theme/quattro/green/style.css | 3 ++ view/theme/quattro/lilac/style.css | 3 ++ view/theme/quattro/quattro.less | 4 +- view/theme/quattro/templates/photo_item.tpl | 22 ++++----- view/theme/quattro/templates/search_item.tpl | 28 ++++++------ view/theme/quattro/templates/wall_thread.tpl | 48 ++++++++++---------- 7 files changed, 61 insertions(+), 50 deletions(-) diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css index 53864c12f5..0e5c394394 100644 --- a/view/theme/quattro/dark/style.css +++ b/view/theme/quattro/dark/style.css @@ -1210,6 +1210,9 @@ section { .wall-item-container .wall-item-actions-social a { margin-right: 3em; } +.wall-item-container .wall-item-actions-social a.active { + font-weight: bold; +} .wall-item-container .wall-item-actions-tools { float: right; width: 15%; diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css index e099a31d6e..0532bc1ed1 100644 --- a/view/theme/quattro/green/style.css +++ b/view/theme/quattro/green/style.css @@ -1210,6 +1210,9 @@ section { .wall-item-container .wall-item-actions-social a { margin-right: 3em; } +.wall-item-container .wall-item-actions-social a.active { + font-weight: bold; +} .wall-item-container .wall-item-actions-tools { float: right; width: 15%; diff --git a/view/theme/quattro/lilac/style.css b/view/theme/quattro/lilac/style.css index 631b0233d6..a982c6e59c 100644 --- a/view/theme/quattro/lilac/style.css +++ b/view/theme/quattro/lilac/style.css @@ -1210,6 +1210,9 @@ section { .wall-item-container .wall-item-actions-social a { margin-right: 3em; } +.wall-item-container .wall-item-actions-social a.active { + font-weight: bold; +} .wall-item-container .wall-item-actions-tools { float: right; width: 15%; diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 5d25b0fb40..25a524043b 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -575,7 +575,9 @@ section { a { margin-right: 3em; } } .wall-item-actions-social { float: left; margin-top: 0.5em; - a { margin-right: 3em; } + a { margin-right: 3em; + .active { font-weight: bold;} + } } .wall-item-actions-tools { float: right; width: 15%; a { float: right; } diff --git a/view/theme/quattro/templates/photo_item.tpl b/view/theme/quattro/templates/photo_item.tpl index 12c43eb0b2..6dfacdb78c 100644 --- a/view/theme/quattro/templates/photo_item.tpl +++ b/view/theme/quattro/templates/photo_item.tpl @@ -6,7 +6,7 @@ {{$name}} -
{{$location}}
+
{{$location}}
{{if $title}}

{{$title}}

{{/if}} @@ -30,24 +30,24 @@
{{$name}} {{$ago}}
- +
{{if $star}} {{$star.do}} {{$star.undo}} {{$star.tagger}} {{/if}} - + {{if $vote}} - {{$vote.like.1}} - {{$vote.dislike.1}} + {{$vote.like.1}} + {{$vote.dislike.1}} {{/if}} - + {{if $vote.share}} {{$vote.share.1}} - {{/if}} + {{/if}}
- +
{{if $drop.pagedrop}} @@ -60,7 +60,7 @@ {{/if}}
- +
@@ -73,7 +73,7 @@
{{/if}} - - + + diff --git a/view/theme/quattro/templates/search_item.tpl b/view/theme/quattro/templates/search_item.tpl index 8c9cf22e9f..512df75ef9 100644 --- a/view/theme/quattro/templates/search_item.tpl +++ b/view/theme/quattro/templates/search_item.tpl @@ -1,6 +1,6 @@
{{if $item.star}}{{$item.star.starred}}{{/if}} - {{if $item.lock}}{{$item.lock}}{{/if}} + {{if $item.lock}}{{$item.lock}}{{/if}}
@@ -8,7 +8,7 @@
{{if $item.title}}

{{$item.title}}

{{/if}} @@ -43,24 +43,24 @@
{{$item.name}} {{$item.ago}}
- +
{{if $item.star}} {{$item.star.do}} {{$item.star.undo}} {{$item.star.tagger}} {{/if}} - + {{if $item.vote}} - {{$item.vote.like.1}} - {{$item.vote.dislike.1}} + {{$item.vote.like.1}} + {{$item.vote.dislike.1}} {{/if}} - + {{if $item.vote.share}} {{$item.vote.share.1}} - {{/if}} + {{/if}}
- +
{{if $item.drop.pagedrop}} @@ -73,7 +73,7 @@ {{/if}}
- +
@@ -86,7 +86,7 @@
{{/if}} - - + + diff --git a/view/theme/quattro/templates/wall_thread.tpl b/view/theme/quattro/templates/wall_thread.tpl index 247bd16c9f..2ec43c0ce5 100644 --- a/view/theme/quattro/templates/wall_thread.tpl +++ b/view/theme/quattro/templates/wall_thread.tpl @@ -2,12 +2,12 @@ {{else}} {{if $item.comment_firstcollapsed}}
- {{$item.num_comments}} - {{$item.hide_text}} - {{if $item.thread_level==3}} - + {{if $item.thread_level==3}} - expand / @@ -23,7 +23,7 @@
{{if $item.star}}{{$item.star.starred}}{{/if}} - {{if $item.lock}}{{$item.lock}}{{/if}} + {{if $item.lock}}{{$item.lock}}{{/if}}
@@ -31,7 +31,7 @@
{{if $item.owner_url}} - {{/if}} -
{{$item.location}}
+ {{/if}} +
{{$item.location}}
{{if $item.title}}

{{$item.title}}

{{/if}} @@ -73,7 +73,7 @@ {{$cat.name}}{{if $cat.removeurl}} (x) {{/if}} {{/foreach}}
-
+
- +
{{if $item.star}} {{$item.star.do}} @@ -103,28 +103,28 @@ {{/if}} {{if $item.filer}} {{$item.filer}} - {{/if}} - + {{/if}} + {{if $item.vote}} - {{$item.vote.like.1}} + {{$item.vote.like.1}} {{if $item.vote.dislike}} - {{$item.vote.dislike.1}} + {{$item.vote.dislike.1}} {{/if}} {{if $item.vote.share}} {{$item.vote.share.1}} - {{/if}} + {{/if}} {{/if}} {{if $item.isevent}}
{{/if}} - +
- +
{{if $item.drop.pagedrop}} @@ -137,7 +137,7 @@ {{/if}}
- +
@@ -148,7 +148,7 @@ {{/foreach}} {{/if}}
- + {{if $item.threaded}}{{if $item.comment}}{{if $item.indent==comment}}
From e361536cd81d0c706dfc7acff7a972b859945d09 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 25 Sep 2016 10:56:37 -0400 Subject: [PATCH 06/11] Added response active support to smoothly - Added "self" class to wall_thread.tpl to avoid conflict with the already existing "active" class - Added style --- view/theme/smoothly/style.css | 4 ++++ view/theme/smoothly/templates/wall_thread.tpl | 24 +++++++++---------- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css index e38a7ef6dc..e91eccfe17 100644 --- a/view/theme/smoothly/style.css +++ b/view/theme/smoothly/style.css @@ -1586,6 +1586,10 @@ ul .sidebar-group-li .icon { margin-right: 10px; display: inline; } +.wall-item-like-buttons a.self { + background-color: rgba(52, 101, 164, .5); + border-radius: 6px; +} .wall-item-links-wrapper { width: 30px; diff --git a/view/theme/smoothly/templates/wall_thread.tpl b/view/theme/smoothly/templates/wall_thread.tpl index 743612054f..134052b9f5 100644 --- a/view/theme/smoothly/templates/wall_thread.tpl +++ b/view/theme/smoothly/templates/wall_thread.tpl @@ -1,7 +1,7 @@ {{if $item.comment_firstcollapsed}}
- {{$item.num_comments}} + {{$item.num_comments}} {{$item.hide_text}}
{{$item.wall}}
{{/if}} -
@@ -51,7 +51,7 @@
-
+

@@ -66,15 +66,15 @@
{{if $item.has_cats}} -
{{$item.txt_cats}} {{foreach $item.categories as $cat}}{{$cat.name}} - [{{$remove}}] +
{{$item.txt_cats}} {{foreach $item.categories as $cat}}{{$cat.name}} + [{{$remove}}] {{if $cat.last}}{{else}}, {{/if}}{{/foreach}}
{{/if}} {{if $item.has_folders}} -
{{$item.txt_folders}} {{foreach $item.folders as $cat}}{{$cat.name}} - [{{$remove}}] +
{{$item.txt_folders}} {{foreach $item.folders as $cat}}{{$cat.name}} + [{{$remove}}] {{if $cat.last}}{{else}}, {{/if}}{{/foreach}}
{{/if}} @@ -85,9 +85,9 @@ {{if $item.vote}} {{/if}} - + {{if $item.star}} {{/if}} @@ -111,7 +111,7 @@ {{if $item.filer}} {{/if}} - +
@@ -132,7 +132,7 @@
-
+
{{$item.dislike}}
From 3e4781172f524b75a5fcd2d0434c6b72be7d87f2 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 25 Sep 2016 11:08:12 -0400 Subject: [PATCH 07/11] Add response active support to vier theme - Add active class to wall_thread.tpl, search_item.tpl, photo_item.tpl - Add style Note: because of an !important in the Dark variant stylesheet, the active links won't show up --- view/theme/vier/style.css | 7 +++++- view/theme/vier/templates/photo_item.tpl | 22 ++++++++--------- view/theme/vier/templates/search_item.tpl | 28 ++++++++++----------- view/theme/vier/templates/wall_thread.tpl | 30 +++++++++++------------ 4 files changed, 46 insertions(+), 41 deletions(-) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index d53c2f393f..67bab16a19 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -1583,6 +1583,11 @@ section.minimal { margin-right: 1em; cursor: pointer; } +.wall-item-container .wall-item-actions-social a.active, +.wall-item-container .wall-item-actions-isevent a.active { + color: #36C; +} + .wall-item-container .wall-item-actions-tools { float: right; width: 80px; @@ -1638,7 +1643,7 @@ section.minimal { max-width: calc(100% - 1px); } -.children .wall-item-comment-wrapper textarea, +.children .wall-item-comment-wrapper textarea, .wall-item-container.thread_level_3 .wall-item-comment-wrapper textarea, .wall-item-container.thread_level_4 .wall-item-comment-wrapper textarea, .wall-item-container.thread_level_5 .wall-item-comment-wrapper textarea, diff --git a/view/theme/vier/templates/photo_item.tpl b/view/theme/vier/templates/photo_item.tpl index 84783ae303..bc77eaa9cd 100644 --- a/view/theme/vier/templates/photo_item.tpl +++ b/view/theme/vier/templates/photo_item.tpl @@ -8,7 +8,7 @@
- {{$name}} + {{$name}} {{if $plink}}{{$ago}}{{else}} {{$ago}} {{/if}} {{if $lock}}{{$lock}} {{/if}} @@ -36,25 +36,25 @@
-
{{$location}} 
- +
{{$location}} 
+
{{if $star}} {{$star.do}} {{$star.undo}} {{$star.tagger}} {{/if}} - + {{if $vote}} - {{$vote.like.1}} - {{$vote.dislike.1}} + {{$vote.like.1}} + {{$vote.dislike.1}} {{/if}} - + {{if $vote.share}} {{$vote.share.1}} - {{/if}} + {{/if}}
- +
{{if $drop.pagedrop}} @@ -67,12 +67,12 @@ {{/if}}
- +
-
{{$dislike}}
+
{{$dislike}}
diff --git a/view/theme/vier/templates/search_item.tpl b/view/theme/vier/templates/search_item.tpl index 73e37e5613..27ab78af23 100644 --- a/view/theme/vier/templates/search_item.tpl +++ b/view/theme/vier/templates/search_item.tpl @@ -2,7 +2,7 @@
{{if $item.star}}{{$item.star.starred}}{{/if}} - {{if $item.lock}}{{$item.lock}}{{/if}} + {{if $item.lock}}{{$item.lock}}{{/if}}
@@ -10,7 +10,7 @@
- {{$item.name}} @@ -18,11 +18,11 @@ - +
- {{$item.name}} + {{$item.name}} {{if $item.plink}}{{$item.ago}}{{else}} {{$item.ago}} {{/if}} {{if $item.lock}}{{$item.lock}} {{/if}} @@ -50,25 +50,25 @@
-
{{$item.location}} 
- +
{{$item.location}} 
+
{{if $item.star}} {{$item.star.do}} {{$item.star.undo}} {{$item.star.tagger}} {{/if}} - + {{if $item.vote}} - {{$item.vote.like.1}} - {{$item.vote.dislike.1}} + {{$item.vote.like.1}} + {{$item.vote.dislike.1}} {{/if}} - + {{if $item.vote.share}} {{$item.vote.share.1}} - {{/if}} + {{/if}}
- +
{{if $item.drop.pagedrop}} @@ -81,12 +81,12 @@ {{/if}}
- +
-
{{$item.dislike}}
+
{{$item.dislike}}
diff --git a/view/theme/vier/templates/wall_thread.tpl b/view/theme/vier/templates/wall_thread.tpl index 1f6032f4a5..23adef3404 100644 --- a/view/theme/vier/templates/wall_thread.tpl +++ b/view/theme/vier/templates/wall_thread.tpl @@ -2,12 +2,12 @@ {{if $mode == display}} {{else}} {{if $item.comment_firstcollapsed}} - {{if $item.thread_level<3}} + {{if $item.thread_level<3}}
- {{$item.num_comments}} - {{$item.hide_text}}
{{if $item.owner_url}} - {{/if}} + {{/if}}
{{$item.name}} @@ -81,7 +81,7 @@ {{$cat.name}}{{if $cat.removeurl}} (x) {{/if}} {{/foreach}}
- +
- +
@@ -155,9 +155,9 @@
{{$response.output}}
{{/foreach}} {{/if}} - +
- + {{if $item.threaded}}{{if $item.comment}}