@ Dave
GOT IT !!
In class_bbcode_pt.php i changed :
PHP Code:
parent::vB_BbCodeParser($registry, $tag_list, $append_custom_tags);
to : (
it is crazy i know, but it works ...)
PHP Code:
parent::__construct($registry, $tag_list, $append_custom_tags);
and now eveything works perfect. Without your valuable tips I would never have done that.
Thank you very much again and have a nice evening.
best regards