Costom footer 1.0 1.0 This mod allow to include own links, email adresses or anything else into the first line from the footer of YaBB (above the copyright string). To edit the footer, this mod include a new table into the boardsettings page. This mod is written for the german.lng file, but it's work with other languages also. S.M.art.Y - smarty@my-mail.ch http://mac68k.de german.lng $txt{'749'} = "Ungültige Zahl der Beiträge."; $txt{'970'} = "Text (und/oder Links) der Fußzeile (Bei eMail-Adressen unbedingt ein \\ vor dem \@ einfügen!)
Bsp.: mein-name\\\@provider.de
";
$yycopyright = qq~ $mbname ($boardurl/YaBB.pl)
\n
\n Powered by YaBB 1 Gold - Release (Yet Another Bulletin Board)
\n Copyright © 2000-2001, X-Null. All Rights Reserved.~;
$yycopyright = qq~ $mbname $personal_footer
\n
\n Powered by YaBB 1 Gold - Release (Yet Another Bulletin Board)
\n Copyright © 2000-2001, X-Null. All Rights Reserved.~;
Sources/Admin.pl $txt{'478'}
$txt{'970'}
$userpic_limits =~ s/\"/\'/g; $personal_footer = $FORM{'personal_footer'} || 'Personal Footer Hack 1.0 by S.M.art.Y - 2001'; $personal_footer =~ s/(\n|\r|\t)//g; \$userpic_limits = qq~$userpic_limits~; # Text To Describe The Limits ########## Footer-HTML ############# \$personal_footer = qq~$personal_footer~; # Text, Links, etc. for the YaBB footer