XenForo
Administrative
- Thread starter
- Admin
- #1
method
PHP:
Read more
ادامه مطلب...
getViewableCategories()
function return no Categories data but these categories already exists.PHP:
Code:
use XF\ControllerPlugin\AbstractCategoryTree;
use XF\Mvc\ParameterBag;
class CategoryTree extends AbstractCategoryTree
{
protected $viewFormatter = 'downloadsystem\XF:Category\%s';
protected $templateFormatter = 'xf_rd_downloadsystem_category_%s';
protected $routePrefix = 'download-system/categories';
protected $entityIdentifier = 'downloadsystem\XF:Category'...
Read more
ادامه مطلب...