Quote:
Originally Posted by magnus
At the moment, you would have to edit vbgarage.php and change the parse_bbcode2(); options. I will, however, be implementing AdminCP options for these. If you want to go ahead and change it now, to allow [IMG] tags simply perform the following edit:
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'],'0','1','1','1');
As for Admin ability to edit, yes, that will included.
|
This worked perfectly, only thing to add is that the phrase
vbgarage_text_desc has to be edited so "IMG code is ON" will display in the edit or creation panel.
I am sending another payment for your time Magnus. Please go claim it!