Sorry I've been away for such a long time... Different PC, new role, very little spare time and no copy of vBulletin to work with seriously impacts my ability to play with this ;-)
While the comments from "pedroenf" and "bigrover" will definitely help users with collapse issues, the real reason for the problem is (I expect) that my Mod is supposed to remove both the start and end outline, however I expect that in some users cases the applied class names "subforumlist commalist" may be different and the html produced does therefore not contain <ol class="subforumlist commalist">. This means that the start of the outline is not actually removed (as I intended) and hence the removal of the end of the outline causes issues.
Depending on feedback and time, I could (a) change that section of the code to be a little more reliable even with class changes or I could (b) make it possible to disable the outline change with an option or I could (c) just remove that section (lines 540 to 552). To do (a) I'll need to see a few sites that have my mod applied that I can look at to see the variations that I'd have to deal with. Note: I took the liberty of looking at pedroenf's site and saw <ol class="commalist">, so in that case, removing the "subforumlist " from line 542 of my Mod should also solve the problem, but in the way I intended, by removing the entire outline, both start and finish.
|