I tried this under 3.6.3 and got wild error message:
Warnung: array_keys() [function.array-keys]: The first argument should be an array in /includes/functions.php
Line 3699 in functions.php, this one:
Quote:
foreach (array_keys($vbulletin->forumcache) AS $forumid)
|
I could only get rid of the errors by adding a new forum (rebuilding the forums cache, I assume).
But here's another question: Can the plugin (once it works without producing errors) also be adjusted to sort subforums by latest post within the subforums? Would be great.
Thanks!