############################################################################### # default.Display.template # ############################################################################### # YaBB: Yet another Bulletin Board # # Open-Source Community Software for Webmasters # # Version: YaBBForum 3.0 # # Packaged: December 2, 2014 # # Distributed by: https://yabbforum.nz # # =========================================================================== # # Copyright (c) 2000-2026 YaBB (yabbforum.nz) - All Rights Reserved. # # Software by: The YaBB Development Team # # with assistance from the YaBB community. # ############################################################################### $displaytemver = 'YaBBForum 3.0 $0 $'; $disp_qquname = 'qquname.gif'; $disp_arrow_dn = 'arrow_down.gif'; $disp_arrow_up = 'arrow_up.gif'; $gtalk = qq~$imagesdir/gtalk2.gif~; $admin_move = 'admin_move_split_splice.png'; $top_img = qq~$imagesdir/back_to_top.png~; $outside_threadtools = qq~{yabb reply}{yabb poll}~; $outside_ttsep = q~~; $my_ttsep = $menusep; $threadhandellist = qq~ {yabb notify}{yabb favorite}{yabb sendtopic}{yabb print}{yabb markunread} ~; $threadhandellist2 = qq~ {yabb notify2}{yabb favorite2}{yabb sendtopic}{yabb print}{yabb markunread} ~; if($useThreadtools) { $threadhandelstyle = q~ class="post_tools center" style="width:100px;"~; $my_fixed = q~ style="table-layout: fixed;"~; } else { $threadhandelstyle = qq~ style="text-align:right"~; $my_fixed = q{}; } $adminhandellist = qq~ {yabb remove}{yabb splice}{yabb lock}{yabb hide}{yabb sticky}{yabb multidelete} ~; $display_template = qq~ {yabb guestview} {yabb pollmain}
{yabb threadhandellist}
{yabb pageindex top} {yabb outsidethreadtools}
{yabb topicviewers}
{yabb threadimage} {yabb threadurl} ($display_txt{'641'} {yabb views} $display_txt{'642'})
{yabb multistart} {yabb postsblock} {yabb multiend}
{yabb threadhandellist2}
{yabb pageindex bottom}
{yabb outsidethreadtools}
{yabb bookmarks}
{yabb adminhandellist}
~; # Member info and message block (yabb postsblock) # # When thread tools is turned off, these two lists will be combined to display the buttons in the order shown # When thread tools is on $outside_threadtools will show buttons normally, while the handellist will show in the thread tools' dropdown $outside_posttools = qq~{yabb quote}{yabb markquote}~; $outside_ptsep = q~~; $posthandellist = qq~ {yabb modalert}{yabb print_post}{yabb modify}{yabb split}{yabb delete} ~; if($usePosttools) { $posthandelstyle = qq~ class="post_tools center dividerbot" style="width:100px; height: 2em; vertical-align:middle"~; $posthandeladmin = qq~
{yabb admin}
~; $postcol= 3; $padd_right = '; padding-right:0; padding-bottom:0; padding-top:0; vertical-align:middle'; } else { $posthandelstyle = qq~ class="dividerbot" style="text-align:right; height:2em" colspan="2"~; $posthandellist .= qq~ {yabb admin}~; $postcol = 3; $posttoola = ' width:1%'; $padd_right = q{}; } $contactlist = qq~ {yabb profile}{yabb email}{yabb pm}{yabb www}{yabb gtalk}{yabb skype}{yabb myspace}{yabb facebook}{yabb twitter}{yabb youtube}{yabb addbuddy} ~; $messageclass = 'message'; $messageblock = qq~
{yabb posthandellist}
{yabb userlink}
{yabb memberinfo}
{yabb stars}{yabb useronline}
{yabb userpic}{yabb usertext}
{yabb postinfo} {yabb location} {yabb age} {yabb regdate} {yabb gender} {yabb ext_prof} {yabb isbuddy}
{yabb msgimg}
{yabb subject}
{yabb replycount}{yabb msgdate}
$posthandeladmin
{yabb outsideposttools}
{yabb message}
{yabb modified} {yabb reason} 
{yabb showatthr}{yabb att}{yabb showatt}
{yabb signaturehr}{yabb signature}
$display_txt{'643'}
{yabb contactlist}  
{yabb ipimg} {yabb ip}
{yabb permalink}  
~; #Recent Posts/Topics $myrecent = qq~
{yabb counter}  {yabb catname}{yabb boardtree} / {yabb msub}
 $maintxt{'30'}: {yabb mdate} 
{yabb my_tstate}
{yabb message}

~; $myrecent_mess = qq~   $img{'reply'}$menusep$img{'recentquote'}$notify   ~; $mydisp_topicview = qq~
$display_txt{'644'} ({yabb topviewers}): {yabb template_viewers}
~; $mydisp_modify_message = q~ ~; $mymove_top = qq~ $sstxt{'1'}  
$sstxt{'1'} $sstxt{'1'}
{yabb my_output}
$sstxt{'2'}:
$sstxt{'3'}
$sstxt{'4'}

$sstxt{'5'}:
$sstxt{'6'}

$sstxt{'7'}

$sstxt{'8'}

$sstxt{'4'}
     


~; $mymove_output_a = qq~ $sstxt{'9'}
~; $mymove_output_b = qq~ $sstxt{'10'}
~; $mysend_top = qq~
$sendtopic_txt{'707'}  « {yabb subject} »  $sendtopic_txt{'708'}
{yabb my_valcode} {yabb my_spam}

{yabb my_jschecks}~; $mysend_valcode = qq~
{yabb showcheck}
~; $mysend_spam = qq~
{yabb spam_question_image} ~; $my_guest_limit = qq~
$display_txt{'guest_message'}
$display_txt{'guest_message_block'}
~; $guest_view_limit_w = qq~
$display_txt{'guest_message'}
$display_txt{'guest_message_warn'}
~; $my_bookmarks = qq~
$display_txt{'bookmarks'}: {yabb bookmarks}
~; #pagedrop (in javascript) $visel_0 = q~~; $visel_1a = q~~; $visel_2a = q~
~; $visel_1b = q~~; $visel_3a = q~~; $visel_4 = q~
~; $gtalk = qq~ $display_txt{'google'} {yabb style}
$display_txt{'google'}
{yabb gname} {yabb gtalkuser}
~; 1;