Quote:
Originally Posted by alex_vaa
Thanks for a great mod.
But I noticed that there is so much, they do not all appear in the master forum, but only one page.
|
Yes, I see... I will be releasing an update shortly that will work on 3.8.6 and 3.8.7 and fix this issue.
If you want to fix it yourself, it may be a few days before I post the final version, you can edit the plugin:
All Topic Forumdisplay Thread Count
Add:
Code:
$hook_query_joins = "/*";
$hook_query_where = "*/ WHERE forumid IN ($alltopics) AND sticky = 0 $prefix_filter $visiblethreads $globalignore $limitothers $datecut";
Right above the final:
(the last line of the plugin)
I have not tested this on earlier 3.8 versions, only 3.8.6 and 3.8.7.