The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
As far as i know thats not a standard vbulletin setting, are you running php in safe mode and utilising temp folders for your attachments?
|
#12
|
|||
|
|||
This all default ... I have not touched anything, is a clean installation .
|
#13
|
|||
|
|||
It is a standard feature, it's in the "File Upload Mananger", the window that pops up when you manage attachments for a post. There is no setting to change or disable it. The code that does the removing is in includes/cron/cleanup2.php, and it looks like this:
Code:
// Unused filedata is removed after one hour $attachdata =& datamanager_init('Filedata', $vbulletin, ERRTYPE_SILENT, 'attachment'); $attachdata->set_condition("fd.refcount = 0 AND fd.dateline < " . (TIMENOW - 3600)); $attachdata->delete(); If you remove it or comment it out, then the unused uploads should never be removed. |
#14
|
||||
|
||||
Ah so it's only for the uploads window not for attachments that have been uploaded! - good find Kevin
|
#15
|
|||
|
|||
Quote:
More thanks for the solution . |
#16
|
|||
|
|||
I already pmed u fix did not know it was already posted
|
#17
|
|||
|
|||
Yes, I see your PM. Thanks ForceHSS .
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|