The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Links and Downloads Manager Details »» | |||||||||||||||||||||||||
Version 2.3.0 of LDM is now the official release. This works with both VB3.7 and VB3.8. You can obtain it here
Version 2.2.8 remains available here, with limited support. 04.02.08: patch-cat.xml 'extra' uploaded - see first post for information 27.10.07: Version 2.2.8-post1 uploaded French translation of product installer uploaded (other language translations are in the main release zip) Remember to back up your current database tables before upgrading. What this is and does LDM is a general-purpose link and file manager, which handles user uploads and downloads in a flexible way. A range of media players is integrated into LDM and others are included as plugin extras. LDM is described below in the first post of this thread, which also contains a brief list of the currently-known bugs. This release of LDM works correctly with all VB versions 3.6.x and recent versions of vbadvanced. Documentation, screen shots, etc, are provided as a Wiki at http://www.eirma.org/wikis/index.php...nloads_Manager Thank you to everyone who has tested, given suggestions, helped with the translations, etc. Show Your Support
|
Благодарность от: | ||
VIP Hawaii |
Comments |
#2362
|
|||
|
|||
I can't reproduce this problem - it seems to work ok for me. Any further information you can give me?
|
#2363
|
|||
|
|||
Hi Andrew,
want to report a little bug and its fix Timezone offsets aren't integeral at all, they're decimal and casting their type into integeral will broke some submition dates during add/edit Entries if your forum/user timezone is +/-x:30, all of submitions will differ +/- 30 minutes to original submition time Here is bugfix: File: includes/local_links_misc.php, function: get_datetimebit, about line: 1456 Find: PHP Code:
PHP Code:
Thanks; |
#2364
|
|||
|
|||
Only that this happens with downloads that were downloaded a few thousend times (some hundred from registered) - maybe a performance problem?
|
#2365
|
|||
|
|||
Quote:
whats your error_reporting value ? did u change that? |
#2366
|
|||
|
|||
That's the value:
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT |
#2367
|
|||
|
|||
Quote:
refer to your PHP error logs and look for FATAL ERRORS BTW, if it works and suddenly stops seems memory allocation or maybe timeout to me I would suggest you to increase your memory_limit and max_execution_time valuse in php.ini |
#2368
|
|||
|
|||
I have a folder on my server /videos and in it has months of the year as subfolders with videos for races from my local race track. Would this addon be good for adding all those to a page or threads as a download link with counters? Anybody knows of an addon that can either?
|
#2369
|
|||
|
|||
Quote:
Edit: No errors belonging to the site I run LDM. |
#2370
|
|||
|
|||
Quote:
For the time being, I will not change the behaviour of the 'update to now' checkbox, but leave it as a suggestion. There's a major site which routinely sets new entries to appear at sometime in the future. Having this box checked by default would be confusing to them. It will need a bit of Javascript to ensure that this box gets unchecked if the user modifies the date/time. |
#2371
|
|||
|
|||
Quote:
By default, vbulletin is not very user friendly with system errors, because of its default 'gzipping' of messages to the user. Have you tried turning off this option? vb/admin/options/cookies and http header options/ set gzip html output to 'no' and save. Then repeat the test and see if you get a message instead of a blank screen. I'll take a look at the code to see if I can improve efficiency. Edited: I'm pretty certain that your problem will be that the script is running out of its allowed cpu time. This is because separate email messages are being sent to each person who has accessed the entry. Grouping these messages (i.e. having multiple email addresses as 'bcc' recipients) may be a solution, but this isn't a trivial change to the code and the php documentation is not very clear on what is allowed and what is not allowed. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|