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.
Do you mean that Windows Media Player is launching? Or do you mean that LDM is launching a popup window that uses Windows Media Player and you don't want this to happen?
- First, check that you have provided mimetype information for the media files (mp3, etc) in the vbulletin admincp attachments table. This is explained in the LDM online wiki. Without this information, the jukebox does not recognise that it can handle the file.
- There are a group of settings on the LDM admin settings page which define whether to launch a small popup window with the Jukebox, or play the media in the main browser window.
- There are also a couple of extras available which extend the player to work in-line in the entry descriptions using the Jeroen Wijering or (commercial) Wimpy players.
Sorry, I had worded this wrong. I mean, I don't want media player to be the default player. I would rather use the player that comes with this mod.
Sorry, I had worded this wrong. I mean, I don't want media player to be the default player. I would rather use the player that comes with this mod.
LDM needs to "know" that you want it to play the relevant file types. The relevant filetypes (e.g. mp3) have to be found within the vbulletin/admincp/attachments/attachment manager table, with valid mimetype information.
You can add the filetypes manually, or there is an addon in the ldm release zipfile, directory /release/extras/add-mimetypes, called add-mimetype which will do the job for you.
Once this is done, LDM should automatically use the inbuilt players.
All things are possible! The profile integration needs rethinking, because the vb interfaces have changed substantially since this was first written. Tags did not exists in vb when they were added to LDM, and so on.
I think i discovered another teeny weeny bug... maybe you can reproduce and confirm..
Following:
I am as Admin browsing links..
I have 5 entries on that page .. each entry has, lets say 5 keywords...
entry number three has keywords: art paintings canvas colours france
now i go to the "filter dropdown" at the top of the page and select keyword art for filter
As expected entry number three is displayed but:
it only has 1 keyword displayed: art
NOW if i edit keywords inline (by clicking on the little tag image) and add a keyword (lets say:fineart) .. and click the "go" then..... the other keywords are lost.. and if i switch back to filterless display.. entry number 3 will only have 2 keywords left.. ie: art and fineart..
If I know this as admin its not a major problem, because I will NOT edit keywords when using the keyword filter... but if a user wants to edit his own keywords:
- he filters by one of his keywords and thinks he might as well add fineart.. he will loose the other keywords... (as he cannot predict this behaviour the first time he uses the feature)
I hope you understood what i meant... (its early in the morning here and i didnt have my coffee yet )
Felix
PS: just checked the code.. fix would imply the rewrite the main query.. i think the easiest way to fix is to disable the keyword editing when you are in filter mode...
I think i discovered another teeny weeny bug... maybe you can reproduce and confirm..
Following:
I am as Admin browsing links..
I have 5 entries on that page .. each entry has, lets say 5 keywords...
entry number three has keywords: art paintings canvas colours france
now i go to the "filter dropdown" at the top of the page and select keyword art for filter
As expected entry number three is displayed but:
it only has 1 keyword displayed: art
NOW if i edit keywords inline (by clicking on the little tag image) and add a keyword (lets say:fineart) .. and click the "go" then..... the other keywords are lost.. and if i switch back to filterless display.. entry number 3 will only have 2 keywords left.. ie: art and fineart..
If I know this as admin its not a major problem, because I will NOT edit keywords when using the keyword filter... but if a user wants to edit his own keywords:
- he filters by one of his keywords and thinks he might as well add fineart.. he will loose the other keywords... (as he cannot predict this behaviour the first time he uses the feature)
I hope you understood what i meant... (its early in the morning here and i didnt have my coffee yet )
Felix
PS: just checked the code.. fix would imply the rewrite the main query.. i think the easiest way to fix is to disable the keyword editing when you are in filter mode...
btw... found a really teeny weeny one.. because errors can happen..
STANDARD_ERROR_LITE is not cached.. and..for some reason.. there is no header or footer when it is called.. (we are talking about generated errors like expired security token)
just want to let you know
Felix
Another thing I have noticed concerns table prefixes. I currently have all my vbulletin tables prefixed with vb_ in my database, but have noticed that the LDM ones are installed without this prefix. Is it possible to make it so that in future versions LDM tables also include such a prefix, if one is set?