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 |
#42
|
||||
|
||||
I am running the latest versions of the vba modules: ldm_new_thumb, ldm_new and ldm_new_media.
In LDM_new a number is displayed after each name, to denote the number of hits. how do I remove this? In ldm_new_thumb: Is there anyway to display the file title under the thumb? I would like to show off my video directory on a vba portal with ldm_new_media.
|
#43
|
||||
|
||||
For my video categories, I am using the fotoalbum linkbit. I have installed the JW Player extensions. How do I enable videos to play inline in the fotoalbum linkbit?
Is there a way to have the text $linkimglink move to a new line if it is longer than X characters? Similar to done on youtube here. I would like to add a feature request: The possibility to add multiple url's / files to one entry. Often video's consist out of multiple segments/parts. Currently the only solution is to add the urls for part 2,3,4,etc in the description field. This excludes it from LDMs link check functions. |
#44
|
|||
|
|||
Quote:
|
#45
|
||||
|
||||
Quote:
Code:
<div style="float:right"><span class="smallfont">$linkhits</span></div> Quote:
Code:
<div class="smallfont">$linkshortname</div> Find the line: Code:
$order = "linkdate DESC "; Code:
$cutoff = TIMENOW - 24*60*60*$GLOBALS['links_defaults']['days_seen_on_portal']; $filter[] = "link.linkdate>$cutoff"; I downloaded a test vp6 video (https://flix.on2.com/samples/on2tm_640.flv) and installed it in LDM. It plays fine through the JW player, both via the jukebox and inline. However, there seem to be a series of debates/problem reports on the longtail video site about problems with vp6 flash videos and the JW player. Quote:
Quote:
?? |
#46
|
|||
|
|||
Quote:
Quote:
Quote:
|
#47
|
||||
|
||||
thank you! Thats a lot of improvements I have now implemented.
Quote:
vp6, dailymotion, livevideo and liveleak videos do not play embedded for me. In ldm_new_media or ldm_hot_media latest or popular videos can be displayed. They play embedded on the vba portal page. Some videos do not play embedded, so only a title is displayed. The videos that do play embedded show up very large. As if the size is set to 100%. How and where do I set the size of the video player to a maximum limit? Quote:
Quote:
About 10% of my videos that do play embedded on the jukebox, do not display a thumb. Is there anyway to generate these? Do you know where I can find icons for file extensions? I am in need of: .djvu .mol .torrent .mpg |
#48
|
|||
|
|||
I'm running into a blank white page issue on local_links.php, but only when there is a child forum for whatever category I'm viewing. For instance, Home category works fine until I add a category, and that added category is fine until I add a child to it, at which point it turns into a blank page.
I checked out the other issues in your mods' threads, but those blank page issues didn't seem to be like mine. I'm running vB 3.8.2 (and LDM 2.3.0, I might add), plus I've disabled all other modifications and reverted to the default style, but the problem still persists. No one else seems to be having any trouble, so it's probably something to do with my setup... Any suggestions on where to start? Thanks in advance, and amazing mod by the way! UPDATE #1: When I disable the Category Display from the Settings page, local_links.php starts working, so it appears that it's just something to do with that. I tried both tabular and brief, and neither allows anything but a blank page. UPDATE #2: It seems that uploading an entry to a category also causes that category (which was previous working) to mess up. Looks like for whatever reason, my cat and entry bits cause things to go wonky... |
#49
|
|||
|
|||
Hey Andrew,
I need the variable for entry links that are in links_linkbit (Modern Template). Right now I can only use $linkurljump which contains both title and url, but I only need the URL and not the title. i tried $linkurllink, but it didn't help. it's an empty varible. Is there a variable to differentiate between Entry titles and urls? Thank you |
#50
|
|||
|
|||
Quote:
One way to check this (assuming your server configuration allows it) is to create a plugin to allow you to use more memory. Go to vb/admincp/products and plugins/add new plugin, and create a new plugin with the following settings: hook location: global_start title: debug plugin php code: ini_set('memory_limit', '16M'); active: yes If the memory limit is the problem, you should ask your host provider to change the default limit to, e.g., 16M or 24M. Am happy to take a look at your board if you need further help, but will require full admin access. |
#51
|
|||
|
|||
Quote:
hook location: ldm_linkbit_create code: PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|