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.
AndrewD , thank you this MOD (add-on) very well done.
I was hopping to find one thing in configuration that I would like to have on my very large board , but it looks like you dont have it yet. It a possibilities of using your add-on to sync all user attachments (old and new) to special category, if its possible please let me know how ? if its not so may be you can add this to your future version. I have 20GB of users attachments (mostly jpegs) stored on the hard disk that they uploaded to my forum posts for over 8 years and I would like to have some kind of interface to view and manage them.
Thanks. This is not there at the moment, but it's a feature that I have been meaning to write for some time, and will probably do so in the near future. One question - are your attachments stored on file or in the database?
The attributes are patched into the linkbits part way through processing. For them to appear, the following line has to appear somewhere in the relevant linkbit template. (Currently, the featured linkbit does not have this line)
Code:
<!--$linkid::entities-->
The entities themselves are built up using the links_viewone_entity template and then inserted at the marked point in the template.
Currently, new linkbit and catbit templates are added programmatically. Take a look at includes/local_links_admininclude.php. At around line 626, there's a sequence:
Code:
// Pre-defined catbits - extend to match catbits available in templates.xml -----------------------------------------
// name=X: name used in selection menus
// defcol=N: default number of display columns
// maxcol=N: maximum number of columns that it makes sense to display
// subbit=M: template used for displaying subcategories within this catbit
require_LDMadminrow($seq++, 'links_catbit', serialize(array("name"=>"Tabular", "defcol"=>1, "maxcol"=>4, "subbit"=>"links_subcatbit")), 'define_catbit', 1);
require_LDMadminrow($seq++, 'links_catbit_brief', serialize(array("name"=>"Brief", "defcol"=>2, "maxcol"=>4, "subbit"=>"links_subcatbit")), 'define_catbit', 1);
// Pre-defined catbits - extend to match catbits available in templates.xml -----------------------------------------
I have installed id3tag-enhancements but I can't see him run.
Can you help me please ?
I have upload idtag3 : www/mysite/forum/getid3
Sorry but how to do that ?
Scan and Add Link create entry attributes based on contents of ID3 tags
thanks
As well as installing the id3tag-enhancements plugin and enabling it, you also have to upload the getid3 code. Unzip getid3.zip from the extras directory. Then use your ftp software - create a directory called getid3 in your forums directory and upload the files into that directory.
You also need to enable display of 'additional attributes' on the LDM admin/settings page.
On of my sites has around 500 entries every file is on my server they are sorted within folders, one folder for one category, I have never used LDM synch.
Is it possible to enable this feature? If so, how should i prepare my files and folders?
First off I would like to say that this modification is incredible. Thank you for all the work you have put into it. The features and settings are outstanding.
I was wondering if it was possible to sort link entries by UserGroups?
UserGroup A (links submitted sort at the top of their category)
UserGroup B (links submitted sort after links submitted by Group A)
UserGroup C (links submitted sort after links submitted by Group B)
This way, members that pay (subscribe) to be in a better UserGroup such as B or A, will have their links displayed higher then those who are in Group C.
If this setting is already in there, pardon my missing it. There's a lot of configuration to do and I most likely missed it.
I will find it easiest to help with this if I take a look at your site. If you like, send me a PM with details of an admin account.
Just to let you know, I got it working , was to do with the parent category having a parent forum as well as the sub category. Must have conflicted or something because when I changed the parent category's forum to none, it started working.