Add IP Option
1.2 (SP 1)
Add option to disable IP address from showing on posts to admin center.
If a language other than english is selected, you will want to translate the text "Show IP in posts?" in Admin.pl to your selected language.
**************************************
Original Author : Drue Pautz
Updated to SP1 by Sonic
**************************************
Updated to SP1 by Sonic
www.scotsonphones.co.uk/YaBB
Settings.pl
########## Layout ##########
$showip = 0; # Set to 1 to display IP on message
Sources/Display.pl
if ($showyabbcbutt) { $syabbcchecked = "checked" }
if ($showip) { $sipchecked = "checked" }
\$showyabbcbutt = $showyabbcbutt; # Set to 1 to display the yabbc buttons on Posting and IM Send Pages
\$showip = $showip; # Set to 1 to display IP on message
# Set as 0 or 1 if box was checked or not
my $fi;
push @onoff, 'showip';