The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Links and Downloads Manager Details »» | |||||||||||||||||||||||||
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
|
Благодарность от: | ||
VIP Hawaii |
Comments |
#2872
|
||||
|
||||
That indeed looks very nice. Especially the way to display part one and two.
|
#2873
|
|||
|
|||
Hi. Could use a little help here-
In Links and Downloads in Admin panel- for: can_edit_link Usergroups that can edit existing links. (Users can always edit their own links.) Well, that's not true for my forum- Users cannot seem to delete their music tracks. And if I go to: can_edit_link Usergroups that can edit links. And, I enable Users- well, that's global, so anyone can delete anyone else's tracks. What do you think is wrong here? Thanks, Steve |
#2874
|
||||
|
||||
I've been using LDM for ages and love it. I just moved my forum from one site to another and some of the links come up with this error:
"Sorry - link is not currently available" Any ideas? |
#2875
|
|||
|
|||
Are the broken links pointing to documents on your own server or somewhere else? Check if the local documents use urls that are relative to the local server or full urls. Also check the admin settings local_file_root and local_file_root_prefix. If you are using a reasonably recent version, the easiest way to check these is with admin/categories/mass edit.
|
#2876
|
|||
|
|||
<i>
2. If your web site runs on Microsoft's IIS web server in cgi mode (you can find this out by looking at the main VB admincp page), a key php environment variable DOCUMENT_ROOT is not defined by default. This causes serious problems with the placement of files on your server. LDM detects this problem and issues a fatal error if necessary. If this occurs, edit includes/local_links_init.php and define the constant LDM_DOCUMENT_ROOT. The code highlights where to make the edit. Alternatively, you can patch your web server to define DOCUMENT_ROOT correctly. </i> I'm getting this error: ======================================= Unexpected critical failure Critical Error: Document Root not set, Edit local_links_init.php ======================================= I'm assuming this is the error you mentioned? How/where do I "define the constant LDM_DOCUMENT_ROOT" or How do I patch the server? thanks.. |
#2877
|
|||
|
|||
Quote:
Open the file using a text editor and find these lines: Code:
if ($_SERVER["DOCUMENT_ROOT"]) { define('LDM_DOCUMENT_ROOT', $_SERVER["DOCUMENT_ROOT"]); } else { // If you are running the IIS web server in CGI mode on Windows or if otherwise warned, uncomment and edit this line // define('LDM_DOCUMENT_ROOT', '/path/to/your/site'); } Code:
// define('LDM_DOCUMENT_ROOT', '/path/to/your/site'); Code:
define('LDM_DOCUMENT_ROOT', '/data/www-root/mysite'); You can generally figure out what is your '/data/www-root/mysite' by going to your vbulletin/admincp/maintenance/php info page, and taking a look at the listing. I can't easily tell you what line to look for, as I do not have a windows-based IIS server available. If you have problems with this, send me a PM with site details and a username/password for an account with admin privs on your board, and I'll take a look myself. |
#2878
|
||||
|
||||
Quote:
<path>/local_links_admin.php Is unavailable. Thanks for the quick support btw :P Should I try editing the init file manually? |
#2879
|
|||
|
|||
Quote:
|
#2880
|
||||
|
||||
Quote:
I havent renamed anything. |
#2881
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|