Make it easier to define global forum filters

Status
This content is read-only, or is not open for further replies.

mattrogowski

Guest
offline
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 to...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom