X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=root%2Fsrc%2Fforum%2Fthread.tt2;h=40163cd583e6948651064e7fa44fb738ff16d1d4;hb=e4bc2f39c57c25dacc316a602e8d0280b4fbcce7;hp=48fff18a431ae9a997c2d0d1a69a86c4e4cec31c;hpb=ffd7bf407e56bf271981151b6845f26ff1b366bc;p=ndwebbie.git diff --git a/root/src/forum/thread.tt2 b/root/src/forum/thread.tt2 index 48fff18..40163cd 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,16 +17,93 @@

New posts below:

[% END %]
-[% post.username %] : [% post.time %] - [% post.message %] +[% post.username %] : [% post.time %] + [% IF c.user.id %] + Unread from here + [% END %] + +
[% post.message %]
[% END %] +[% IF c.user.id %] +Mark thread as unread +[% END %] + [% IF thread.post %] -
New Reply - +
New Reply +
[% END %] + +[% IF access.size > 0 %] +[% hasaccess = 0 %] +

The following ppl have access to this thread: [% FOR a IN access %] + [% IF a.uid == UID; hasaccess = 1; END %] +[% a.username %] + [% END %]

+ [% IF hasaccess %] +

Remove your access

+ [% END %] +[% END %] + +[% IF thread.moderate %] + +
+

Move checked threads to: + + + +

+
+ +
+
Change thread access + + + + + + +
AddRemove
+ +
+[% END %] + +[% IF thread.post %] + +[% INCLUDE inc/markitup.tt2 %] +[% END %]