Quote:
Originally Posted by glenvw
In the rteporterd forum I am getting these comment tags:
<!-- BEGIN TEMPLATE: report_startmessage -->
<!-- END TEMPLATE: report_startmessage -->
Where do I get rid of them?
|
Go to vboptions >> General Settings >> Add Template Name in HTML Comments and disable that.
Now, I've discovered a bad interaction between this hack and the Thread Prefix / Category Hack by Mystics. This hack will stop working if you install Mystic's Hack and set require category to "true". To get the two to work together in that configuration you need to add the following line to the beginning of Xenon's custom code.
PHP Code:
$vboptions['categoryrequired'] = 0;
[php]