From 0d45fec969a124382c67c03df4ac325d7454f8f6 Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Wed, 5 Sep 2012 11:11:03 -0600 Subject: [PATCH 1/2] add threading files to make testbubble not broken with threading --- view/theme/testbubble/wall_thread.tpl | 100 +++++++++++++++++++++ view/theme/testbubble/wallwall_thread.tpl | 103 ++++++++++++++++++++++ 2 files changed, 203 insertions(+) create mode 100644 view/theme/testbubble/wall_thread.tpl create mode 100644 view/theme/testbubble/wallwall_thread.tpl diff --git a/view/theme/testbubble/wall_thread.tpl b/view/theme/testbubble/wall_thread.tpl new file mode 100644 index 0000000000..b40e7b1a68 --- /dev/null +++ b/view/theme/testbubble/wall_thread.tpl @@ -0,0 +1,100 @@ +{{if $item.comment_firstcollapsed}} +
+ $item.num_comments $item.hide_text +
+ {{endif}} diff --git a/view/theme/testbubble/wallwall_thread.tpl b/view/theme/testbubble/wallwall_thread.tpl new file mode 100644 index 0000000000..de43c6622f --- /dev/null +++ b/view/theme/testbubble/wallwall_thread.tpl @@ -0,0 +1,103 @@ +{{if $item.comment_firstcollapsed}} +
+ $item.num_comments $item.hide_text +
+ {{endif}} From c6f440491433adaa1e364e210e76512ef90461ed Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Wed, 5 Sep 2012 11:12:08 -0600 Subject: [PATCH 2/2] conversation.tpl doesnt appear to be necessary --- view/theme/testbubble/conversation.tpl | 27 -------------------------- 1 file changed, 27 deletions(-) delete mode 100644 view/theme/testbubble/conversation.tpl diff --git a/view/theme/testbubble/conversation.tpl b/view/theme/testbubble/conversation.tpl deleted file mode 100644 index fccd9a8bb0..0000000000 --- a/view/theme/testbubble/conversation.tpl +++ /dev/null @@ -1,27 +0,0 @@ -{{ for $threads as $thread }} -
- {{ for $thread.items as $item }} - {{if $item.comment_firstcollapsed}} -
- $thread.num_comments $thread.hide_text -
- {{endif}} - - {{ inc $item.template }}{{ endinc }} - - - {{ endfor }} -
-{{ endfor }} - -
- -{{ if $dropping }} - -
-{{ endif }}