if you want to not see code buttons..
in privatesend.cgi find:
if (-e "$CGIPath/ubb_code_buttons.pl") {
require "ubb_code_buttons.pl";
$CodeButtonsExist = "true";
}
and change it to this:
#if (-e "$CGIPath/ubb_code_buttons.pl") {
#require "ubb_code_buttons.pl";
#$CodeButtonsExist = "true";
#}
no more code buttons...
of course that doesnt remove all instance of the code should that be your trouble..it does remove the buttons tho..
