The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Links and Downloads Manager Details »» | |||||||||||||||||||||||||||||
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
Show Your Support
|
Comments |
#242
|
|||
|
|||
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.
|
#243
|
||||
|
||||
Thanks for responding so fast!
Quote:
Quote:
Quote:
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. |
#244
|
|||
|
|||
Sorry, I jumped to conclusions too quickly.
Quote:
Quote:
Code:
<tr align="center"> <td class="tcat" align="center" colspan="2"> $viewcatname </td> </tr> 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. |
#245
|
||||
|
||||
Thank you Andrew! I'm all set now!
|
#246
|
|||
|
|||
Quote:
|
#247
|
|||
|
|||
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? |
#248
|
|||
|
|||
Quote:
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. |
#249
|
||||
|
||||
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. |
#250
|
|||
|
|||
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: Code:
Parse error: syntax error, unexpected ')' in /x/x/x/x/home/forum/includes/local_links_include.php(1932) : eval()'d code on line 642 They have very nice screen shots and it for free. Thanks Christian |
#251
|
|||
|
|||
Quote:
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: Code:
$path = ldm_make_filename($links_defaults['upload_dir'], $my_webdir); $fullpath = ldm_get_local_filename($path); require_once(DIR . '/includes/functions_file.php'); ldm_create_directory($fullpath, $links_defaults['secure_nullindexfile'])) { Code:
ldm_create_directory($fullpath, $links_defaults['secure_nullindexfile']); That should do it. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|