Version: 1.1.1, by (Guest)
Developer Last Online: Jan 1970
Category: Moderators Functions -
Version: 3.6.3
Rating:
Released: 11-24-2006
Last Update: 11-26-2006
Installs: 93
No support by the author.
Modification Title: Auto Move Closed Threads Compatibility: 3.6.x Tested On: 3.6.3
What does the modification do?
This allows the Administrators to select a single forum for all closed threads to be moved too after a moderator decides to close the thread. The AdminCP options allows this modification to be enabled/disabled on individual forums.
This is useful if you always want closed threads to be moved to a trash forum.
Cool idea, but there needs to be a feature that allows a delay before the closed thread is moved. I'd like to be able to set closed threads to move themselves after one or two weeks, rather than instantly.
If you were to add this, I'd install this mod in a heartbeat
It's awesome that you already uploaded the new release with my suggestion in it.
What I meant was that there would be an option to delay the time the threads were moved.
For instance, if you have a help forum on your board and someone posts a thread to ask for help with something, and then their problem is solved so you want to close the thread, but you want to make sure that they see the response first, you could delay the time period before it would be sent to the recycle bin (i.e. three days). It would be nice to have this as a global option for the whole hack.
why arent the old and the new forum counter been counted?
and why you count the threadinfo?
the complete thread is beening moved, so there are no changes or?
why arent the old and the new forum counter been counted?
and why you count the threadinfo?
the complete thread is beening moved, so there are no changes or?
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*
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.