Quote:
Originally Posted by higabyte
I'm sorry if this has already been answered, I searched and couldnt find anything, probably because its such an easy question and any moron should already know but since im apparently stupider than the average moron I guess I'm going to ask:
Where do I need to go/need to do to enable HTML just for the vbGarage area?
Thanks in advance!
|
No, this isn't a stupid question. This ability will be automated in the next release, as it will have a toggle in the AdminCP. However, for the time being:
In
vbgarage.php:
FIND:
PHP Code:
$data['text'] = parse_bbcode2($data['text'],'0','0','1','1');
REPLACE with:
PHP Code:
$data['text'] = parse_bbcode2($data['text'],'1','0','1','1');