personal_cookie_text 1.1 This mod makes a option in the admin to set the text for login.example:you must eneble cookie for this board.most members do not permit cookies and to fly again of the login :-))) installoptions: backup english.lng,adminedit.pl,loginout.pl,settings.pl and boardindex.pl. run the mod and copy files on the server. set the text in the admin.the option is after the cookiename passwort. when you have version 1.0 first reinstall this,then run version 1.1 have fun Mac http://www.austria-top100.at/cgi-bin/forum/at100board/yabb.pl Sources/AdminEdit.pl $txt{'353'} $cookietext{'1'} ########## Colors ########## # Note: equivalent to colors in CSS tag of template.html, so set to same colors preferrably # for browsers without CSS compatibility and for some items that don't use the CSS tag \$cookietext{'cookietext'} = "$cookietext{'cookietext'}"; # Background color of the 'title-bar' $Cookie_Length = $FORM{'cookielength'} || 60; $cookietext{'cookietext'} = $FORM{'cookietext'} || 'you personal cookietext'; english.lng $txt{'796'} = "Your Instant Messages:"; $cookietext{'1'} = "Personal Cookietext"; Sources/BoardIndex.pl if($username eq 'Guest') { require "$sourcedir/LogInOut.pl"; $sharedLogin_title="$txt{'34'} ($txt{'315'})"; &sharedLogin; } if($username eq 'Guest') { require "$sourcedir/LogInOut.pl"; $sharedLogin_title="$txt{'34'} $cookietext{'cookietext'} ($txt{'315'})"; &sharedLogin; } Sources/LogInOut.pl
$txt{'34'}
$txt{'35'}: $txt{'753'}
$txt{'36'}: $txt{'315'}
$txt{'497'}:
$txt{'508'}:


$txt{'34'} $cookietext{'cookietext'}
$txt{'35'}: $txt{'753'}
$txt{'36'}: $txt{'315'}
$txt{'497'}:
$txt{'508'}:


Settings.pl ########## Colors ########## # Note: equivalent to colors in CSS tag of template.html, so set to same colors preferrably # for browsers without CSS compatibility and for some items that don't use the CSS tag $cookietext{'cookietext'} = "you personal cookietext"; # Personal Cookietext