X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=root%2Fsrc%2Fforum%2Fthread.tt2;h=19c3589a81e7f52395706f60c1bc8ae857ffae67;hb=0fd1ff08781f7be2e32d33a4130de91151f5d461;hp=0095155f04e14633d88b6c1eb3bf27960ccb389d;hpb=c66b1b9074d880fb13a825bc75c1bc842ec65f75;p=ndwebbie.git diff --git a/root/src/forum/thread.tt2 b/root/src/forum/thread.tt2 index 0095155..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,14 +17,19 @@

New posts below:

[% END %]
-[% post.username %] : [% post.time %] - [% post.message %] +[% post.username %] : [% post.time %] + Unread from here +
[% post.message %]
[% END %] +[% IF c.user.id %] +Mark thread as unread +[% END %] + [% IF thread.post %] -
New Reply - +
New Reply +
@@ -67,6 +76,7 @@ [% END %]
[% END %] + +[% IF thread.post %] + +[% INCLUDE inc/markitup.tt2 %] +[% END %]