Make it easier to define global forum filters

  • Thread starter Thread starter mattrogowski
  • Start date Start date

mattrogowski

Guest
Member
In XF\Pub\Controller\Forum::getForumFilterInput it calls $filters = $forum->TypeHandler->getForumFilterInput($forum, $this->request, $filters); before returning the filters.

This is fine if you have forum type-specific filters, but it makes it difficult to create new filters for all forum types that are also available to the forum type handlers, if for any reason you want to check if a filter has been set. It's obviously not possible to extend the abstract forum type handler...

Read more

Continue reading...
 
Top