Charles? I noticed that when HTML is turned off + displayed names with characters of "[ ]" only seem to get the error of raw html codes displaying when Quote and Quick Quote is applied or when the posts are edited more than one time. Posts that are edited more than one time has the "Edited by..." displayed more than once with the raw HTML codes.
Files edited:ubb_edit_post.cgi (sub perform_edit)
ubb_lib_posting.cgi (sub prep_for_edit)
public_post_preview.pl (sub just_do_it)
Changes made: ubb_edit_post.cgi $message .= qq(
<small>*$vars_wordlets{edit_wording} $edit_date by $pubname*</small>);
ubb_lib_posting.cgi $message =~ s/(<small>)?*Q$vars_wordlets{edit_wording}E [^][]+ by [^][]+*(</small>)?$//gi;
public_post_preview.pl $message .= qq(
<small>*$vars_wordlets{edit_wording} $edit_date by $pubname*</small>);
Only nicks with characters [ ] cause errors such as:
quote:
Edit 1
Edit 2
<small>*Edited at 07. September 2003, 07:12 PM by bactest[4]*</small>
*Edited at 07. September 2003, 07:13 PM by bactest[4]*
Is there a way to fix this? If so what would I need to do?