The javascript for this functionality works only with less than 201 messages. If you want to have a "real" check/uncheckall function simply change the javascript a bit:
viewmessages.tmpl
change line 20 and 29
code: for (var j = 0; j <= 200; j++) {
to:
code:for (var j = 0; j <= $messagesize; j++) {
Also avoids unecessary loops if you habe less than 200 messages.
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.