To do so, open the includes/functions_mgc_cb.php, then find the construct_bbcode_tag_list function.
You'll see the supported bbcode, you juste have to add code like that :
PHP Code:
$bbcode_list['option']['size'] = array(
'html' => 'your_html_code',
'option_regex' => 'your_regex',
'strip_empty' => true
);
You then just have to fill it to your wishes. You can add as much as you want
But becareful when upgrading for the enxt version as the file will be updated.