The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Links and Downloads Manager Details »» | |||||||||||||||||||||||||||||||||
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
Screenshots
Show Your Support
|
3 благодарности(ей) от: | ||
KaiStone, SEW810, SoltanWorld |
Comments |
#202
|
|||
|
|||
Thanks guys, now I understand the problem - I'd messed up a test on another php variable (allow_url_fopen), which is disabled on both of your sites.
Will try to post a fix this evening or tomorrow. |
#203
|
|||
|
|||
Ok thanks :up::up:
|
#204
|
|||
|
|||
yes, Installation stops after this screen
|
#205
|
|||
|
|||
Quote:
local_links links |
#206
|
|||
|
|||
Quote:
|
#207
|
|||
|
|||
Quote:
my set: local_file_root is YES local_file_root_prefix is glt i upload my file, all work fine but when I want download it I've got this message: Quote:
|
#208
|
|||
|
|||
Yes, we discovered this problem yesterday. There'll be a fix today.
|
#209
|
|||
|
|||
ok, thank you
|
#210
|
|||
|
|||
Go to vb/admincp/products and plugins/plugin manager
Edit the "Links and Downloads Manager - Add LDM to main vBulletin menu" plugin attached to the "process_templates_complete" hook. The standard code looks as follows: Code:
require_once(DIR . '/includes/local_links_defns.php'); if (LDM_NAVBAR_LOCATION) { if (defined('THIS_SCRIPT') and ( THIS_SCRIPT == LDM_LINKS_SCRIPT or THIS_SCRIPT == 'local_links' or THIS_SCRIPT == LDM_ACTION_SCRIPT or THIS_SCRIPT == 'local_links_actions' or THIS_SCRIPT == LDM_ADMIN_SCRIPT or THIS_SCRIPT == 'local_links_admin' or THIS_SCRIPT == LDM_SEARCH_SCRIPT or THIS_SCRIPT == 'local_links_search' ) ) { // Highlight ldm tab when in LDM - LDM code will create the actual tab and navbar $vbulletin->options['selectednavtab'] = 'ldm'; } else { // Create the tab, no navbar needed $templater = vB_Template::create('links_navbar'); $templater->quickRegister(array( 'ldm_links_script'=>LDM_LINKS_SCRIPT, )); $template_hook[LDM_NAVBAR_LOCATION] .= $templater->render(); } } Code:
require_once(DIR . '/includes/local_links_defns.php'); if (LDM_NAVBAR_LOCATION) { if (defined('THIS_SCRIPT') and ( THIS_SCRIPT == LDM_LINKS_SCRIPT or THIS_SCRIPT == 'local_links' or THIS_SCRIPT == LDM_ACTION_SCRIPT or THIS_SCRIPT == 'local_links_actions' or THIS_SCRIPT == LDM_ADMIN_SCRIPT or THIS_SCRIPT == 'local_links_admin' or THIS_SCRIPT == LDM_SEARCH_SCRIPT or THIS_SCRIPT == 'local_links_search' ) ) { // Highlight ldm tab when in LDM - LDM code will create the actual tab and navbar $vbulletin->options['selectednavtab'] = 'ldm'; } else { // Create the tab, no navbar needed // $templater = vB_Template::create('links_navbar'); // $templater->quickRegister(array( // 'ldm_links_script'=>LDM_LINKS_SCRIPT, // )); // $template_hook[LDM_NAVBAR_LOCATION] .= $templater->render(); } } |
#211
|
|||
|
|||
I've reuploaded version 3.0.2 with fixes to these reported problems:
a) Error message when trying to download or play a file when php setting allow_url_fopen is off b) LDM admin settings not 'sticking' for the vbcms entries 'extra'; and 'show category' option not working for this and the vbcms thumbs 'extra' |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|