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 |
#2592
|
|||
|
|||
Quote:
Go to your vb admincp, products and plugins. Add new plugin product - Links and Downloads manager hook - ldm_admin_start code: @ini_set('max_execution_time', 300); plugin is active: yes Now you should be able to get at ldm/admin/categories and tidy up. Remember to turn off/delete the plugin when you've finished. |
#2593
|
|||
|
|||
Quote:
You want to be able to create threads, each corresponding to one entry in an LDM category? |
#2594
|
|||
|
|||
Quote:
Thanks Andrew, now I know why it would happen |
#2595
|
|||
|
|||
hi, i have a problem with the hack when uploading has finished. It seems the file was submitted but then:
i use the german version and the text says: "Fehler beim Hochladen - kann die hochgeladene Datei auf dem Server nicht verschieben." engl. smth like that: Error while uploading - cannot move the uploaded file on the server. I have an upload, thumb folder both set to 777, no error messages @LDM using 2.8.8Post1, local_file_root Website local_file_root_prefix not set whats the error on that? btw awesome hack edit: Tested with full path url, local url, both works, only upload i still get the error msg. |
#2596
|
|||
|
|||
I apologize if I have somehow missed these answers (...and I probably have), but...
I appreciate your answers and time. This plugin looks very promising! |
#2597
|
|||
|
|||
Quote:
Quote:
I have not done this myself, but I think this is quite a common mod to the mod. |
#2598
|
|||
|
|||
Quote:
If that doesn't point you in the right direction, here's a quick debugging check. Go to vb/admincp/products and plugins and add a new plugin, called, e.g. debug, attached to the hook ldm_upload_filesave, and make sure it's active, with the following code: Code:
echo 'open_basedir '.ini_get('open_basedir').'<br />'; echo 'safe_mode '.ini_get('safe_mode').'<br />'; echo $fullfile.'<br />'; if (file_exists($fullfile)) { echo 'file exists<br />'; exit; } if (move_uploaded_file($GPC['tmp_name'], $fullfile)) { echo 'move ok<br />'; } exit; |
#2599
|
|||
|
|||
Hi AndrewD, thanks alot for your time and help. I figured out the phpinfo(), safemode is local and global set, open_basedir is only local set.
the error msg is recieve with your debug code: PHP Code:
Maybe i can do something in Plesk file manager editing some file in the root directory? Im not that strong with server settings. |
#2600
|
|||
|
|||
Quote:
VBulletin itself gets round this problem with some slightly contorted file movements, which I have not implemented in LDM. *Edit* I've run a quick test with safe_mode on and open_basedir set, and can reproduce your problem. Turning off safe_mode corrects the problem. So (at least for me) does turning on safe_mode_gid |
#2601
|
||||
|
||||
Hey AndrewD, there is the French translation with this post
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|