Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Links and Downloads Manager Details »»
Links and Downloads Manager
Version: 2.2.8, by AndrewD AndrewD is offline
Developer Last Online: Apr 2010 Show Printable Version Email this Page

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.

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.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
VIP Hawaii

Comments
  #1012  
Old 01-08-2007, 10:23 PM
butty butty is offline
 
Join Date: Nov 2001
Location: manchester, uk
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
I just took a look at your site - nice.

I think part of your problem is that you've wrapped LDM in the vbadvanced code without including all the key bits from the links_header template. Others have made that mistake too. You've lost the LDM javascript, so (for example) popup windows don't work.

You need these two lis in your hearer:

Code:
<script type="text/javascript" src="clientscript/ldm_global.js"></script>
<script type="text/javascript" src="clientscript/ldm_ajax_keysugg.js"></script>
ive done this now. i presume you mean the header template under style manager?

it seems to have made a difference but hasnt fixed it. it opens the rest of the page with it still when it opens up the wimpy player popup. it does though now open up a smaller box rather than full window

many thanks for your time and glad ya like the site
Reply With Quote
  #1013  
Old 01-09-2007, 03:41 AM
rolandogomez's Avatar
rolandogomez rolandogomez is offline
 
Join Date: Jan 2006
Location: San Antonio
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Andrew,

1. I've got it all working, plays wmv & mov play perfect, but when I try mp3, wav, doesn't play, those were files I had so not able to test any more.

2. I've uploaded a thumbnail with all files, see nothing displayed though they uploaded.

3. When I hit the download arrow, I get a new window open with this garble (whole page)

I'm running my own Unix server, fyi, VB 3.6.4 with Vbadvanced latest version. This is a brand new site I'm working on, so not a lot on it right now as we haven't broadcast it. Thanks, rg.
Reply With Quote
  #1014  
Old 01-09-2007, 03:47 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rolandogomez View Post
1. I've got it all working, plays wmv file perfect, but when I try mp3, wav, wma, mov, doesn't play, those were files I had so not able to test any more.
Have you set up entres for wmv, mp3, wav, wma, mov in your vbulletin attachments table (vb/admincp/attachments/attachmemnt manager)? You need definitions for each of these filetypes plus mimetype info. Choose from the following:

"asf" => "Content-type: video/x-ms-asf"
"avi" => "Content-type: video/avi"
"bmp" => "Content-type: image/bmp"
"divx" => "Content-type: video/divx"
"doc" => "Content-type: application/vnd.msword"
"flv" => "Content-type: application/x-shockwave-flash"
"gif" => "Content-type: image/gif"
"jpe" => "Content-type: image/jpeg"
"jpeg" => "Content-type: image/jpeg"
"jpg" => "Content-type: image/jpeg"
"m3u" => "Content-type: application/m3u"
"mov" => "Content-type: video/quicktime"
"mpg" => "Content-type: video/mpeg"
"mpeg" => "Content-type: video/mpeg"
"mp3" => "Content-type: audio/mpeg"
"pdf" => "Content-type: application/pdf"
"png" => "Content-type: image/png"
"pps" => "Content-type: application/vnd.ms-pps"
"ppt" => "Content-type: application/vnd.ms-ppt"
"qt" => "Content-type: video/quicktime"
"ram" => "Content-type: audio/x-pn-realaudio"
"ra" => "Content-type: audio/vnd.rn-realaudio"
"rm" => "Content-type: audio/x-realaudio"
"rv" => "Content-type: video/vnd.rn-realvideo"
"rmvb" => "Content-type: video/x-realaudio"
"rpm" => "Content-type: audio/x-pn-realaudio-plugin"
"swf" => "Content-type: application/x-shockwave-flash"
"txt" => "Content-type: plain/text"
"wav" => "Content-type: audio/wave"
"wma" => "Content-type: video/x-ms-wma"
"wmv" => "Content-type: video/x-ms-wmv"
"xls" => "Content-type: application/vnd.msexcel"
"zip" => "Content-type: application/zip"

Quote:
Originally Posted by rolandogomez View Post
2. I've uploaded a thumbnail with all files, see nothing displayed though they uploaded.
set ldm/settings/link_imagesize

Quote:
Originally Posted by rolandogomez View Post
3. What template can we modify to remove the "jukeboxes" if we want or replace them with another image?
the jukebox.gif file in the icons directory

Quote:
Originally Posted by rolandogomez View Post
4. When I hit the download arrow, I get a new window open with this garble (whole page)
??
Reply With Quote
  #1015  
Old 01-09-2007, 04:07 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by butty View Post
it seems to have made a difference but hasnt fixed it. it opens the rest of the page with it still when it opens up the wimpy player popup. it does though now open up a smaller box rather than full window
Yes, my difficulty is that I don't know exactly what changes you've made. The standard vb release opens a correctly sized jukebox window with none of the extra material you've added.
Reply With Quote
  #1016  
Old 01-09-2007, 04:16 AM
rolandogomez's Avatar
rolandogomez rolandogomez is offline
 
Join Date: Jan 2006
Location: San Antonio
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Andrew,

Thanks for your help. I double checked 1, 2, & 3, all done. Though on one you say "definitions." I basically put the file extension in the box, i.e., mp3 (with no period) then in the mime box, audio/mpeg if that's what you mean?

On #4, not sure. I've sent you a pm with info to check if you have time. Thanks, rg.
Reply With Quote
  #1017  
Old 01-09-2007, 04:26 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rolandogomez View Post
Andrew,

Thanks for your help. I double checked 1, 2, & 3, all done. Though on one you say "definitions." I basically put the file extension in the box, i.e., mp3 (with no period) then in the mime box, audio/mpeg if that's what you mean?

On #4, not sure. I've sent you a pm with info to check if you have time. Thanks, rg.
Not quite: in the mime box, you put "Content-type: audio/mpeg" etc
Reply With Quote
  #1018  
Old 01-09-2007, 04:44 AM
rolandogomez's Avatar
rolandogomez rolandogomez is offline
 
Join Date: Jan 2006
Location: San Antonio
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Working now, on images, thumbs, etc., can get them on any browser type, will check file paths, etc., though they uploaded fine. Did get this error message when I try and open up image link in another window:

Notice: Undefined index: HTTPS in /var/www/vhosts/domainremoved.com/htdocs/forums/includes/class_core.php on line 1575

Notice: Undefined index: HTTPS in /var/www/vhosts/domainremoved.com/htdocs/forums/includes/class_core.php on line 1575

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/domainremoved.com/htdocs/forums/includes/class_core.php:1575) in /local_resize.php on line 167

Thanks, rg.
Reply With Quote
  #1019  
Old 01-09-2007, 05:18 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rolandogomez View Post
Working now, on images, thumbs, etc., can get them on any browser type, will check file paths, etc., though they uploaded fine. Did get this error message when I try and open up image link in another window:

Notice: Undefined index: HTTPS in /var/www/vhosts/domainremoved.com/htdocs/forums/includes/class_core.php on line 1575

Notice: Undefined index: HTTPS in /var/www/vhosts/domainremoved.com/htdocs/forums/includes/class_core.php on line 1575

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/domainremoved.com/htdocs/forums/includes/class_core.php:1575) in /local_resize.php on line 167

Thanks, rg.
Rolando, I think you missed out the url in the pm you sent me.
Reply With Quote
  #1020  
Old 01-09-2007, 05:43 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rolandogomez View Post
Working now, on images, thumbs, etc., can get them on any browser type, will check file paths, etc., though they uploaded fine. Did get this error message when I try and open up image link in another window:

Notice: Undefined index: HTTPS in /var/www/vhosts/domainremoved.com/htdocs/forums/includes/class_core.php on line 1575

Notice: Undefined index: HTTPS in /var/www/vhosts/domainremoved.com/htdocs/forums/includes/class_core.php on line 1575

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/domainremoved.com/htdocs/forums/includes/class_core.php:1575) in /local_resize.php on line 167

Thanks, rg.
Sorry about that, can you upload the attached modified file into your forums directory
Reply With Quote
  #1021  
Old 01-09-2007, 05:47 AM
rolandogomez's Avatar
rolandogomez rolandogomez is offline
 
Join Date: Jan 2006
Location: San Antonio
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Darn you're good! Works like a charm! Thanks, rg.
Reply With Quote
Reply


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 02:19 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.10864 seconds
  • Memory Usage 2,338KB
  • 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
  • (9)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
  • (6)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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