Jasey
10-29-2008, 03:22 PM
What code would be used to rebuild forum information within a plugin? Like when you click the button in admincp -> maintenance -> update counters ???
It's just the last post column in particular that i need to update...
Appreciate any support you can give :)
--------------- Added 1225304126 at 1225304126 ---------------
Incase of anyone needing this information i found it : )
require_once('./includes/functions_databuild.php');
build_forum_counters($forumid);
That should do the trick :)
It's just the last post column in particular that i need to update...
Appreciate any support you can give :)
--------------- Added 1225304126 at 1225304126 ---------------
Incase of anyone needing this information i found it : )
require_once('./includes/functions_databuild.php');
build_forum_counters($forumid);
That should do the trick :)