X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=root%2Fsrc%2Fforum%2Fthread.tt2;h=d2820580ffd06da3ce3da1c30de11a5d5942286c;hb=a1a0c0bdb16fa85f3f6ad0f50185057e1fa0c7fb;hp=bd3a1be8d7aa66e1062351a6f60007ed12dd9974;hpb=c4b993d742eff701dfe3784bfaedf81f9e4cd34d;p=ndwebbie.git diff --git a/root/src/forum/thread.tt2 b/root/src/forum/thread.tt2 index bd3a1be..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%] @@ -13,14 +17,18 @@

New posts below:

[% END %]
-[% post.username %] : [% post.time %] - [% post.message %] +[% post.username %] : [% post.time %] +
[% post.message %]
[% END %] +[% IF c.user.id %] +Mark thread as unread +[% END %] + [% IF thread.post %] -
New Reply - +
New Reply +
@@ -39,6 +47,23 @@ [% END %] [% IF thread.moderate %] + + +

Move checked threads to: + + + +

+ +
Change thread access @@ -50,6 +75,7 @@ [% END %]
[% END %] + +[% IF thread.post %] + +[% INCLUDE inc/markitup.tt2 %] +[% END %]