![]() |
|
Mod Options |
![]() |
|||||||||
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. Please use carefully and always backup your database before upgrading. Post reports of problems and suggestions for enhancements in this thread. You can also find extensive discussion of this mod in the VB3.7 mods section. 14.06.09 Version 2.3.0 is the the officially-supported version. Works with 3.7 and vb 3.8. 14.02.10 Post-1 version uploaded with minor bug fixes, including dealing with PHP 5.2.12 Staff Note: Sadly, Andrew D, the developer of the Links and Downloads Manager has passed away after a long period of illness. Download Now Only licensed members can download files, Click Here for more information. Show Your Support
|
![]() |
||||
Mod | Developer | Type | Replies | Last Post |
Major Additions Links and Downloads Manager | AndrewD | vBulletin 3.7 Add-ons | 2047 | 26 Jun 2016 22:11 |
Major Additions Links and Downloads Manager | AndrewD | vBulletin 3.6 Add-ons | 3066 | 09 Aug 2013 18:56 |
Links and Downloads Manager | AndrewD | vBulletin 3.5 Add-ons | 2467 | 08 Apr 2010 17:24 |
#241
|
|||
|
|||
Updated code
I've uploaded an update to this version, which corrects the reported error with PHP 5.2.12 and a few other minor bug fixes. No major changes made, and none planned - development has switched to the vb4.0 code.
No members have liked this post.
|
#242
|
||||
|
||||
Thanks for responding so fast!
Originally Posted by AndrewD
I'm pretty sure I haven't added any special add-ons to LDM nor to vB besides LDM. When I go to the LDM admin console I can't find any reference to "pageinfo_message". If I do have it installed then where would I find the value to edit it?![]()
The first area I want to edit can be viewed at http://www.spellquizzer.com/communit...ks.php?catid=1. The text area I want to edit is the light blue inside box that has the following text" SpellQuizzer spelling lists that have been exported to an .sqexp file and can be imported into SpellQuizzer. Only one spelling list per export file please.The second text area I want to change is at http://www.spellquizzer.com/communit...ddlink&catid=1. Unfortunately, you need to be signed in to my forum to view that page. But the text I want to change is the heading of the form for uploading files. The current text reads "User Uploaded Spelling Lists" which isn't really right since this is a form for uploading lists, not browsing existing lists. I'm thinking this may be a category title I somehow set previously and that it has to be the same for both the page where existing entries are listed as well as the upload form. It would be nice if I could have different headings for those two pages since they are functionally different (one for browsing/downloading while the other is for uploading). Feel free to register with the forum to be able to view the page (though I'll of course understand if you don't want to) I'm referring to here. No members have liked this post.
|
#243
|
||||
|
||||
Sorry, I jumped to conclusions too quickly.
Originally Posted by Zookie
This is the "extended description" for the category, which is changed by going into "Edit Category".![]()
Originally Posted by Zookie
As you say, this header is simply the category name. You could change it (if you really want to - beware that you will then need to remember you made the change if you upgrade) by editing the links_addnewlink template. Find the sequence that reads:![]()
and replace $viewcatname by whatever text you want. I think that a better (cleaner) solution will be to leave this title alone and set the "use_instructions" for the category by going to Edit Category/Control Settings. The text you enter there will appear immediately under the title. No members have liked this post.
|
#244
|
||||
|
||||
Thank you Andrew! I'm all set now!
No members have liked this post.
|
#245
|
|||
|
|||
Originally Posted by AndrewD
That helped, i was having that issue after moving another site ![]()
![]() No members have liked this post.
|
#246
|
|||
|
|||
Very interesting, I might change from my current file manager to this.
However, as I have about 700 or so files to transfer, does this offer some sort of import feature which I can use to avoid having to enter in each file 700 times? If not, what other alternatives is there within this mod that will help me achieve this? Also, is it possible to have one directory for each category on the server? No members have liked this post.
Last edited by j1mmy; 06 Mar 2010 at 23:26. |
#247
|
|||
|
|||
Originally Posted by j1mmy
There are several options that you may find useful:![]()
a) You can set up LDM to carry out automatic synchronisations of directories and categories. This will bring in all your existing entries and maintain the directory/category alignment. It will not automatically name/describe all your entries, but see c). b) You can create and import an xml file describing the database you want to set up, including entry names, descriptions, urls, etc. c) You can also update the names/descriptions of a synchronised database via an xml file. There is some explanation of these steps in the online wiki. No members have liked this post.
|
#248
|
||||
|
||||
In my forum, I have subforums that are really links to a LDM category. These subforums list the latest entry. The width of this listing is very narrow, which makes titles to be spread over several lines. This looks very ugly.
Is there a way to control this and make it wider? Or alternatively turn it off? A small bug/inconsistency: the number of files in a category are listed, but not the number of comments. It seems that the number of files belongs in the 'threads' column, while the number of comments belongs in the 'posts' column. Currently the number of files is listed in the 'posts' column. No members have liked this post.
|
#249
|
||||
|
||||
Hi,
I do have problems to get webthumbs runnig. Easywebthumbs is working. Normal Upload is working Thumbnails for Uploaded Photos is working. Directory is set to 777 But whatever i edit with the webthumbs plug in enabled give me a error:
Or have anyone an Idea how to use http://fadeout.de/ for that. They have very nice screen shots and it for free. Thanks Christian No members have liked this post.
|
#250
|
||||||||||||
|
||||||||||||
Originally Posted by CThiessen
Christian, there's a coding bug in the plugin, which had been there for some time but no-one had noticed.![]()
You can fix it easily as follows: - go to vb/admincp/products and plugins/manage plugins - edit the plugin called "Links and Downloads Manager - Use BlugaNet WebThumb to autoimage a site" which is atached to hook ldm_link_autoimage - go almost to the end of the code (it's quite long) and find the sequence:
and change the last of these lines to
- Save That should do it. No members have liked this post.
|
#251
|
|||
|
|||
Hi,
thanks for the fast response. I am not a coder but if I take out the beginning "{" should i take out everything until the closing "}"? I took out only the second ")". At least i do have not an error but also no thumbnail. Christian No members have liked this post.
|
#252
|
|||
|
|||
Originally Posted by CThiessen
If you're not getting an error, you've probably got the fix right. Just to be clear, on the last of the lines, you're changing ")) {" to ");".![]()
I've just retested the plugi on my test site and it seems to work fine. The thumbnail is created at the moment you add or edit the entry. If you want, I'll take a look at your site to check if I can see any problem - will need an account with vb admin privileges. No members have liked this post.
|
#253
|
||||
|
||||
Hello Andrew
I have used LDM for years and I love it, now I have a couple of questions How do I know if notifications are sent to the users (who have downloaded the link) when the link is edited? If I have created the link and downloaded the file afterwards, do I get an email notification as well? No members have liked this post.
|
#254
|
|||
|
|||
Originally Posted by Ipuck
Hi there - good to hear from you again ![]()
![]() LDM does not send email announcements when a link is edited. Is this an important feature? (it might get added in the vb 4 version if there is a real need) - but be aware that this could cause a serious performance hit with sites where there is a lot of user access, because it can only work if LDM's records of downloads are kept permanently in the database. No members have liked this post.
|
#255
|
||||
|
||||
Originally Posted by AndrewD
Hello Andrew![]()
Thank you for taking the time to response. I get it now. Since the number of hits gets very large (over 10,000 every week) I erase all the hits weekly and that's the reason LDM is no longer sending the notifications. Hit erase=no notification. I wasn't sure how LDM worked and I was worry it was going to overload my server every time a link was updated. I only have 1k emails per day. Thanks again and I hope you feeling better now. No members have liked this post.
|
![]() |
«
Previous Mod
|
Next Mod
»
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Mod Options | |
|
|
New To Site? | Need Help? |
All times are GMT. The time now is 14:49.