Edited: hidelock.gif, hidesticky.gif, hidestickylock.gif have been added to public_html/yabbfiles/Templates/Forum/default
Added to Admin.lng
'394' => "Show who is viewing a topic?",
'395' => "Show who is replying to a topic?",
'396' => "Administrators, Global Moderators and Moderators only.",
Replace this:
%smtpauth=(
'1' => "This SMTP server needs authorization",
'2' => "Check this if this is a password secure SMTP server",
'3' => "SMTP Authorization username",
'4' => "SMTP Authorization password"
);
With this:
%smtp_txt = (
'1' => "Select SMTP server Authorization type",
'2' => "OFF means no authorization is required",
'3' => "SMTP Authorization username",
'4' => "SMTP Authorization password",
'sendmail' => "Unix/Linux Sendmail",
'smtp' => "YaBB SMTP Engine",
'net' => "Net::SMTP (Perl Module)",
'auto' => "AUTO",
'cram' => "CRAM-MD5",
'login' => "LOGIN",
'plain' => "PLAIN",
'off' => "OFF",
);
Add to Display.lng (%display_txt):
'644' => "Members viewing this topic",
'645' => "replying",
'646' => "Members replying to this topic",