############################################################################### # default.Post.template # ############################################################################### # YaBB: Yet another Bulletin Board # # Open-Source Community Software for Webmasters # # Version: YaBBForum 3.0 # # Packaged: July 26, 2026 # # 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. # ############################################################################### $posttemver = 'YaBBForum 3.0'; $cat_col = $newload{'brd_col'}; $cat_exp = $newload{'brd_exp'}; $post_error = qq~$imagesdir/exclamation.png~; if (!$enable_quickreply) {$my_spacer = '; margin-bottom:1em;';} $messageclass = 'message'; $my_guestpost_col = 2; $palwidth = 308; $palhight = 302; ## Post Top $mypost_title = qq~{yabb my_topper}
{yabb yytitle}
{yabb my_topview} ~; $mypost_topview = qq~
$post_txt{'646'} ({yabb topviewers}): {yabb template_viewers}
~; ## main posting block (IMs and Posts) ## $mypost_postblock = qq~ {yabb my_prevmain} {yabb name_field} {yabb email_field} {yabb verification_field} {yabb verification_question_field}
$npf_txt{'01'} $npf_txt{'04'}
{yabb my_postsection_ajx} {yabb my_t_status} {yabb extra} {yabb myreason} {yabb return_to} {yabb lastmod}~; $mypost_formend = q~

$post_txt{'resizedescript'}
{yabb my_ubbc}
{yabb my_postsec_b}
{yabb my_googie} {yabb mypost_smilie_array} {yabb my_post_feata} {yabb my_post_smilies} {yabb my_feat5} {yabb my_is_prev} {yabb notification} {yabb favoriteadd}
~; $mypost_ubbc = qq~
~; $mypost_feata = q~ ~; $mypost_prevmain = q{}; $x_mypost_prevmain = qq~
{yabb cmessage}
\n~; $mypost_lastmod = qq~ $post_txt{'211'}: {yabb my_lastmod} ~; $mypost_prevmain_error = qq~
{yabb error_occurred}

{yabb preverror}

~; $mypost_smilies = q~ ~; $mypost_smilies_b = q~ ~; $mypost_smilies_c = qq~{yabb my_smilies} ~; $mypost_feat5 = qq~ $fatxt{'80'} {yabb my_att_allow} {yabb filetype_info}
{yabb filesize_info}
{yabb mypoll_att}{yabb my_att_b} ~; $mypost_return_to = qq~ ~; $mypost_showmessages = q~
{yabb my_showmess_disnum}
{yabb my_showmess_mess}~; $mypost_showmessages_a = qq~
$post_txt{'279'}: {yabb displaynamelink}
$post_txt{'280'}: {yabb tempdate}
{yabb my_enable_markquote}{yabb my_enable_quickjump}
{yabb message}
~; ## poll $mypost_poll_top = qq~ {yabb mypoll_opt} {yabb my_maxpc} {yabb my_pie}
 
$post_polltxt{'polloptions'} $post_polltxt{'polloptionstext'} $post_polltxt{'pieslicecolor'} $post_polltxt{'pieslicesplit'}
~; $my_poll_options = qq~ $post_polltxt{'splitslice'}   ~; $my_poll_comment = qq~ $post_polltxt{'59'}: ~; ## textarea cannot be in template## $my_poll_comment_b = q~ ~; $mypost_poll_pie = qq~ ~; $my_poll_end = qq~ $post_polltxt{'31a'} $post_polltxt{'31b'} $post_polltxt{'31c'} ~; $my_poll_sc = qq~ ~; $my_poll_hide = qq~ ~; $mypoll_tablefix = q~~; #guest posting $mypost_guest_fields = qq~~; $mypost_guest_c = qq~~; $mypost_guest_e = qq~~; $mypost_veri_a = qq~~; $mypost_veri_b = qq~~; $mypost_veri_c = qq~~; $mypost_liveprev = qq~
{yabb showcheck}
{yabb flood_text}
{yabb spam_question_image}
{yabb showcheck}
{yabb flood_text}
{yabb verification_question} {yabb spam_question_image}
{yabb spam_question_image}
{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}
{yabb message}
{yabb modified}  
{yabb showatthr}{yabb att}{yabb showatt}
{yabb signaturehr}{yabb signature}
$display_txt{'643'}
{yabb contactlist}  
{yabb ipimg} {yabb ip}
{yabb permalink}  
~; ## ModifyPost insert $mypost_lastmod = qq~ $post_txt{'211'}: {yabb lastmod_a} ~; 1;