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:<br /><br />viewmessages.tmpl<br /><br />change line 20 and 29<br /> <pre><font class="small">code:</font><hr> for (var j = 0; j <= 200; j++) { </pre><hr> <br />to:<br /> <pre><font class="small">code:</font><hr>for (var j = 0; j <= $messagesize; j++) { </pre><hr> <br /><br />Also avoids unecessary loops if you habe less than 200 messages.
_________________________
Running a community? ->
Keep informed and take it to the next level