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.
- Would there be anyway to transform the "Favorite" into a mp3 player ?
Like everytime you add a media to favorite...and you go to your favorite it would show the mp3 player with the favorite as a playlist??
- Is there any (simple way) when you press play on one song (example) and you press another one for the previous one to stop playing?
- When you're using the (mp3 button) would be nice to have a loading message or something cause sometimes i press play and it takes a little bit to load
Thanks for taking your time to reply. I tried making that change but it didn't do what I had asked. To clarify, I am providing an image below of the "Who's Online" display. The entry that has been circled in red is the link that should go directly to the embedded player page when a person clicks on that link. But the user is taken to a non-embedded page instead:
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.
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.
no problem, but please don't forget to let me know when you get the chance.
- Would there be anyway to transform the "Favorite" into a mp3 player ?
Like everytime you add a media to favorite...and you go to your favorite it would show the mp3 player with the favorite as a playlist??
- Is there any (simple way) when you press play on one song (example) and you press another one for the previous one to stop playing?
- When you're using the (mp3 button) would be nice to have a loading message or something cause sometimes i press play and it takes a little bit to load
and is there anyways to cut down on the queries for vbadvanced? is 6 queries really necessary? like i only wanna show the Title and the Play button?
- Would there be anyway to transform the "Favorite" into a mp3 player ?
Like everytime you add a media to favorite...and you go to your favorite it would show the mp3 player with the favorite as a playlist??
Let me think about this. I'm reworking a number of things like this for version 2.3.0
Quote:
Originally Posted by MissKalunji
- Is there any (simple way) when you press play on one song (example) and you press another one for the previous one to stop playing?
- When you're using the (mp3 button) would be nice to have a loading message or something cause sometimes i press play and it takes a little bit to load
These require a bit of Javascript.
The Wimpy mp3 button is a self-contained commercial product and until recently I don't think the authors described the scripting interface. (The JWplayer is much better in that respect, as well as being free, although I still have to figure out how to do these things with version 4.x.)
and is there anyways to cut down on the queries for vbadvanced? is 6 queries really necessary? like i only wanna show the Title and the Play button?
Well, I suppose I could keep all the information on tablets of stone instead and read the information out loud
Seriously, I'm not sure whether 6 queries is the bare minimum with the vbadvanced - the stand alone code for version 2.3.0 makes better use of the datastore cache, but I've not yet looked to see whether the vba interface gives access to the datastore at the right time.
Let me think about this. I'm reworking a number of things like this for version 2.3.0
These require a bit of Javascript.
The Wimpy mp3 button is a self-contained commercial product and until recently I don't think the authors described the scripting interface. (The JWplayer is much better in that respect, as well as being free, although I still have to figure out how to do these things with version 4.x.)
Great Thanks
Quote:
Originally Posted by AndrewD
Well, I suppose I could keep all the information on tablets of stone instead and read the information out loud
Seriously, I'm not sure whether 6 queries is the bare minimum with the vbadvanced - the stand alone code for version 2.3.0 makes better use of the datastore cache, but I've not yet looked to see whether the vba interface gives access to the datastore at the right time.
lol Cool i'm just very careful with queries. Merci