From 408150197f1e959363f2c8855b694475e3a36f70 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Thu, 3 Aug 2006 12:58:27 +0000 Subject: [PATCH] Add comments_by_author --- templates/default/comments_by_author.tpl | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 templates/default/comments_by_author.tpl diff --git a/templates/default/comments_by_author.tpl b/templates/default/comments_by_author.tpl new file mode 100644 index 00000000..059f8738 --- /dev/null +++ b/templates/default/comments_by_author.tpl @@ -0,0 +1,27 @@ +
+{if $footer_prev_page} + « {$CONST.PREVIOUS_PAGE}   +{/if} + +{if $footer_info} + ({$footer_info}) +{/if} + +{if $footer_next_page} + » {$CONST.NEXT_PAGE} +{/if} + +{serendipity_hookPlugin hook="comments_by_author_footer" hookAll="true"} +
+ +
+{foreach from=$comments_by_authors item="entry_comments"} + +

{$entry_comments.title|@default:$entry_comments.link}

+ +{* tpl_comments is the parsed "comments.tpl" template! *} +
{$entry_comments.tpl_comments}
+ +{/foreach} +
+