Quote:
Originally Posted by M@rkus
So.. last question.. how can i deny the use of my [BIMG]-code?
|
M@rkus, in order to disabled [BIMG], you would need to disable BBCode altogether. There's no way to specify individual codes to allow/disallow. In order to disable BBCode, do the following.
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','0','1','0');