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
  #402  
Old 06-11-2011, 06:16 AM
SeanE's Avatar
SeanE SeanE is offline
 
Join Date: Sep 2006
Location: Seattle, WA
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Eric View Post
I'm talking about taking over the mod on the developer side of things.
I see... Well, it would be great if someone picked it up - I cannot understand why Jelsoft does not just incorporate this product into vB....with the number of downloads (historically) it just seem strange that they would not adopt it...

My next question:

So...I'm running :

vB 4.1.3
PHP 5.3.6 and
MySQL 5.0.91-log

Does anyone know if this last version will run on these?

Thanks much,
//sse
Reply With Quote
  #403  
Old 06-11-2011, 09:38 AM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

vb4.1.3 and mysql 5.0.x are no problem. Im unclear about php 5.3 yet. Someone needs to bite that bullet. I expect it will be ok.
Reply With Quote
  #404  
Old 06-11-2011, 05:48 PM
SeanE's Avatar
SeanE SeanE is offline
 
Join Date: Sep 2006
Location: Seattle, WA
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok - well, I'm almost at the point where I'm ready to jump in again (my users are screaming for their downloads)....of course, vB has now come out with 4.14 - so I guess I'll update to that first, and then try to install the latest version of this - hopefully it will work. I'll post an update once I do that - I'm doing a test.db first...

One word for anyone reading this - who's a developer worthy of this product: I would happily pay for this product (on an annual basis, or otherwise - assuming the cost is reasonable) in order to secure it's performance and support with the vB line going forward.

I think it's crazy that it's not just scooped up and maintained by someone. If I were a developer, I know I would.

//sse
Reply With Quote
  #405  
Old 06-12-2011, 03:26 AM
SeanE's Avatar
SeanE SeanE is offline
 
Join Date: Sep 2006
Location: Seattle, WA
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SeanE View Post
Ok - well, I'm almost at the point where I'm ready to jump in again (my users are screaming for their downloads)....of course, vB has now come out with 4.14 - so I guess I'll update to that first, and then try to install the latest version of this - hopefully it will work. I'll post an update once I do that - I'm doing a test.db first...

One word for anyone reading this - who's a developer worthy of this product: I would happily pay for this product (on an annual basis, or otherwise - assuming the cost is reasonable) in order to secure it's performance and support with the vB line going forward.

I think it's crazy that it's not just scooped up and maintained by someone. If I were a developer, I know I would.

//sse
Well, that was unpleasant. I've upgraded to vB 4.14 and the LDM installation failed - with the following error:

Quote:
The following dependencies were not met:
This product is not compatible with version 4.1.4 of vBulletin. (Compatible starting with 4.0.0 beta 1 / Incompatible with 4.1.0 and greater)
Reply With Quote
  #406  
Old 06-12-2011, 01:26 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That is an easy fix. Just change the compatible version.

In the product xml file find:
Code:
        <dependency dependencytype="vbulletin" minversion="4.0.0 beta 1" maxversion="4.1.0" />
replace with:
Code:
        <dependency dependencytype="vbulletin" minversion="4.0.0 beta 1" maxversion="4.9.0" />
Re-import with overwrite.
Reply With Quote
  #407  
Old 06-12-2011, 06:07 PM
SeanE's Avatar
SeanE SeanE is offline
 
Join Date: Sep 2006
Location: Seattle, WA
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alfa1 View Post
That is an easy fix. Just change the compatible version.

In the product xml file find:
Code:
        <dependency dependencytype="vbulletin" minversion="4.0.0 beta 1" maxversion="4.1.0" />
replace with:
Code:
        <dependency dependencytype="vbulletin" minversion="4.0.0 beta 1" maxversion="4.9.0" />
Re-import with overwrite.
Ahhhhhh - I should know better than to give up before you guys comment. Ok - it's installed - and it picked up all my old tables, images and documents like before - saving me from weeks of re-entry work.... I guess I won't be abandoning this product yet... Thanks very much for your help. It appears (for now - on my test.db) that it works under my current parameters:

vB - 4.1.4
PHP - 5.3.6
MySQL - 5.1.55-log

If I run into any snags, I'll post them here.

By the way - you guys don't know (on the Shadowbox extra) which hook I specify when I add the Shadowbox plugin do you? I cannot remember, the instructions don't indicate it, and I cannot figure out which one it is just by looking at it...

Thanks again for the assistance - I appreciate it a great deal.

//sse
Reply With Quote
  #408  
Old 06-12-2011, 09:39 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For anyone who needs it. Here is the LDM wiki.

Quote:
Originally Posted by SeanE View Post
It appears (for now - on my test.db) that it works under my current parameters:

vB - 4.1.4
PHP - 5.3.6
MySQL - 5.1.55-log
That's great news. I was wondering about PHP5.3.6
Now only to find out if LDM works well on the latest version of MySQL, as that contains a major performance improvement and IBxAnders advises to upgrade to it.

Quote:
Originally Posted by SeanE View Post
By the way - you guys don't know (on the Shadowbox extra) which hook I specify when I add the Shadowbox plugin do you? I cannot remember, the instructions don't indicate it, and I cannot figure out which one it is just by looking at it...
I do not use the shadowbox plugin, but if you search the 3.7 LDM thread for it, you will likely find an answer.
Reply With Quote
  #409  
Old 06-13-2011, 08:41 PM
obmob obmob is offline
 
Join Date: Nov 2001
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Eric View Post
I've thought about taking on LDM, but I am not sure yet.

I would only be allowed, technically, to start from the vB 3 version and do my own conversion to vB4 - that is a lot of work for this kind of mod. If I were to take it on, I would love to start with the vB 4 version, but with his unfortunate passing, I have no way to get proper permissions for it.

We'll see what happens.
Maybe you can talk to the guys on vB.org and ask for permission. Also, maybe you can try to create some sort of group with more developers. There seems to be some guys around with knowledge.
Reply With Quote
  #410  
Old 07-05-2011, 05:40 PM
SeanE's Avatar
SeanE SeanE is offline
 
Join Date: Sep 2006
Location: Seattle, WA
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

One new wrinkle -

With

vB - 4.1.4
PHP - 5.3.6
MySQL - 5.1.55-log

This version of LDM appears not to playing well with Safari, Chrome or IE...the text links within LDM do not come up - they show up as unknowns (question mark).

Under Firefox its fine - but not Safari, Chrome or IE.

Any ideas?

Thxs in advance -
//sse
Reply With Quote
  #411  
Old 07-05-2011, 08:30 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That could be a PHP 5.3 issue. If this is true then thousands of sites will encounter this issue after upgrading to PHP 5.3
I have LDM working fine with vb4.1.4
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 10:51 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.06750 seconds
  • Memory Usage 2,361KB
  • 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
  • (4)bbcode_code
  • (7)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
  • (1)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