Quote:
Originally Posted by Simon Lloyd
If you are using dataman in your plugin there should be no need to call the update counters, below is the code that you'd use
PHP Code:
build_forum_counters($forumid); build_thread_counters($threaddm); build_forum_counters($threadinfo['forumid']);
|
thnx for your help , it's working .. but This file must be called
functions_databuild.php
PHP Code:
require_once(DIR . '/includes/functions_databuild.php');
build_forum_counters($forumid);
build_thread_counters($threaddm);
build_forum_counters($threadinfo['forumid']);
this code not update all counters , number of posts of threads not update on forumdisplay ?
Thank you all :up:
Simon Lloyd ,
ozzy47 ,
Lynne
--------------- Added [DATE]1405282445[/DATE] at [TIME]1405282445[/TIME] ---------------
okay i found it , for update number of posts and thread info
PHP Code:
build_thread_counters($threadid);