Quote:
Originally Posted by Skyline_GT
how to make it IMG code enable in the garage thing?
I don't know why it said off now.
.
|
2 steps required:
1. Edit your vbgarage.php file
Find:
Code:
$data['text'] = parse_bbcode2($data['text'],'0','0','1','1');
Replace with:
Code:
$data['text'] = parse_bbcode2($data['text'],'0','1','1','1');
That will enable the IMG tag.
Step 2:
You need to edit the vb phrase
"vbgarage_text_desc" to say "IMG code is ON"
That should be all you need to do.