Resource icon

Aggregating Forums 2.9.3

No permission to buy ($30.00)
  • Fix unselecting all aggregable forums in the filter UI would unexpectedly result in defaults being applied instead
  • Improve mobile display of the front-end forum aggregation options
  • Minor code cleanup
  • Update 'Aggregation Settings' button phrase => 'Forum aggregation'
  • Require php 7.2+
  • Require StandardLib v1.19.0+
  • Partial php 8.4 compatibility, depends on XF update for full compatibility
  • Support MultiPrefix 'clickable prefix' to go to the forum which aggregates the thread's actual forum to provide the most meaningful filterable link
  • Like
Reactions: eva2000
  • Fix "Call to a member function traverse() on null" error when Link Forum Proxy add-on is enabled in some cases.
  • Fix that the "all" forum aggregation view would not always include some link-forum nodes when "Proxy Link Forums" add-on is installed
  • Massively simplify User::isNodeAggregated and is now a wrapper on Node::isAggregated, now only functions in the XF\Pub\Controller\Forum\actionForum context. It now correctly detects and handlings proxy link-forum add-on which requires the context to correctly mark child-forums as aggregated without iterating the node-tree for every isNodeAggregated call
  • Fix incorrectly aggregating sort options of child nodes
  • Fix the selected prefix wasn't displayed when openning the filter menu
  • Add helper function ($xf.visitor.isNodeAggregated($node)) intended for template usage
  • Compatibility fix for '[OzzModz] Advanced Forms'
  • Fix typo in XF version required text string
Back
Top Bottom