XenForo
Administrative
- Thread starter
- Admin
- #1
I want to remove some rm categories from this page, but i dont want to use the permissions for this.
Is here the right position for this?
FindNew/ResourceItem
Code:
Read more
ادامه مطلب...
Is here the right position for this?
FindNew/ResourceItem
Code:
Code:
public function getResultIds(array $filters, $maxResults)
{
$visitor = \XF::visitor();
/** @var \XFRM\Finder\ResourceItem $finder */
$finder = \XF::finder('XFRM:ResourceItem')
->with('Category', true)
->with('Category.Permissions|' . $visitor->permission_combination_id)...
Read more
ادامه مطلب...