Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted October 26, 20222 yr Quote Changed the order of the autogenerated hook method signature. Added a new class parameter public $similarContent = TRUE|FALSE; to each /extension/core/ContentRouter class to control whether it should show in similar content. Will this require update resources again to make them compatible?
October 26, 20222 yr Author 1 hour ago, Adriano Faria said: Will this require update resources again to make them compatible? Apparently not. Tested a couple of resources and it's ok. You have to add: /** * @brief Can be shown in similar content */ public $similarContent = TRUE; to your ContentRouter extension if you want your content item to be displayed in the similar content widget.