vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Autoclose Thread After X Days Inactivity (Works from date of last post in thread!) (https://vborg.vbsupport.ru/showthread.php?t=110320)

marty1881 05-22-2008 09:04 PM

How do you change how long it takes till it closes. At the moment its at 1 month and i want it to be 2 weeks.

thewebhostingdi 06-30-2008 04:06 AM

Is it working with vb 3.7 ?

RMS-Chef 07-09-2008 02:42 AM

Quote:

Originally Posted by thewebhostingdi (Post 1562666)
Is it working with vb 3.7 ?

I installed this early in the v3.6 line and am currently up to v3.7 and it has worked fine all the way.

mauro1947 01-27-2009 05:42 PM

Nothing for vB 3.8 ?

elperi 08-03-2009 04:39 PM

it works on 3.8.2.

Thanks a lot.

christon26 04-17-2011 08:38 PM

I have this working on 3.8.7 and added a conditional to exclude stickies and it seems to be working fine so far :)

Quote:

<hookname>newreply_start</hookname>
<phpcode><![CDATA[if (($threadinfo['lastpost'] < (TIMENOW - 2592000)) AND !$thread['sticky'] AND ($vbulletin->userinfo[usergroupid]!=6 AND $vbulletin->userinfo[usergroupid]!=5))
Quote:

<hookname>showthread_getinfo</hookname>
<phpcode><![CDATA[if ($thread['lastpost'] < (TIMENOW - 2592000) AND !$thread['sticky'])
Quote:

<hookname>threadbit_process</hookname>
<phpcode><![CDATA[if (($thread['lastpost'] < (TIMENOW - 2592000))AND $thread['open']AND !$thread['sticky']) {
Hope that helps someone :)


All times are GMT. The time now is 05:08 PM.

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.00998 seconds
  • Memory Usage 1,727KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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