Quote:
Originally Posted by SVTOA
Magnus: Please see #248?
Can we:
Enable or disable the IMG tag in the cpanel for the Garage?
As admins have the option to EDIT a member's garage for them?
Thanks!
|
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.