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

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

Category: Major Additions - Version: 4.0.0 Rating:
Released: 12-27-2009 Last Update: 03-14-2010 Installs: 217
DB Changes Uses Plugins Auto-Templates
Additional Files Translations  
No support by the author.

What this is and does

Version 3.0.2-PL1 uploaded 15th March 2010.

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 controlling user access. It also has a range of integrated media players and a large library of 'plugin' extras. It has been developed steadily since the release of vb 3.0 some six years ago, based on extensive feedback from users at vb.org.

I think the 3.0.x releases have been tested enough and are no longer considered beta. However, I still want feedback on features that do not work at all or do not work properly.

Translations in Spanish, French, Chinese, German and Dutch are available as phrase files and are more or less complete.

Installation and Usage Explained in the on-line Wiki, with a brief explanation in the file instructions.txt in the release zip.

The installer will either create a new LDM database, or recognise that you already have an earlier version installed and update it.

Unlike earlier versions of LDM, this version automatically adds a link to the product on the main vb navbar.

Please do not blindly install on a live forum without being sure that you have tested it adequately. Use carefully and always backup your database before upgrading. Post reports of problems and suggestions for enhancements in this thread. You can find extensive discussion of this mod in the VB3.7 mods and VB3.8 mods sections.

Staff Note: Sadly, Andrew D, the developer of the Links and Downloads Manager has passed away after a long period of illness.

Download Now

File Type: zip link-3.0.2-translations.zip (251.1 KB, 659 views)
File Type: zip link-3.0.2PL1.zip (1.28 MB, 1543 views)

Screenshots

File Type: jpg Capture.jpg (74.0 KB, 0 views)
File Type: jpg Capture2.jpg (81.7 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
3 благодарности(ей) от:
KaiStone, SEW810, SoltanWorld

Comments
  #142  
Old 01-27-2010, 10:08 PM
Epic Mike Epic Mike is offline
 
Join Date: May 2007
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Epic Mike View Post
How can I change the location of the navbar link. I edited both of the "add LDM to main vBulletin menu" plugins and changed the template_hook to middle instead of right. That works fine on the forums and every other page but once I click on the links / download section the location of that tab in the navbar moves to the end again while I am in that section. Then once I go back to a page outside of LDM everything is fine again.

I'm sure I missed a template_hook call somewhere but can't find where?

Thanks!
Anyone know how to change the location of the navbar link from the right to the middle?
Reply With Quote
  #143  
Old 01-28-2010, 03:13 AM
obmob obmob is offline
 
Join Date: Nov 2001
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh... i must redo my templates, if i find something i'll let you know, I also want it in the middle
Reply With Quote
  #144  
Old 01-28-2010, 04:02 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Epic Mike View Post
Anyone know how to change the location of the navbar link from the right to the middle?
You have to make changes in three places:

a) to control the location while in LDM - edit includes/local_links_include.php, find function ldm_fetch_navbar_template() and edit the template_hook assignment;

b) ditto to control the location while in other parts of vbulletin - go to the vb/admincp/products and plugins and edit the plugin "Links and Downloads Manager - Add LDM to main vBulletin menu" attached to the process_templates_complete hook, and make the same change

c) ditto to control the location while in error messages, as per b) but edit the plugin attached to the error_nopermission hook.

I'll see if there's a better way to specify this as a single configuration setting.
Reply With Quote
  #145  
Old 01-28-2010, 02:01 PM
obmob obmob is offline
 
Join Date: Nov 2001
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh, it wasn't a template edit, thanks Andrew
Reply With Quote
  #146  
Old 01-28-2010, 05:10 PM
dinozz dinozz is offline
 
Join Date: Feb 2002
Location: italy
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dinozz View Post
I used vbulletin 4.01 and LDM 3.01
I've this problem: every time that an user downloads a file the thumbnails disappear!

The only solution at the moment is to enter in the admin section and:

a) go to ldm/admin/settings
b) set thumbs_dir to blank
c) in the left column, find the line 'thumbnail images' and click on the link.

After all this the thumbnails appear again.
How can I do to fix the problem without going to ldm/admin/settings???

Thanks in advance
No solutions for my problems?
Reply With Quote
  #147  
Old 01-28-2010, 07:51 PM
oechertigger oechertigger is offline
 
Join Date: Dec 2009
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi,

is it possible to expand the linklist???
So that all links of all categories are shown on one page, devieded only by the category title!

Means:

cateory 1
link
link
link

category 2
link
link

Thanks for help!
Reply With Quote
  #148  
Old 01-28-2010, 09:21 PM
Epic Mike Epic Mike is offline
 
Join Date: May 2007
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
You have to make changes in three places:

a) to control the location while in LDM - edit includes/local_links_include.php, find function ldm_fetch_navbar_template() and edit the template_hook assignment;

b) ditto to control the location while in other parts of vbulletin - go to the vb/admincp/products and plugins and edit the plugin "Links and Downloads Manager - Add LDM to main vBulletin menu" attached to the process_templates_complete hook, and make the same change

c) ditto to control the location while in error messages, as per b) but edit the plugin attached to the error_nopermission hook.

I'll see if there's a better way to specify this as a single configuration setting.

Andrew, thank you so much for your help. I could not find (a) for the life of me. It is appreciated!
Reply With Quote
  #149  
Old 01-29-2010, 11:49 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dinozz View Post
No solutions for my problems?
I have not seen this problem before, and cannot think of a solution. Can I take a look at your site? I will need an account with vb admin privileges. Send me a PM if so.
Reply With Quote
  #150  
Old 01-31-2010, 02:58 AM
Ophelia Ophelia is offline
 
Join Date: Feb 2006
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Andrew, I posted earlier, but am posting again.

We are having issues with the install on our live forum. In the past we had the ability to pick how many uploads we wanted to at one time, we no longer have that. If we set it to 10 in admin, it gives us a form with 10 entries, instead of before where it asked us "how many do you want".

We no longer have browse buttons for .zip or .jpg files. We have to turn on off site linking and uploaded to the server then provide the URL manually. I installed the lastest version on a fresh install of vB4, and it too didn't have this functionality. What has changed and what do I need to change to get it working again?

We no longer have the ability to schedule the file to a future date. The date is hard coded and there is no way to change it.

I'd be happy to provide a test account to log in if you need it. Thanks!
Reply With Quote
  #151  
Old 01-31-2010, 04:33 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ophelia View Post
Andrew, I posted earlier, but am posting again.

We are having issues with the install on our live forum. In the past we had the ability to pick how many uploads we wanted to at one time, we no longer have that. If we set it to 10 in admin, it gives us a form with 10 entries, instead of before where it asked us "how many do you want".

We no longer have browse buttons for .zip or .jpg files. We have to turn on off site linking and uploaded to the server then provide the URL manually. I installed the lastest version on a fresh install of vB4, and it too didn't have this functionality. What has changed and what do I need to change to get it working again?

We no longer have the ability to schedule the file to a future date. The date is hard coded and there is no way to change it.

I'd be happy to provide a test account to log in if you need it. Thanks!
Ophelia, sorry for the lack of response - as I've posted above, we're currently in the middle of a house/country move and have only a limited internet connection for the time being (via mobile telephone, pre-3G).

Looking at your issues:
a) the lack of a dialogue box for 'add multiple entries' was a temporary fix in LDM 3.0.0 and .1, while I figured out how to get the box to appear correctly in the css-oriented approach used by vb for the navbar. I've now got that figured out and the old behaviour will return in 3.0.2, which is close to being ready to launch.

b) The scheduling/date problem was caused by a bug in the new LDM template code and will be fixed in 3.0.2.

c) I'm confused by your .zip/.jpg report, which is presumably a consequence of the set of options you have selected. I will need to look at your site to get to the bottom of this. Please send a PM.
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 04:45 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.04598 seconds
  • Memory Usage 2,358KB
  • Queries Executed 26 (?)
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
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (3)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
  • (4)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete