Fantastic LK. There have been a few members who asked me if I could add the
tag inside the UBB "code" tag.
I just tested it on the 6.4 and I had to change the tags to:
$match++ if $_[0] =~ s/(<blockquote>$vars_wordlets{ubbcode_code}:<hr /><pre />)(.+?)(<pre /><hr /></blockquote>)/$2</pre></div></div>/isg;
and
return qq~<blockquote>$vars_wordlets{ubbcode_code}:<hr /><pre />$message<pre /><hr /></blockquote>~; The focus is not on the other adjacent tags but only the tags. On my file I had to set the tags exactly the same on the
tags in order for it to work with Edit and Quote. 