Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
Links and Downloads Manager Details »»
Links and Downloads Manager
Version: 2.3.0, by AndrewD AndrewD is offline
Developer Last Online: Apr 2010 Show Printable Version Email this Page

Category: Major Additions - Version: 3.7.0 Rating:
Released: 12-24-2007 Last Update: 06-13-2009 Installs: 576
DB Changes Uses Plugins
Re-useable Code Additional Files Translations  
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #1512  
Old 10-24-2008, 04:13 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by IrPr View Post
Suggestion:

septare allow_html directive for entry desc and comments in admin settings to avoid HTML Allowed comments when descriptions needs to be
good point - will do.
Reply With Quote
  #1513  
Old 10-24-2008, 04:19 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by skokarl View Post
Hallo AndrewD,

I have a error with the IE ....

excuse my bad english .....

on the start page from your addon IE has a error symbol on the left side/bottom:

after klick ...

the windows says :
problems

Code:
zeile : 12 ( line )
zeichen : 1604
fehler : unerwarteter Aufruf oder Zugriff
code : 0
http://xxx.xxx.xxx.xxx/forum/local_links.php
it is a xampp installation,... I think there is something with the path ...?

thanks ..
Have you turned on the ldm setting cat_desc_popup? There is a javascript bug with this option in 2.2.9. Sorry.
Reply With Quote
  #1514  
Old 10-24-2008, 05:19 AM
skokarl skokarl is offline
 
Join Date: Apr 2005
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
Have you turned on the ldm setting cat_desc_popup? There is a javascript bug with this option in 2.2.9. Sorry.
AndrewD, you are the best. THANKS.
and please don't say sorry ... the tool is sooo great.
Reply With Quote
  #1515  
Old 10-24-2008, 08:16 AM
skokarl skokarl is offline
 
Join Date: Apr 2005
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think my "more" function in the description doesn't work ..

when ich have a long description, there ist the text with ... at the end.
when I klick it .... nothing happens ... ??
Reply With Quote
  #1516  
Old 10-24-2008, 11:33 AM
abdelghani68 abdelghani68 is offline
 
Join Date: Oct 2007
Location: France
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
As IrPr says, it was a missing check within the database access. Use the attached file for includes/local_links_actions.php

NB: other - this is for ldm 2.3.0 only - not 2.2.9




does the comment actually contain some text? blank comments are not counted.
Thanks for this file, I haven't now an error in the data base but :

If I want to modified or delet a comment, when I clic in valid, I have a page empty (and the comment is not modified, or isn't deleted if I clic in delet).

the comment that I add is with text.

thanks
Reply With Quote
  #1517  
Old 10-24-2008, 02:00 PM
vbboarder's Avatar
vbboarder vbboarder is offline
 
Join Date: Jun 2008
Location: Silicon Valley, CA
Posts: 417
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed both LDM 2.3.0-beta1 and VB 3.8-beta1 and reverted all LDM templates. LDM's general functions seem to be working properly, but I've haven't tested all functions or even tested thoroughly. Unfortunately, LDM's 2 best mods are not working correctly.

1. The inline 2.3.0 JWPlayer does not work with LDM 2.3.0 and VB 3.8 - the inline players do not even show up in both IE7 & FF2. So I reverted back to the 2.2.9 JWPlayer and debugged it. A temporary workaround is to substitute the ldm_get_entrybits function from LDM 2.2.9-post1 into the 2.3.0-beta1 /includes/local_links_include.php file. There's one change you need to do in that file to get JWPlayer to work - find $musicbox_seo and change it to: $musicbox_seo = ldm_seo_url("play", $linkcatid, $linkid, 0, $pagenumber);
I wouldn't be surprised if the ldm_get_entrybits substitution would cause some other feature not to function. Andrew, can you please let me know what code in that function I need to change in the 2.3.0-beta1 local_links_include.php so the JWPlayers can work correctly?

2. I can not get the 2.3.0 Shadowbox to work with LDM 2.3.0 & VB 3.8 in both IE7 & FF2. So I reverted back to the 2.2.9 Shadowbox and debugged it. A temporary workaround is to use the 2.2.9-post1 local_links_players.php file with LDM 2.3.0. There's one change you need to do in that file to get Shadowbox to work - change all occurrences (4) of $master_settings to $ldm_master_settings. Andrew, can I continue to use the 2.2.9-post1 local_links_player.php in the LDM 2.3.0 installation or will that cause some conflicts with other features?
Reply With Quote
  #1518  
Old 10-24-2008, 02:25 PM
Ninosport Ninosport is offline
 
Join Date: Jan 2006
Location: Houston, TX
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've got Links & Download Manager installed as well as the flash-site plugin for posting YouTube videos. Many of my forum members use Photobucket for video hosting and I'd like to know if anyone has a plugin to make it work like YouTube? Or, if there are general instructions on how I can create my own code, I can give that a shot also.

Thanks,
-Nino

Edit: Well I opened the php file that has the guts of how this plugin handles url from different sites and making my own code is out of the question - way out of my league.
Reply With Quote
  #1519  
Old 10-24-2008, 03:38 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vbboarder View Post
I installed both LDM 2.3.0-beta1 and VB 3.8-beta1 and reverted all LDM templates. LDM's general functions seem to be working properly, but I've haven't tested all functions or even tested thoroughly. Unfortunately, LDM's 2 best mods are not working correctly.

1. The inline 2.3.0 JWPlayer does not work with LDM 2.3.0 and VB 3.8 - the inline players do not even show up in both IE7 & FF2. So I reverted back to the 2.2.9 JWPlayer and debugged it. A temporary workaround is to substitute the ldm_get_entrybits function from LDM 2.2.9-post1 into the 2.3.0-beta1 /includes/local_links_include.php file. There's one change you need to do in that file to get JWPlayer to work - find $musicbox_seo and change it to: $musicbox_seo = ldm_seo_url("play", $linkcatid, $linkid, 0, $pagenumber);
I wouldn't be surprised if the ldm_get_entrybits substitution would cause some other feature not to function. Andrew, can you please let me know what code in that function I need to change in the 2.3.0-beta1 local_links_include.php so the JWPlayers can work correctly?

2. I can not get the 2.3.0 Shadowbox to work with LDM 2.3.0 & VB 3.8 in both IE7 & FF2. So I reverted back to the 2.2.9 Shadowbox and debugged it. A temporary workaround is to use the 2.2.9-post1 local_links_players.php file with LDM 2.3.0. There's one change you need to do in that file to get Shadowbox to work - change all occurrences (4) of $master_settings to $ldm_master_settings. Andrew, can I continue to use the 2.2.9-post1 local_links_player.php in the LDM 2.3.0 installation or will that cause some conflicts with other features?
I'm surprised by these reports, because these features were what I spent most time checking immediately before the release. I know that the inline player does not work with additional attributes, but both it and the shadowbox features were working fine with IE 7 and FF 3 with vb 3.7.

Anyway, I'll take another look and let you know what I find.
Reply With Quote
  #1520  
Old 10-24-2008, 03:54 PM
ShawnV's Avatar
ShawnV ShawnV is offline
 
Join Date: Mar 2005
Posts: 270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
I'm surprised by these reports, because these features were what I spent most time checking immediately before the release. I know that the inline player does not work with additional attributes, but both it and the shadowbox features were working fine with IE 7 and FF 3 with vb 3.7.

Anyway, I'll take another look and let you know what I find.
Ditto on the 2.3.0 Shadowbox problem,

As for the JWPlayer, it may be the new Adobe Flash Player 10 requirements, Wimpy had to be updated to work after updating from Flash Player 9.


Note: your "Wimpy" extras may need to be updated also to work with the new Wimpy registration codes and flash player 10 requirements.


_V
Reply With Quote
  #1521  
Old 10-24-2008, 07:55 PM
vbboarder's Avatar
vbboarder vbboarder is offline
 
Join Date: Jun 2008
Location: Silicon Valley, CA
Posts: 417
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
I'm surprised by these reports, because these features were what I spent most time checking immediately before the release. I know that the inline player does not work with additional attributes, but both it and the shadowbox features were working fine with IE 7 and FF 3 with vb 3.7.

Anyway, I'll take another look and let you know what I find.
Quote:
Originally Posted by ShawnV View Post
Ditto on the 2.3.0 Shadowbox problem,
As for the JWPlayer, it may be the new Adobe Flash Player 10 requirements, Wimpy had to be updated to work after updating from Flash Player 9.

Note: your "Wimpy" extras may need to be updated also to work with the new Wimpy registration codes and flash player 10 requirements.
_V
I turned off the additional attributes feature and installed Flash Player 10 on both IE7 & FF2 - the inline JWPlayers still do not show/ work without the previous edits I mentioned above.
Reply With Quote
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:42 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08933 seconds
  • Memory Usage 2,321KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete