I have a wierd problem after adding this hack.
If you try to edit a post that has a quote in it you end up with this in the edit window
</font><blockquote><font size="1" face="Verdana, Arial,Helvetica, sans-serif"><span class="small">quote:</span></font><hr /><font size="2" face="Verdana, Arial,Helvetica, sans-serif">Originally posted by Mike:
Testing Quote Editing</font><hr /></blockquote>
<font size="2" face="Verdana, Arial,Helvetica, sans-serif">Testing Quote Editing
The only change I made to the original was adding
after the </blockcode> to add alittle separation.
My line in ubb_lib.cgi looks like this
$match++ if $_[0] =~ s/(
)(s|n|r)*/ </font><blockquote><font size="1" face="$vars_style{FontFace}"><span class="small">$vars_wordlets{ubbcode_quote}:</span></font><hr /><font size="$vars_style{TextSize}" face="$vars_style{FontFace}">$2</font><hr /></blockquote>
<font size="$vars_style{TextSize}" face="$vars_style{FontFace}">/isg;
Any ideas?