1
Something I mentioned to some of you awhile ago, yet never got around to actually making was really very simple to accomplish….
...To be placed in the current Misc form...
$form .= ';
$form .= '';
$form .= '';
$form .= '';
$form .= '';
$form .= '';
$form .= '';
$form .= '';
$form .= '';
$form .= '';
...Changing the original to not be as default and only when per item; reducing server load...
if($case = $_GET['synCase']){mod_loadFunctions("recon", "newbb");
newbb_synchronization($case);}
This is from the Admin sync of Newbb 4 and partially 3, and is for the Dev to incorporate. These then make it perform one action per request on a large site, else it will fail otherwise.