1
wizanda
Newbb Sync by Case Admin Hack for Dev
  • 2008/9/17 11:12

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


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 .= '<select name="synCase">';
$form .= '<option value ="rate">rate</option>';
$form .= '<option value ="report">report</option>';
$form .= '<option value ="post">post</option>';
$form .= '<option value ="topic">topic</option>';
$form .= '<option value ="forum">forum</option>';
$form .= '<option value ="category">category</option>';
$form .= '<option value ="moderate">moderate</option>';
$form .= '<option value ="read">read</option>';
$form .= '</select>';

...
Changing the original to not be as default and only when per itemreducing 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.

Login

Who's Online

229 user(s) are online (158 user(s) are browsing Support Forums)


Members: 0


Guests: 229


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits