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.
Ah thank you, i didn't realise that one needed to be filled in, id left it blank so it would use the value of Thumbnail Size from the VB admincp. Putting 0 in didn't work either, but i changed it to 120 and it now works thanks
I have carefully gone through the permissions in general and have ensured unregistered can download attachments (obviously including asx now) but not see the thread this is because I only want registered users to actually be able to get downloads as an encouragement to join in general - the test radio stream now loads up with the Jukebox. So it looks as if permissions was the problem.
Still cannot access upload radio stations however - although this is not critical
another quick question. i got this message which says,
"Possible inconsistencies between LDM and its environment
- upload_max_filesize 64M > post_max_size 10M in php.ini file - Large uploads may fail without warning"
all i know is the upload max file size is bigger than the post max size. what is the difference between these 2 and is there any setting which i can amend to get rid of the message?
another quick question. i got this message which says,
"Possible inconsistencies between LDM and its environment
- upload_max_filesize 64M > post_max_size 10M in php.ini file - Large uploads may fail without warning"
all i know is the upload max file size is bigger than the post max size. what is the difference between these 2 and is there any setting which i can amend to get rid of the message?
These are parameters in the php.ini file which controls your web server. They both place limits on the maximum size of uploads. There is a potential problem when post_max_size is smaller than upload_max_filesize. If a user tries to upload a file that is bigger than post_max_size but smaller than upload_max_filesize, some versions of php are unable to give proper error messages. The solution is that post_max_size should be set to a value that is bigger than upload_max_filesize