Version: 2.2.8, by AndrewD
Developer Last Online: Apr 2010
Category: Major Additions -
Version: 3.6.x
Rating:
Released: 06-18-2006
Last Update: 02-03-2008
Installs: 661
DB Changes Uses Plugins
Additional Files Translations
No support by the author.
Version 2.3.0 of LDM is now the official release. This works with both VB3.7 and VB3.8. You can obtain it here
Version 2.2.8 remains available here, with limited support.
04.02.08: patch-cat.xml 'extra' uploaded - see first post for information
27.10.07: Version 2.2.8-post1 uploaded
French translation of product installer uploaded (other language translations are in the main release zip)
Remember to back up your current database tables before upgrading.
What this is and does
LDM is a general-purpose link and file manager, which handles user uploads and downloads in a flexible way. A range of media players is integrated into LDM and others are included as plugin extras. LDM is described below in the first post of this thread, which also contains a brief list of the currently-known bugs.
This release of LDM works correctly with all VB versions 3.6.x and recent versions of vbadvanced.
Yes thank you. It is essential for my site. Any idea when this feature will be available? I don't want to sound pushy, merely inquiring.
I'm part way through with 2.2.8, but am in the busiest part of the year as far as my main job is concerned. I can probably code your request this weekend - but will have to decide whether to honour the commitment to add some other features in 2.2.8 (in which case, release of everything is a few weeks away) or not (in which case I can probably do an update in a couple of weeks).
Hi Andrew, do you remember the download allowance problem I mentioned before?
I edited local_links.php file, moved these codes
PHP Code:
// Use filesize recorded in database to check that user has sufficient allowance to complete the download
$allow = check_user_allowances($linksize, $linkid);
if (!$allow['can_download']) {
eval(standard_error($allow['errormessage']));
exit;
}
before these codes
PHP Code:
if (!$links_permissions["can_access_link"]) {
ldmjump_access_error();
exit;
}
I see this description of RSS feeds in your wish list:
Does this cover implementing the RSS feeds of flash video sites(google video et al) to get the video's in the desired feeds to play in the jukebox, with the flash video add on?
If not, can you please add this request to your wish list?
Quote:
Originally Posted by Slave
That was one of my wishes Alfa1
I was thinking more along the lines of just links ..
It would use the RSS feeds of flash sites in a similar way that vbulletin's RSS Feed Manager turns feeds into threads. But instead video entries in LDM would be created.
Andrew, Could you please consider adding this feature to the wish list?
m8 why wont it wrap the descriptions of the download files
It's very difficult to fix problems with only a partial description of what's going wrong, without access to your site. Sorry. Maybe you want to got to LDM/admin/imprt and export and do an xml export of your LDM database? I could take a look at that.