Version: 2.3.0, by AndrewD
Developer Last Online: Apr 2010
Category: Major Additions -
Version: 3.7.0
Rating:
Released: 12-24-2007
Last Update: 06-13-2009
Installs: 576
DB Changes Uses Plugins
Re-useable Code Additional Files Translations
No support by the author.
What this is and does
LDM is a general-purpose tool for managing libraries of links and files, and handling uploads and downloads in a flexible way, while tracking and control user access. It has a range of integrated media players and a large library of 'plugin' extras.
Installation and Usage Explained in the on-line Wiki, with a brief explanation in the file instructions.txt in the release zip. The recent revision history is given in the first post of this thread.
Please use carefully and always backup your database before upgrading. Post reports of problems and suggestions for enhancements in this thread.
14.06.09 Version 2.3.0 is now the the officially-supported version. Works with 3.7 and vb 3.8. Please post comments in this thread
22.06.08 Version 2.2.9-post1 - This is the previous supported version. Works fine with all versions of vb 3.6 and vb 3.7. All standard features except profile integration and forum prefix selection work fine with vb 3.8.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
hey there We have recently upgraded to 2.9.9 R3 hoping that it would correct the issue we seem to be having... we have the directory listed correctly in our admin for the images upload but when we upload an image it actually uploads to the server and is present... but when we view the download; it doesn't show an image
For instance one of the downloads is this and you can link directly to the image it should be linking to for the thumbnail but the thumbnail doesn't actually show WITH the download listed in the category :\
hey there We have recently upgraded to 2.9.9 R3 hoping that it would correct the issue we seem to be having... we have the directory listed correctly in our admin for the images upload but when we upload an image it actually uploads to the server and is present... but when we view the download; it doesn't show an image
For instance one of the downloads is this and you can link directly to the image it should be linking to for the thumbnail but the thumbnail doesn't actually show WITH the download listed in the category :\
Andrew, thanks for your help last night!, can i ask is it possible (as mostly i intend my downloads to be text files) to have an excerpt or uncopiable show (including scrollbars) of the text in the item window? just so the folk can see what they are getting but can't copy it until they are in the download usergroup?
Hi Andrew, i know how busy you are but any ideas with the above?
You need to make a similar change in the code attached to hook online_location_unknown. However, this code is somewhat more complex and I'm sitting in a train station, so I prefer not to give you a definitive answer at the moment.
Just a reminder to please address this sometime soon when you can...
A number of people have reported that they are having problems with file uploads, with the message:
Your submission could not be processed because a security token was missing.
If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
This is probably a result of trying to upload files which are larger than your php settings allow.
If you experience this error, go to vb/admincp/maintenance/php info. Look in the section "PHP Core", for the following values:
post_max_size
and
upload_max_filesize
If the value of post_max_size is smaller than or the same size as upload_max_filesize, then things go badly wrong in ways that vbulletin/LDM cannot handle.
Solution - make sure that post_max_size is set to a larger value than upload_max_filesize in the php.ini file.
If you've no idea what I'm talking about, speak to your server administrator.