Quote:
Originally Posted by Michigan Morels
1. I have this in Custom Form Output
Code:
$qo[1]: $qo[2]: $qo[7]
$qo[3]: $qo[4]: $qo[8]
$qo[5]: $qo[6]: $qo[9]
2. I get this display posted to the thread
Code:
<!-- BEGIN TEMPLATE: formoutput -->
widget one: 3: 5.00
widget two: 2: $10.00
widget three: 1: 30.00
<!-- END TEMPLATE: formoutput -->
3. I also have this in Form Hook: Before Submit: to remove bbcode from empty answers.
PHP Code:
$formoutput = str_replace("", "", $formoutput);
How do I remove those Template tags from example #2.?
|
AdminCP -> vBulletin Options -> General Options -> Add Template Name in HTML Comments -> No