Ok, trying to install a mod on my forum and I've already had to clear up several parse errors in the mod, but these last two are eluding me. Just can't see the errors here. Maybe it's simple and I'm over looking it, I dunno. I hope a fresh pair of eyes can see it.
And this one...Code:user_from = '" . str_replace("\'", "''", $location) . "', user_interests = '" . str_replace("\'", "''", $interests) . "', user_sig = '" . str_replace("\'", "''", $signature) . "', user_sig_bbcode_uid = $signature_bbcode_uid, user_viewemail = $viewemail, user_aim = '" . str_replace("\'", "''", str_replace(' ', '+', $aim)) . "', user_yim = '" . str_replace("\'", "''", $yim) . "', user_msnm = '" . str_replace("\'", "''", $msn) . "', user_attachsig = $attachsig, user_allow_signature = $allow_sig, user_allow_sig_image = $allow_sig_image, user_allowsmile = $allowsmilies, user_allowhtml = $allowhtml, user_allowbbcode = $allowbbcode, user_allow_viewonline = $allowviewonline,
Somewhere in there are parse errors, but I'll be d***ed if I can see 'em.Code:$l_signature_size = sprintf($lang['Sig_image_imagesize'], $board_config['sig_image_max_width'], $board_config['sig_image_max_height']); $error = true; $error_msg = ( !empty($error_msg) ) ? $error_msg . '<br />' . $l_signature_size : $l_signature_size; } } else if ( !empty($user_sig_image_name) ) { $l_sig_image_size = sprintf($lang['Sig_image_filesize'], round($board_config['sig_image_filesize'] / 1024));


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks