Disabling users sign in message display
0.1
With this yabb mod you can disable and enable users sign displaying in message from admin center.
jfsso
http://www.cgiclube.net/
Sources\AdminEdit.pl
if ($showyabbcbutt) { $syabbcchecked = "checked" }
if ($showsign) { $sshowsign= "checked" }
$txt{'740'}
Show User Signature in Message View?
\$showyabbcbutt = $showyabbcbutt; # Set to 1 to display the yabbc buttons on Posting and IM Send Pages
\$showsign = $showsign; # Set to 1 to display each member's Signature in the message view.
allowpics showyabbcbutt showbdescrip maintenance guestaccess insert_original enable_ubbc enable_news enable_guestposting enable_notification showlatestmember showrecentbar showmarkread showmodify showuserpic showusertext showgenderimage shownewsfader MenuType curposlinks profilebutton autolinkurls emailpassword RegAgree emailwelcome allow_hide_email usetempfile faketruncation emailnewpass/;
allowpics showyabbcbutt showsign showbdescrip maintenance guestaccess insert_original enable_ubbc enable_news enable_guestposting enable_notification showlatestmember showrecentbar showmarkread showmodify showuserpic showusertext showgenderimage shownewsfader MenuType curposlinks profilebutton autolinkurls emailpassword RegAgree emailwelcome allow_hide_email usetempfile faketruncation emailnewpass/;
Sources\Display.pl
$userprofile[5]
~;
if($showsign eq '1') { $yymain .= qq~$userprofile[5]~; }
$yymain .= qq~