Am I missing somthing i have had the hack installed for ages, but just went to upgrade to this version and the installation was fine but the addpost.php instructions seem all wrong, is this hack ok for 6.2 RC ?
I cant find this bit for instance:
// -------------------------------------------------------------
// If HTML is off then we need to get rid of < and > in the body
if ( ($convert != "html") && ($convert !="both") ) {
$PrintBody = str_replace("<","<",$PrintBody);
$PrintBody = str_replace(">",">",$PrintBody);
}
$html -> send_header($ubbt_lang['PREV_POST'],$Cat,0,$user,$Extra,$ReadPerm);
$FormSubject = $html -> form_encode($FormSubject);
$FormBody = $html -> form_encode($FormBody);
$FormSubject = str_replace("&","&",$FormSubject);
$FormBody = str_replace("&","&",$FormBody);
$formLocation = $html -> form_encode($formLocation);
$formLocation = str_replace("&","&",$formLocation);