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 |
#1022
|
|||
|
|||
i have issue with :
The Image Resizer. Powered with Lytebox / Highslide / Lightview / and many more! i use in description of some entries : and the image which should use this hack to show in the fullbage it will open in another page how to make it use this hack as threads and other addon that i use on them [img] any help plz |
#1023
|
|||
|
|||
Quote:
I have a template that reminds the google link layout but with a site thumbnail all within a fieldset... so a text like: hello this is a red bold, italic text with smiley is acceptable.. But a description containing [ html ], [ php ] or [ CODE ] or [ QUOTE ] tags can really break the layout. also if i limit the description lenght to lets say 500 chars.. and in editor there is a long quote ... it will get truncated in the middle of the [ quote ]... i thought of a fix.. but maybe you have a better idea. 1. replace the editor with quickreply (but add smilies as dropdown or below like here in normal editor) 2. do a preg or str _replace to remove unwanted tags... (its not that users will use those tags by inadvertance.. but some really want to break layout) Felix.. |
#1024
|
|||
|
|||
Is there a way to sort the categories in descending order (from Z to A)? I could not find any setting for this in the admin panel or a hack in this thread.
Thanks! -Nino |
#1025
|
|||
|
|||
I think you must add an order to the categories, that's how i ordered mine ^^,
|
#1026
|
|||
|
|||
Hi Andrew,
When clicking on a link in the 'Who's Online' Display, for example linking to a media file being played by a user, this link should go directly to the embedded file in LDM, ie. it should go to the page which uses the 'link_play_embedded' template, so users should be able to immediately start playing the media. Currently, what happens is that the link in 'Who's Online' redirects to an intermediate page which uses the 'links_main' template, and this page is unable to play the media file directly. The user is required to click on the filename on this page again to be taken to the correct 'links_play_embedded' template. The 'links_main' template being used in the intermediate page also causes another problem. The 'extended description' of the category in which the entry is in becomes displayed under the filename in this page, even though the page is displaying information about the media file and not the category. These problems would be solved if we could get rid of the intermediate redirecting page, which to me is rather unnecessary, and would mean that users are taken directly to the embedded media file from the 'Who's Online' display. Can you please let me know if it's possible to do this? |
#1027
|
|||
|
|||
I tried that but doing it puts seperators between the categories and it doesn't look good to me.
|
#1028
|
|||
|
|||
Quote:
If you want to go the display_order route,you can get rid of the horizontal line by clearing the links_linkseparator template |
#1029
|
|||
|
|||
This works for me! Thanks!
|
#1030
|
|||
|
|||
I'm trying to limit members with 0 posts to only be able to download 1 file until they have posts.
I'm using the limitaccess_byposts but no matter what I put in limitaccess_byposts_bytesavail it always says: Sorry, you do not have sufficient download allowances available at the moment Allowances: 1 files/0 used, 1 bytes/0 bytes used Access is limited until you have posted 1 times Current post count: 0 |
#1031
|
|||
|
|||
Quote:
Go to vb/admincp/products and plugins/plugin manager Edit the plugin Links and Downloads Manager - Limit allowances of users with low post counts attached to hook ldm_prcheck_user_allowances Change the line Code:
$allow['bytesavail'] = ldm_decode_bytes($links_defaults['limitaccess_byposts_bytesenable']); Code:
$allow['bytesavail'] = ldm_decode_bytes($links_defaults['limitaccess_byposts_bytesavail']); |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|