Post last edited on [% post.lastedit.time | date %] by [% post.lastedit.user.name %]
[% END %]
[% IF post.user.signature %]
[% post.user.signature | bbcode %]
[% END %]
[% IF c.action.class.match('^Vee::Controller::Forum') %]
[% END %] [% FILTER null %] [% BLOCK wrap_breadcrumbs %][% END %] [% BLOCK postbar %][%# posts %] [% IF posts != 0 %] [% postct_percent = log(posts) / log(2) %] [% postct_barsize = postct_percent * 4 %] [% ELSE %] [% postct_percent = 0; %] [% END %] [% IF postct_barsize > 100; postct_barsize = 97.5; END %] [% postct_hue = posts * 0.32 # not quite 360! %] [% END %] [% BLOCK contact_icons -%][%# user, style (1, short version, 2, long version) -%] [% DEFAULT style = 1 %]| Thread | First Post | Replies | Views | Last Post | ||
|---|---|---|---|---|---|---|
| [% IF is_unread(thread) %] |
[% FOREACH flag IN ThreadFlagArray %]
[% NEXT UNLESS thread.flags.match(flag.name) %]
[% IF thread.blurb %]
[% thread.blurb %]
[% END %]
[% IF show_forum %]
in forum "[% thread.forum.name %]"
[% END %]
|
[% thread.firstpost.user.name %] [% thread.firstpost.time | date %] | [%# this is stupid fix it lati, but if all posts are deleted this will show -1 %][% IF thread.post_count > 0; thread.post_count - 1; ELSE; thread.post_count; END %] | [% thread.view_count %] | [% IF thread.post_count <= 1 -%] - [% ELSE %] [% thread.lastpost.user.name %] [% thread.lastpost.time | date %] [% END -%] | |
| Forum | Threads | Posts | Last Post | ||
|---|---|---|---|---|---|
| [% title %][% IF blurb %] [% blurb %] [% END %] | |||||
| [% IF is_unread(forum) %] |
[% UNLESS forum.accessibility == 'normal' %] |
[% forum.name %] [% IF forum.blurb %] [% forum.blurb %] [% END %] | [% forum.thread_count %] | [% forum.post_count %] | [% IF forum.last_post_id %] [% IF 25 < forum.lastpost.thread.subject.length; subject = last_thread.subject.substr(0, 22) _ '...'; ELSE; subject = forum.lastpost.thread.subject; END -%] [% subject %] [% forum.lastpost.user.name %] [% forum.lastpost.time | date %] [% ELSE %] (no posts) [% END %] |