[RSS Feed/News] /whats-new/resources/

Status
Not open for further replies.

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:

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

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom