{* $Header: /cvsroot/bitweaver/_bit_boards/templates/Attic/topic.tpl,v 1.17 2006/09/03 20:05:20 squareing Exp $ *} {strip}
{if $print_page ne 'y'} {if $gBitUser->hasPermission( 'p_bitboard_edit' )} {biticon ipackage="icons" iname="accessories-text-editor" iexplain="Edit Message Board"} {/if} {if $gBitUser->hasPermission( 'p_bitboard_remove' )} {biticon ipackage="icons" iname="edit-delete" iexplain="Remove Message Board"} {/if} {/if}

{$board->mInfo.title|escape|default:"Message Board Topic"}

{if $boards->mInfo.parsed_data}

{$board->mInfo.parsed_data}

{/if} Back to {$board->mInfo.content_type.content_description}s
{minifind sort_mode=$sort_mode b=$smarty.request.b} {* looks horrible, but leave for now - xing *} {form id="checkform"} {if !$gBitSystem->isFeatureActive('bitboards_thread_verbrose')} {if $gBitUser->hasPermission('p_bitboards_edit') || $gBitUser->hasPermission('p_bitboards_post_edit')} {/if} {if $gBitUser->hasPermission('p_bitboards_edit')} {/if} {/if} {foreach item=thread from=$threadList} isFeatureActive('bitboards_post_anon_moderation') && $thread.unreg > 0 }unapproved{ elseif $thread.th_moved>0 }moved{ /if} {if $thread.th_sticky==1} highlight{/if}" > {if $gBitUser->hasPermission('p_bitboards_edit') || $gBitUser->hasPermission('p_bitboards_post_edit')} {/if} {if $gBitUser->hasPermission('p_bitboards_edit') || $gBitUser->hasPermission('p_bitboards_post_edit')} {if $thread.th_moved==0 && $gBitUser->hasPermission( 'p_bitboards_remove' )} {/if} {/if} {foreachelse} {/foreach}
{tr}Title{/tr} {tr}Replies{/tr} {tr}Started{/tr} {tr}Last Post{/tr}AnonActions
{* topic status icons *} {if $thread.th_moved>0} {biticon ipackage="icons" iname="go-jump" iexplain="Moved Topic"} {else} {assign var=flip value=$thread.flip} {foreach from=$flip item=flip_s key=flip_name} {include file="bitpackage:bitboards/flipswitch.tpl"} {/foreach} {/if} {$thread.title|escape} {if $thread.post_count-1}{$thread.post_count-1}{/if} {$thread.flc_created|reltime:short|escape}
{if $thread.flc_user_id < 0}{$thread.anon_name|escape}{else}{displayname user_id=$thread.flc_user_id}{/if}
{if $thread.post_count > 1}{$thread.llc_last_modified|reltime:short|escape}{else}{/if}
{if $thread.post_count > 1}{if $thread.llc_user_id < 0}{$thread.l_anon_name|escape}{else}{displayname user_id=$thread.llc_user_id}{/if}{else}{/if}
{if $thread.unreg > 0}{$thread.unreg}{/if} {if $thread.flc_user_id<0 && $thread.first_approved==0} {biticon ipackage="icons" iname="list-add" iexplain="Approve First Post"} {biticon ipackage="icons" iname="list-remove" iexplain="Reject First Post"} {/if} {if $thread.th_moved==0} {if $gBitUser->hasPermission( 'p_bitboards_edit' )} {*smartlink ititle="Edit" ifile="edit.php" ibiticon="liberty/edit" board_id=$thread.board_id*} {biticon ipackage=icons iname="go-jump" iexplain="Move Thread"} {/if} {/if} {if $thread.th_moved==0 && $gBitUser->hasPermission( 'p_bitboards_remove' )} {biticon ipackage="icons" iname="edit-delete" iexplain="Delete Thread"} {else} {biticon ipackage=liberty iname=spacer iforce=icon} {/if} {if $thread.th_moved==0} {if $gBitUser->hasPermission( 'p_bitboards_edit' )}
{/if} {/if}
{tr}No records found{/tr}
{if $gBitUser->hasPermission( 'p_bitboards_remove' )}
{/if} {/form} {pagination b=$smarty.request.b} {include file="bitpackage:bitboards/legend_inc.tpl" topicicons=1}
{if $gBitSystem->isFeatureActive('bitboards_post_anon_moderation') && $smarty.request.post_comment_request && !$gBitUser->isRegistered()} {formfeedback warning="Your post will not be shown immediately it will have to be approved by a moderator"} {/if} {include file="bitpackage:liberty/comments_post_inc.tpl" post_title="Post" hide=1} {/strip}