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.
i think that you forget to update local_links_include.php with this on two places
Code:
Code:
if ($links_defaults['starred_entries_enabled']) {
for
Code:
if ($links_defaults['starred_entries_enabled'] and is_array($links_starred)) {
i update from alpfa 3 to alpha 4 and get blank page on cmps portal ...but after this changes everything works fine !
have vbulletin 3.7.0 beta6 and cmps 3.0
i think that you forget to update local_links_include.php with this on two places
Code:
Code:
if ($links_defaults['starred_entries_enabled']) {
for
Code:
if ($links_defaults['starred_entries_enabled'] and is_array($links_starred)) {
i update from alpfa 3 to alpha 4 and get blank page on cmps portal ...but after this changes everything works fine !
have vbulletin 3.7.0 beta6 and cmps 3.0
The problem seems only to be on the base (home) page of LDM - it seems ok when you go to a category or search page.
To debug blank page problems, you need to disable the 'gzip' option within vb/admincp/options/cookies and http/enable gzip
The blank page happens when a vb site generates an error message before it starts to send the page html. By disabling gzip, you get to see the error. I think it will be a similar problem as yesterday, i.e. an uninitialised variable. Happy to help further when you have this information - or upgrade my account on your site (andrewd) to vb admin
There is a fairly complete German translation in the release directory of the zip. Simply install product-eirma_ldm_de.xml instead of product-eirma_ldm.xml. Or, if you want to have both English and German, you can find the German phrases in development/phrases/phrases_de.xml - these can simply be imported on top of your German language using vb/admin/languages and phrases/download and upload phrases
I'd appreciate it if someone could bring the German translation up to date.