In the meantime, if anyone wants to resolve the cached template issue, here is what I did.
Add a new plugin under Plugins and Products with the following info
Product: Ignore Quotes
Hook Location: cache_templates
Title: Ignore Quotes - cache template
PHP Code:
Code:
if (THIS_SCRIPT == 'showthread')
$cache[] = 'kh99_iqts_bbcode_quote_ignore';
Plugin is active: Yes