Ok this is what ive started off with.
bbcode_create:
PHP Code:
function handle_bbcode_parts($value)
{
return 'Your videos:'. $value;
}
bbcode_fetch_tags:
PHP Code:
// [PARTS]
$tag_list['no_option']['parts'] = array(
'callback' => 'handle_bbcode_parts',
'strip_empty' => true
);
However when I view a thread I get this error.
Quote:
Fatal error: Call to undefined method vB_BbCodeParser::handle_bbcode_parts() in /home/tvbtfz/public_html/includes/class_bbcode.php on line 1143
|