Contact Page for YaBB 2.7.00

by Derek Barnstorm

YaBB Mod Language

Lang: English
Admin.lng:
  • $mod_list{'contact'} = 'Contact Page Settings';
  • $mod_list{'contact1'} = 'Edit Contact Page Settings';
Email.lng:
  • ### Contact Page Mod Start ###
    $contactform = qq~<pre>Subject: {yabb contactsubject}
    Name: {yabb yourname}
    Email: {yabb youremail}
    IP Address: {yabb contactip}
    Message:
    {yabb contactmessage}</pre>~;

    $contactform_selfcopy = qq~<pre>Subject: {yabb contactsubject}
    Name: {yabb yourname}
    Email: {yabb youremail}
    Message:
    {yabb contactmessage}</pre>~;

    $contactform_autorespond = qq~{yabb autoresponse}~;
    ### Contact Page Mod End ###
tabtext.txt:
  • $tabtxt{'contact'} = 'Contact';
 
Lang: German
Admin.lng:
  • $mod_list{'contact'} = 'Einstellungen Kontaktseite';
  • $mod_list{'contact1'} = 'Bearbeiten der Einstellungen für die Kontaktseite';
Email.lng:
  • ### Contact Page Mod Start ###
    $contactform = qq~<pre>Betreff: {yabb contactsubject}
    Name: {yabb yourname}
    eMail: {yabb youremail}
    IP Addresse: {yabb contactip}
    Nachricht:
    {yabb contactmessage}</pre>~;

    $contactform_selfcopy = qq~<pre>Betreff: {yabb contactsubject}
    Name: {yabb yourname}
    eMail: {yabb youremail}
    Nachricht:
    {yabb contactmessage}</pre>~;

    $contactform_autorespond = qq~{yabb autoresponse}~;
tabtext.txt:
  • $img_txt{'contact'} = 'Kontakt';
 

Separate language (.lng) files for:

YaBB Mod Language

Language Quick Check