############################################################################### # Display.template # ############################################################################### # YaBB: Yet another Bulletin Board # # Open-Source Community Software for Webmasters # # Version: YaBB 2.4 # # Packaged: April 12, 2009 # # Distributed by: http://www.yabbforum.com # # =========================================================================== # # Copyright (c) 2000-2009 YaBB (www.yabbforum.com) - All Rights Reserved. # # Software by: The YaBB Development Team # # with assistance from the YaBB community. # # Sponsored by: Xnull Internet Media, Inc. - http://www.ximinc.com # # Your source for web hosting, web design, and domains. # ############################################################################### # $Revision: 1.20 $ $threadhandellist = qq~ {yabb reply}{yabb poll}{yabb notify}{yabb favorite}{yabb sendtopic}{yabb print}{yabb markunread} ~; $adminhandellist = qq~ {yabb remove}{yabb splice}{yabb lock}{yabb hide}{yabb sticky}{yabb multidelete} ~; $display_template = qq~ {yabb guestview} {yabb pollmain}
{yabb pageindex top}
{yabb threadhandellist}
{yabb topicviewers}
{yabb threadimage} {yabb threadurl} ($display_txt{'641'} {yabb views} $display_txt{'642'})
{yabb multistart} {yabb postsblock} {yabb multiend}
{yabb pageindex bottom}
{yabb threadhandellist}
{yabb bookmarks}
{yabb adminhandellist}
~; # Member info and message block (yabb postsblock) # $posthandellist = qq~ {yabb modalert}{yabb quote}{yabb modify}{yabb split}{yabb delete} {yabb admin} ~; $contactlist = qq~ {yabb profile}{yabb email}{yabb pm}{yabb www}{yabb msn}{yabb gtalk}{yabb skype}{yabb myspace}{yabb facebook}{yabb icq}{yabb yim}{yabb aim}{yabb addbuddy} ~; $messageclass = "message"; $messageblock = qq~
{yabb userlink}
{yabb memberinfo}
{yabb stars} {yabb useronline}
{yabb userpic} {yabb usertext}
{yabb regdate} {yabb postinfo} {yabb location} {yabb age} {yabb gender} {yabb zodiac} {yabb awards} {yabb mood} {yabb ext_prof} {yabb isbuddy}
{yabb msgimg} {yabb subject}
{yabb replycount}{yabb msgdate}
{yabb posthandellist}
{yabb message}
$display_txt{'643'}
{yabb modified}  
{yabb showatthr}{yabb att}{yabb showatt}
{yabb signaturehr}{yabb signature}
{yabb contactlist}  
{yabb ipimg} {yabb ip}
{yabb permalink}  
~; $advertcode = qq~
{yabb adtitle}
{yabb adcode}
~; $adtitlecode = qq~ {yabb adtitletext} ~; 1;