![]() |
Quote:
Other than that, I think I am going to LOVE this plugin! I changed the replycount to > 59, so once a thread gets more than 59 posts, it will automatically be moved to my forum for long threads and debates. I am using another plugin that will automatically close those threads to further posting. It's an awesome combo! |
Have been looking for something like this for several years. Looking forward to installing it.
Update: It is installed... I want it set up to delete a specific forum (#28) with any posts older than 7 days. I did NOT see a chron job installed with this, although I might have missed it. Other than putting in the product and the configuration via CP, do I need to do anything else to have it delete threads older than 7 days routinely? The Options in ADMINCP are not that intuitive... Have it set currently to: Quote:
Thanks! |
I just finished installing this on my test board and I had to manually enter the Scheduled Task (set to run once a day) but as of now it is working perfectly. The only change I had to make was:
Code:
AND `replycount` = '0' Code:
AND `replycount` > '0' |
as it seems, the cron-thing doesn't work. so i will drop it on standby the next weeks... perhaps the problem will be solved till then? :) would be wonderful... its a great mod-idea! thx.
|
Quote:
Quote:
|
fascinating! :D thx ;)
perhaps worth enoug to give it a short quote at the thread's startpost? ;) |
need help please. i get the error below when i run the scheduled task..
Quote:
PHP Code:
|
Does this work with 3.6.8 Patch Level 2?
:) |
Quote:
|
I don't have it installed yet.
|
I had some trouble with the install, as have a few others. See my post 27 note. I don't think the author has ever come back with an answer, or an update to this one that does keep popping up. I had to create the CRON job by hand for this mod to work. As it stands, once the CRON job is set, it runs beautifully.
|
how do you create the CRON job by hand? I'd like to install this on my forum but am not sure I understand what needs to be done to make it work properly.
|
i can report strange behavior when hard delete used... server hangs..
i modified queries in the php file to match my wanted settings (not stickies and filter by last post time, instead of date created), soft delete works, physical delete hangs the httpd process. strange. |
Works on 3.6.8 P2 when you create the task yourself cause he programed it all wrong for it to auto install.
|
Any news on this updated cron or whatever you guys are talking about? I am not a coder and have just installed a rss feeder to my forums and would like this to work on 3.6.8.
Help appreciated |
|
Can this be made to Close threads in my support forum if no reply in 10 days ?
|
i'm having the same issue as someone above and I have NO idea how to fix it....Here is what it says when i go to run the scheduled task that I created:
Quote:
|
nevermind, i figured it out. The program doesn't like it if you leave the protected users blank
|
Installed and added the cron via scheduled task manager.
Would prefer excluded user groups feature to just excluded user ids, but all in all a great hack. Thank you! |
Anyone have this working in 3.7 or are there plans to update? Thanks.
|
Quote:
|
futuredood, read back through the thread and you'll find the solution.
Quote:
|
Working for me on vB 3.7.1PL2. All I needed to do was set up the CRON job and modify the cronautodelete.php setting from `replycount` = '0' to `replycount` >= '0' and it now archives my 'News' into 'Old News' - superb!
|
Quote:
|
hi there,
i've 3,6,8 patch level 2 and the mod not function... i've tryed to run this query in mysql: Code:
INSERT INTO " . TABLE_PREFIX . "cron (weekday,day,hour,minute,filename,loglevel,active,varname, volatile,product)) VALUES (-1, 10, 0, 'a:1:{i:0;i:0;}', './includes/cron/cronautodelete.php', 1, 'Auto Delete/Move Thread After per days') Quote:
|
Very handy, thanks. A couple of notes about installation. I'm running on 3.7.3 PL1. I moved the files to the proper locations, and imported the XML. However, I had to manually add a cron job in order to get it working. It appears there is install code in the package to install a cron job, but I don't think it worked (at least not on my vb). I could be wrong, but after uploading the .php file and importing the XML, I did not see a scheduled task listed in the cron job section.
For anyone who has the same problem, here is how I setup my cron job (see attached). Also, I wanted to point out that because the PHP code uses 86,400 (the number of seconds in a full day) as a multiplier when figuring out how old the threads are, you can actually specify something like .5 days if you want to delete/move threads every 12 hours. Or you could use .25 to delete threads every 6 hours for example. I was just about to hack the code to do this, because I needed to remove threads (once a day) that were older than 12 hours. However, since the code uses the # of seconds to figure it out, you can fine tune the time frame using a fractional value for the number of days in the settings. Very handy! Nice job on the product - I just clicked the "installed" button for you :-) Ray |
Thanks, Ray! I had same problem on 3.8 and after addin cron job manually it seems it working... ;)
|
So this is working ok in 3.8 then?
|
Nvm
|
can we get this fixed / ported to 3.8.2 please
|
It works fine on 3.8
|
Is there anything like this hack but for posts?
I want users to have an option to auto delete their post after a set (by them or Admin) period of time. |
Can this hack be setup to move/delete thread if the original poster doesn’t respond within a x amount of time?
|
Quote:
Quote:
|
mmmh not working for me.
I've 3.84. Created the cron manually with the modific by AtoZ (`replycount` = '0' to `replycount` >= '0' ) but nothing. I try to run the cron, straight afterwards it tells me "Done" but nothing happends on the forum. Any help? |
I have modified this hack to exclude stickies and to delete threads that haven't gotten replies in X days rather than ones that have been opened x days ago. It also disregards the amount of posts in that thread.
PHP Code:
PHP Code:
|
Does this work on vb 4.0.x ???
|
Just to confirm: Do you have to add the manual cron to get this work?
|
Quote:
|
All times are GMT. The time now is 12:54 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|