Subject
Username
Forum
Replies
Post time
<%~if post_list.length%>
<%~loop post_list%>
<%~if post_list_show_checkbox%> <%else%> <%~if post_locked%><%set icon_class = 'locked-thread'%> <%~elsif post_thread_hot%><%set icon_class = 'hot-thread'%> <%~elsif post_new and new_replies%><%set icon_class = 'new-thread'%> <%~elsif post_replies == 1%><%set icon_class = 'first-post'%> <%~elsif post_replies%><%set icon_class = 'thread'%> <%~else%><%set icon_class = 'single-thread'%><%endif%> <%~endif%>
<%~if post_sticky%> Sticky:<%endif%> <%~if post_moved%> Moved:<%endif%> <%~set url_param_post_ist_query_string = ""%> <%~if post_list_query_string%><%set url_param_post_ist_query_string = "$post_list_query_string"%><%endif%> $post_id, params => $url_param_post_ist_query_string, anchor => "p$post_id")%>"> <%~if post_deleted%> Post deleted by <%post_deleted_by%><%if user_perm_moderator%>: <%post_subject%><%endif%> <%~else%> <%~post_subject%> <%~endif%> <%~if post_moved%> Moved: <%~endif%> <%~set cat_id ||= $cat_id_fk%>
by " class="postedby"><%post_username%> | <% post_date %>| <% post_replies || 0 %> replies
<%GForum::Category::full_name_linked($cat_id, ': ')%>: $forum_id)%>"><%forum_name%>
<%~set user_id ||= $user_id_fk%> <%~set include_username_display = $post_username%> <%include include_username.html%>
<%GForum::Category::full_name_linked($cat_id, ': ')%>: $forum_id)%>"><%forum_name%>
<%post_replies%>
<%post_date%>
<%~endloop%>
<%~endif%>