
01-08-2012, 04:13 PM
|
 |
|
|
Join Date: Nov 2001
Posts: 145
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by RS_Jelle
Good catch. The normal BBCode parser doesn't seem to handle that.
In downloads.php
find
PHP Code:
$file['description'] = $bbcode_parser->do_parse($file['description'], false, true, true, true, true, $cachable);
and add this above
PHP Code:
require_once(DIR . '/includes/functions_video.php');
$file['description'] = parse_video_bbcode($file['description']);
|
Thanks Jelle!
Scott
|