Jake B.
Well-known member
Couldn't find a way to contact them without having an account, so posting here in case anyone is running into similar issues. Basically, Tapatalk is doing things like this with their class extensions:
So just a note, until they fix this issue any other add-on you use that extends any class Tapatalk also extends will likely create errors as they're not using the XFCP to extend classes. If anyone knows of a way to contact them do feel free to do so
Code:
<?php
namespace Tapatalk\BbCode\Formatter;
use XF\Str\Formatter as XFFormatter;
/**
* Class Formatter
* @package Tapatalk\BbCode\Formatter
*/
class Formatter extends XFFormatter
{
....
}
So just a note, until they fix this issue any other add-on you use that extends any class Tapatalk also extends will likely create errors as they're not using the XFCP to extend classes. If anyone knows of a way to contact them do feel free to do so