X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=root%2Fsrc%2Fforum%2Fthread.tt2;h=19c3589a81e7f52395706f60c1bc8ae857ffae67;hb=1b1eb5ca9edbf7914f749f592a959f353a0968ca;hp=5668f8a25e222c082be59dc4bf4841d76da4c251;hpb=67c8b91472a7f6dbe00dd2583e055e329f0c4e27;p=ndwebbie.git diff --git a/root/src/forum/thread.tt2 b/root/src/forum/thread.tt2 index 5668f8a..19c3589 100644 --- a/root/src/forum/thread.tt2 +++ b/root/src/forum/thread.tt2 @@ -5,6 +5,10 @@ Make this thread [% thread.sticky ? 'unsticky' : 'sticky' %] [% END %] +[% IF c.user.id %] +Mark thread as unread +[% END %] + [% createNewPostHr = 1 %] [% FOR post IN posts %] [% IF createNewPostHr AND post.unread%] @@ -13,11 +17,16 @@

New posts below:

[% END %]
-[% post.username %] : [% post.time %] +[% post.username %] : [% post.time %] + Unread from here
[% post.message %]
[% END %] +[% IF c.user.id %] +Mark thread as unread +[% END %] + [% IF thread.post %]
New Reply @@ -81,6 +90,8 @@ [% IF thread.post %]