Register Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
Links and Downloads Manager Details »»
Links and Downloads Manager
Mod Version: 2.2.8, by AndrewD (Coder) AndrewD is offline
Developer Last Online: Apr 2010 I like it Show Printable Version Email this Page

vB Version: 3.6.x Rating: (151 votes - 4.72 average) Installs: 662
Released: 19 Jun 2006 Last Update: 04 Feb 2008 Downloads: 8637
Not Supported DB Changes Uses Plugins Additional Files Translations  

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.

Documentation, screen shots, etc, are provided as a Wiki at http://www.eirma.org/wikis/index.php...nloads_Manager

Thank you to everyone who has tested, given suggestions, helped with the translations, etc.

Download Now

Only licensed members can download files, Click Here for more information.

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • If you like this modification support the author by donating.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Similar Mod
Mod Developer Type Replies Last Post
Links and Downloads Manager AndrewD vBulletin 3.7 Add-ons 2046 17 Oct 2011 05:07
Links and Downloads Manager AndrewD vBulletin 3.5 Add-ons 2467 08 Apr 2010 16:24
[YouTube] Integration with Links & Downloads Manager (LDM 2.2.6) |oR|Greg vBulletin 3.6 Add-ons 41 26 Nov 2008 14:56

  #76  
Old 06 Aug 2006, 05:09
cvn cvn is offline
 
Join Date: May 2006
Originally Posted by AndrewD
Difficult! Please can you make a backup of the LDM database tables (use the VB admin/maintenance - they start with the name local_links) and email this t me at ad_rodin at noos.fr

thanks
Thank you AndrewD! I've just backed up the tables and emailed to you. Kindly have a look! Thank you again!
Reply With Quote
  #77  
Old 06 Aug 2006, 05:41
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
just installed and working fine so far. I like how the links are presented, and there seems to be alot of functionality, statistics etc.

I dont like much the presentation of the editing pages, and some weird fields like "Review frequency" and other strange options, which my members will sure scratch their heads. Seems a little user unfriendly, but other then that its good.

40 pages of phrases to translate makes me sad too :/

this seems the best links manager I seen on these forums yet
Reply With Quote
  #78  
Old 06 Aug 2006, 06:02
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Real name: Andrew
Originally Posted by Dream
just installed and working fine so far. I like how the links are presented, and there seems to be alot of functionality, statistics etc.

I dont like much the presentation of the editing pages, and some weird fields like "Review frequency" and other strange options, which my members will sure scratch their heads. Seems a little user unfriendly, but other then that its good.

40 pages of phrases to translate makes me sad too :/

this seems the best links manager I seen on these forums yet
You can turn off many of those options on the edit pages by removing permissions on the LDM admin pages.

What language are you translating into?
Reply With Quote
  #79  
Old 06 Aug 2006, 06:13
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
oh Ill do that, thanks for the reply

portuguese, if I ever finish it Ill send you the translation
Reply With Quote
  #80  
Old 06 Aug 2006, 07:49
Neal-UK's Avatar
Neal-UK Neal-UK is offline
 
Join Date: Feb 2004
Real name: Neal
How can i upload an movie or something, keep getting an error that it's not an acceptable file format when it is.....
Reply With Quote
  #81  
Old 06 Aug 2006, 08:31
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Real name: Andrew
Originally Posted by Neal-UK
How can i upload an movie or something, keep getting an error that it's not an acceptable file format when it is.....
LDM will only accept as uploads filetypes that are defined in the VB attachments table (VB->admin->attachments), for which mimetype data are given. You can also restrict the VB list by providing a shorter list in the LDM admin upload settings but you cannot add a filetype there which is not in the main VB list.
Reply With Quote
  #82  
Old 06 Aug 2006, 08:49
Neal-UK's Avatar
Neal-UK Neal-UK is offline
 
Join Date: Feb 2004
Real name: Neal
I get you, no problem.

Can I just say what an excellent mod this is too!
Reply With Quote
  #83  
Old 06 Aug 2006, 11:08
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Real name: Andrew
Originally Posted by cvn
Thank you AndrewD! I've just backed up the tables and emailed to you. Kindly have a look! Thank you again!
Sorted.

For anyone who might have similar problems, need to use the function htmlspecialchars_uni() consistently, instead of htmlspecialchars()

Will be fixed in next upload.
Reply With Quote
  #84  
Old 06 Aug 2006, 15:27
cvn cvn is offline
 
Join Date: May 2006
Originally Posted by AndrewD
Sorted.

For anyone who might have similar problems, need to use the function htmlspecialchars_uni() consistently, instead of htmlspecialchars()

Will be fixed in next upload.
Thanks so much Andrew for your great support!
Reply With Quote
  #85  
Old 07 Aug 2006, 00:39
TomasDR TomasDR is offline
 
Join Date: Feb 2006
I am getting an error in my apache logs.

[client 1.2.3.4] PHP Notice: Undefined index: HTTPS in /xxx/forum/includes/class_core.php on line 1566, referer: http://xxx/forum/local_links.php?catid=2&linkid=298
Everything seems to be working fine except on the first uploaded picture it picked up a comment from an older entry.

I removed all mods before upgrading to 3.6, including this mod. The installed the new version.

Any thoughts?
Reply With Quote
  #86  
Old 07 Aug 2006, 05:07
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Real name: Andrew
Originally Posted by TomasDR
I am getting an error in my apache logs.

Any thoughts?
The apache error is reporting use of an unset array element in the depths of the VB code. Perhaps it should be reported to the VB folks themselves - as far as I can see, it is not connected with LDM nor serious.

Edit: There are many unset variables in the vb code (and a few in LDM) which will get reported in the Apache error log depending on the error settings in your php.ini/httpd.conf files. They are not generally serious, since php autocreates variables when it needs them.

Last edited by AndrewD : 07 Aug 2006 at 05:56.
Reply With Quote
  #87  
Old 07 Aug 2006, 10:34
synn synn is offline
 
Join Date: Nov 2004
This is a great mod! Is there anyway to have the artist photo included on the embedded jukebox page?
Reply With Quote
  #88  
Old 07 Aug 2006, 10:42
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Real name: Andrew
Originally Posted by synn
This is a great mod! Is there anyway to have the artist photo included on the embedded jukebox page?
Yes. In the 'extras' directory in the release zip, there is an add on called 'id3-handles'. If you install this, it will automatically display the embedded album cover art from any mp3 that is being played.
Reply With Quote
  #89  
Old 07 Aug 2006, 13:09
jluerken's Avatar
jluerken jluerken is offline
 
Join Date: Aug 2003
Location: Germany
Question

1. Thumbnails or larger thumbnails are not shown in my installation.

If I click on the thumbnail image I get a white new page with this
http://www.domain.com/forum/local_resize.php?pic='forum/ldm_uploads/imageuploads/577811549553177430.jpg'&size=600
instead of the resized image.
__________________
Ciao jluerken

Last edited by jluerken : 07 Aug 2006 at 14:31.
Reply With Quote
  #90  
Old 07 Aug 2006, 19:24
sduckie2k5 sduckie2k5 is offline
 
Join Date: Oct 2005
Will this new version work on vb 3.54? Thanks
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Mod Options

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Jump


New To Site? Need Help?

All times are GMT. The time now is 06:03.

Layout Options | Width: Wide Color: