Quote:
Originally Posted by ragtek
no
i'm just "learning" and trying to understand
i have a event board and want to move the thread in a other forum when the event is past.
the threads are linked with the calendar so it isn a problem to have a date when it has do been moved
so i just have to
build_forum_counters($threadinfo['forumid']);
build_forum_counters($moveforumid);
do this 2 things and it will be ok?*g*
|
build_forum_counters does is the function to rebuild functions. $threadinfo['forumid'], should work. $moveforumid will need to be set to the forum id you wish to move the thread too.