#### Hide All E-Mailaddresses,
#### by C.v. Marle (C.A.vanMarle@inter.NL.net)
#### This hack makes an extra function in the "set style"
#### wich gives you the uppertunity to hide all members
#### e-mailaddresses from people.
# Some things may differ, because I've a very modified board...
# Sorry... If you can't find any thing, please mail me...
# BACK-UP all your files before editing!!!
# Don't blame me if your board's messed up
# Files edited:
[profile.cgi]
[topic.cgi]
[setvariables.cgi]
[profile.cgi]
#################
## Search for: ##
#################
################ show profile subroutine
#############
## Change: ##
#############
if ($showemail ne "yes") { $emailaddress = "Private"; }
#########
## To: ##
#########
if ($showemail ne "yes" && $hidemail ne "no") { $emailaddress = "Private"; }
[topic.cgi]
#############
## Change: ##
#############
if($showemail eq "yes") { $emailgraphic = qq~
~; }
#########
## To: ##
#########
if($showemail eq "yes" && $hidemail eq "no") { $emailgraphic = qq~
~; }
[setvariables.cgi]
############
## After: ##
############
~;
$tempoutput = "\n";
$tempoutput =~ s/value=\"$newusernotify\"/value=\"$newusernotify\" selected/;
print qq~