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.
Wow.. as soon as i get hold of the copy i will get the product out for the multilanguage stuff...
btw.. i'm not being ungratefull.. because you are doing great work.. but as i am trying to test everything.. stumbled into another one:
if you go to the comment page.. you have a button "return" and it takes you back to the link... usually it works fine.. but:
If you did a search.. and within the search results you go to the comment page.. when you click the return from there.... it takes you back to the ldm homepage.. ie: the category list
Felix
PS: I'm leaving in a couple of hours for south of france.. and wont be online for 10 days...
Wow.. as soon as i get hold of the copy i will get the product out for the multilanguage stuff...
btw.. i'm not being ungratefull.. because you are doing great work.. but as i am trying to test everything.. stumbled into another one:
if you go to the comment page.. you have a button "return" and it takes you back to the link... usually it works fine.. but:
If you did a search.. and within the search results you go to the comment page.. when you click the return from there.... it takes you back to the ldm homepage.. ie: the category list
Felix
PS: I'm leaving in a couple of hours for south of france.. and wont be online for 10 days...
Enjoy...
I'm not ungrateful at all - so much code, so many routes through it - bound to be bugs.
Actually, it does have a prefix, just a different one by default, and it can be changed.
See includes/local_links_init.php, around line 48:
Code:
// Database Table Prefix
define('THIS_TABLE', 'local_');
// Uncomment this to use the standard VB table prefix...
// define ('THIS_TABLE', TABLE_PREFIX);
You can either change 'local_' to be what you want or you can remove the comment symbols (the //) from the second define statement to use the same prefix as vb (I would not recommend that because you might end up with one database table trying to serve two different masters)
Of course, if you change this in a live system, you will need to use a tool like phpmyadmin to rename your existing tables.
ldm/admin/settings -> set link_imagesize to the size you want the images to display
then, the ldm/add entry menu command and entry/edit entry button will take you to a form which includes fields for an image url/an image upload
( Thank you something else
How would i go around to post the LINK of the download itself in the thread? like what i'm trying to do is
when you upload (example) an mp3 that it post a new thread with the LINK itself to the mp3 and that i would be able to embed it so if someone just want to view ONLY the thread without going to the download section itself just to listen example
How would i go around to post the LINK of the download itself in the thread? like what i'm trying to do is
when you upload (example) an mp3 that it post a new thread with the LINK itself to the mp3 and that i would be able to embed it so if someone just want to view ONLY the thread without going to the download section itself just to listen example
i'm not sure if you get what i mean?
I think I understand.
Depending on what you want to do, this either requires a simple code edit or is quite difficult
If you *always* want to trigger a download/open a remote url, then edit includes/local_links_forumsinterface.php and find the line