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. 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
|
Comments |
#1522
|
||||
|
||||
I like the new admin interface in LDM 2.3.0 - particularly then new layout for linkbits/catbits and the new page for LDM Plugins.
Suggestion: on the LDM Plugins page, can you provide a function to delete selected extra LDM mods - some of them have 10+ plugins so it would save time, especially when testing. Instead of deleting each plugin individually, I'm currently using Mysql directly to delete them at once with one statement. Note: You'll probably have to update the LDM Plugins page to support the LDM Extras Plugins product/script (to allow updating LDM without requiring reinstalling LMD extra plugins) that I sent you. |
#1523
|
||||
|
||||
I have 2 bugs to report for LDM 2.3.0-beta1 used in VB 3.8.0-beta1:
1. Shadowbox shows the thumbnail and not the original image for entries with thumbnails that are different from the original image. 2. Clicking on a category name pops up its description instead of linking the user to the category entries listing page. I believe in LDM 2.2.9-post1, the description pops up only when clicking on the arrow. Since the category name doesn't link to the category entries listing page, the user if forced to use the category jump menu (if enabled) or go to LDM's home page. |
#1524
|
||||
|
||||
Features Request for next LDM version:
1. Auto tagging using entry’s title 2. Domain Blacklist for link entries 3. Multiple Links Domain Whitelist – enable whitelist for domains that can have multiple link entries 4. allow animated gif’s to be used as thumbnails Just wanted to submit some ideas, but I know you're busy Andrew with fixing/ updating LDM 2.3.0 to release a stable version. Thanks for all your contributions |
#1525
|
|||
|
|||
Quote:
Differences between 2.2.9 and 2.3.0 versions of includes/local_links_player.php are minor. - master_settings is renamed ldm_master_settings - protocol_schemes is renamed ldm_protocol_schemes - call to ldm_get_mimetype replaced by called to ldm_known_filetype - calls to vb function iif(x,y,z) replaced by ternary (x ? y : z) - default howtostream in function get_ldm_playerbit() includes code to handle optional security tag and vbulletin session id Differences between ldm_get_entrybits() are major, and transplanting the code will certainly break a number of other features. |
#1526
|
||||
|
||||
Thanks for the update Andrew. Hopefully, we can figure out the exact code that's causing the problems for those 2 plugins.
Were you testing JWPlayer with Flash 10? Someone earlier mentioned that may be an issue.... probably not, but don't know (BTW, I'm using Flash 10). |
#1527
|
|||
|
|||
Quote:
The cat_desc_popup bug requires a small template edit (links_catbit) - change: Code:
<td align="$stylevar[left]" valign="middle" id="catfull$catid"> <span class="smallfont"> <if condition="$catnew"> <strong><a href="$catseo">$catname</a></strong> <else /> <a href="$catseo">$catname</a> </if> </span> <if condition="$links_defaults[cat_desc_popup] and $cattext"> <script type="text/javascript"> vbmenu_register("catfull$catid"); </script> </if> </td> Code:
<td align="$stylevar[left]" valign="middle"> <if condition="$links_defaults[cat_desc_popup] and $cattext"> <div id="catfull$catid" style="float:$stylevar[left]"><script type="text/javascript"> vbmenu_register("catfull$catid"); </script></div> </if> <span class="smallfont"> <if condition="$catnew"> <strong><a href="$catseo">$catname</a></strong> <else /> <a href="$catseo">$catname</a> </if> </span> </td> |
#1528
|
|||
|
|||
I can't add an categorie with this file. When I add a categorie, I have a page empty and the categorie is not added.
|
#1529
|
|||
|
|||
Can anyone help me with my thumbnails issue stated on the previous page?
|
#1530
|
|||
|
|||
When you create the entry using the add/edit entry form, fill in the image field with the (local) url of the image file you want to use. It will still create independent thumbnail files for each entry, but these files are usually small by comparison with the master image.
|
#1531
|
|||
|
|||
Quote:
Which options are you selecting on the add category form. Also, try turning off 'GZIP HTML Output' option on vb/admincp/options/cookies and http headers |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|