In
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 to...
Read more
Читать далее...
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 to...
Read more
Читать далее...