X-Git-Url: https://ruin.nu/git/?p=ndwebbie.git;a=blobdiff_plain;f=root%2Fsrc%2Fforum%2Fthread.tt2;h=d2820580ffd06da3ce3da1c30de11a5d5942286c;hp=5668f8a25e222c082be59dc4bf4841d76da4c251;hb=a1a0c0bdb16fa85f3f6ad0f50185057e1fa0c7fb;hpb=a046de4c8ad5879008a11ad1b9807d6a2e5cc9c0 diff --git a/root/src/forum/thread.tt2 b/root/src/forum/thread.tt2 index 5668f8a..d282058 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%] @@ -18,6 +22,10 @@ [% END %] +[% IF c.user.id %] +Mark thread as unread +[% END %] + [% IF thread.post %]
New Reply