From: Michael Andreen Date: Wed, 28 Jul 2010 19:46:34 +0000 (+0200) Subject: Only show unread link for logged in users X-Git-Url: https://ruin.nu/git/?p=ndwebbie.git;a=commitdiff_plain;h=e4bc2f39c57c25dacc316a602e8d0280b4fbcce7 Only show unread link for logged in users --- diff --git a/root/src/forum/thread.tt2 b/root/src/forum/thread.tt2 index 19c3589..40163cd 100644 --- a/root/src/forum/thread.tt2 +++ b/root/src/forum/thread.tt2 @@ -18,7 +18,10 @@ [% END %]
[% post.username %] : [% post.time %] - Unread from here + [% IF c.user.id %] + Unread from here + [% END %] +
[% post.message %]
[% END %]