The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
admin_backup select all not working - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26)
+--- Thread: admin_backup select all not working (/showthread.php?tid=629)



admin_backup select all not working - Brandin - 07-04-2017

Unsure why - I didn't look into this, but here is the function I swapped it out for...

Replace the select all button in the headings with:

Code:
<input type="checkbox" id="checkall" value="1" onclick="checkCheckboxes(this.id, 'maindiv');" >

Add
Code:
id="maindiv"
to that div ~ line 498.

Add this haste of JS:
https://hastebin.com/qogabiheda.xml