UBB.Dev
Posted By: GiJoe Same problem with PM 3.8 but whats the fix! - 08/30/2001 3:50 AM
https://www.ubbdev.com/ubbcgi/ultimatebb.cgi?ubb=get_topic&f=3&t=000375

So thats the same problem I'm having, but how do you remove the ubbcodebuttons??
Does anyone have a copy of privatesend.cgi WITHOUT codebuttons built in?

Thanks smile
Posted By: GiJoe Re: Same problem with PM 3.8 but whats the fix! - 08/30/2001 4:37 PM
Anyone?
have you installed the code buttons to the rest of your site?
Posted By: GiJoe Re: Same problem with PM 3.8 but whats the fix! - 08/30/2001 7:00 PM
I tried that and then the reply in a topic just brings you to a totally blank page! I just want to get rid of code buttons now.
What comes up when you try to reply to a PM??
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.. smile
© UBB.Developers