@Jeremy or others
I think I've ascertained that I did exactly the same with this guide but was still getting this error:
I'm using XF 1.3.3 . Any help, please ? Thanks
I think I've ascertained that I did exactly the same with this guide but was still getting this error:
_tags = parent::getTags(); $this->_tags['h2'] = array( 'hasOption' => false, 'replace' => array('
', '
') ); $this->_tags['float'] = array( 'hasOption' => true, 'replace' => array('
', '
') ); return $this->_tags; } }_tags = parent::getTags(); $this->_tags['h2'] = array( 'hasOption' => false, 'replace' => array('
', '
') ); $this->_tags['float'] = array( 'hasOption' => true, 'replace' => array('
', '
') ); return $this->_tags; } }
Fatal error: Class 'XenBBCode_BbCode_Formatter_Base' not found in C:\xampp\htdocs\community\library\XenForo\BbCode\Formatter\Base.php on line 1912
I'm using XF 1.3.3 . Any help, please ? Thanks