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 tried adding the slash to the 2nd part of the rule, unfortunately it didn't work.
I tried both in the site root and the forum root, does it matter which one the .htaccess file needs to be in?
What happens is I click on a category in the LDLM and it just says page not found.
I'm at a bit of a loss with this - the rules I suggested (with the /) work for me in my httpd.conf file and for another user in his .htaccess file - without the slash it would only work in the httpd.conf. mod_rewrite is (as has been said) voodoo. Its behaviour does change depending on where the rules are being read, i.e. in which directory the .htaccess file is placed. One really needs access to its log file to sort out what is happening - I imagine you don't have this possibility?
OK, I think I am misunderstanding the how the can_view_hidden setting works. I grant this permission to a user group. Then I hard code the link in a post like this:
When a user in this group clicks on the hyperlink created by the above code, I expect them to be able to download the file. But they get this error message instead:
Quote:
Sorry - there is nothing here to show you (no permission, all entries hidden, etc)
How is this supposed to work? I don't want my users doing searches, I want every link to be hard coded in a post.
OK, I think I am misunderstanding the how the can_view_hidden setting works. I grant this permission to a user group. Then I hard code the link in a post like this:
When a user in this group clicks on the hyperlink created by the above code, I expect them to be able to download the file. But they get this error message instead:
How is this supposed to work? I don't want my users doing searches, I want every link to be hard coded in a post.
As you say, wrong permission - entries can be 'hidden' (explicitly or e.g. by post-dating them) - and *can_view_hidden* controls whether the usergroup can see these hidden entries or not.
I think the permission to use is *can_access_link* (with 2.2.9, or - required with earlier versions - the forums based permissions system)
Also your url in the forum should be ..php?action=jump&... to take authorised users directly to the download and unauthorised users to an error. Otherwise, users without the permission will simply get to see the usual LDM page with an entry with no hyperlink.
hi Andrew,
for some reason (which i don't know) i'm not able to edit any categories
getting this message:
ADD: this happens also when i try to add a category
have you got all the latest RC code and templates installed or have you patched any of the standard LDM templates?
The error is generated by the latest vbulletin code when a form does not have the correct CSRF security token. I added all these tokens in the latest templates.
For some reason my flv and xml links wont play in IE7, they only download when I click the link. Is there anything special I need to do to get it working in IE7? (works fine in FireFox)