vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Moderators Functions - Auto Move Closed Threads (https://vborg.vbsupport.ru/showthread.php?t=132462)

Caiman 11-27-2006 12:45 AM

Ah this is just great, thanks very much

*Installed

Zelos 11-27-2006 04:16 AM

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 :D

Gray Matter 11-28-2006 04:08 PM

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. :)

ragtek 11-28-2006 05:11 PM

one question

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?
PHP Code:

build_forum_counters($threadinfo['forumid']);
build_forum_counters($moveforumid); 


Guest190829 11-28-2006 06:07 PM

Quote:

Originally Posted by ragtek (Post 1127391)
one question

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?
PHP Code:

build_forum_counters($threadinfo['forumid']);
build_forum_counters($moveforumid); 


I don't exactly follow your question - can you clarify a bit further?

ragtek 11-28-2006 06:44 PM

i have the base forum (forumid 1)
and the new target forum for the thread (forumid 2)

now i move thread 10 from forumid 1 to forumid 2

now, don't i have to renew the count for forumid 1 as well as for forumid 2

Guest190829 11-28-2006 08:28 PM

Quote:

Originally Posted by ragtek (Post 1127464)
i have the base forum (forumid 1)
and the new target forum for the thread (forumid 2)

now i move thread 10 from forumid 1 to forumid 2

now, don't i have to renew the count for forumid 1 as well as for forumid 2

Yes - it should be doing that. Are you experiencing otherwise?

ragtek 11-29-2006 10:09 AM

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*

BBProductions 11-29-2006 12:41 PM

i would install if it copied the entire thread to the 'closed forum' left the other thread there for a whiile then deleted it.

not every clossed forum do youw want instantly gone or gone at all...

can you do this hack for maybe just deleted threads? instead of closed ones?

Guest190829 11-29-2006 08:10 PM

Quote:

Originally Posted by ragtek (Post 1127976)
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.


All times are GMT. The time now is 12:04 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01213 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete