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 |
#432
|
||||
|
||||
Quote:
I tried that and had no luck, I tested with 30 tables, set all of the linkmoderate fields to -2, went into moderation and accepted them all and it still will not show up in the associated forum. BTW, thanks for the excellent support I have seen throughout this thread. |
#433
|
|||
|
|||
Hmm... ok, i'm still struggling with XML a lot
I'd really need further explanation about columns and its format. I want to import over 50 items at once, Andrew told me it's better to use XML for this, so i have my xml file only with the new entries, and this is how i do or don't understand them linkid: well, just follow the last entry in my db linkname: no problem linkdoi: i don't use it, it's blank linkdesc: no prob linkurl: ok linkfile: blank linkimg: it's ok linkimgthumb to zero linkhits to zero linkforum: to -999 i dont use it linkcheck: No idea linksize: this is built after link validation, right? so, can it be blank? linkstatus: to 1? what does it mean? linkstatusimg: also to 1? linkdate: what format is this? i want to put this one after another, if i place the same date and hour, i usually sort them by number or series... so, how do you read this? linkusername: ok linkuserid: ok linkmoderate: i have all to zero linkreviewfreq: to zero numrate: zero totalrate: zero Hope you can explain this to me, thanks! |
#434
|
||||
|
||||
I got this to work, thanks again for the help Andrew. Maybe this would be good for a future request It's a bummer to have to manually sit and approve each link one at a time, with many links that takes quite a while.
|
#435
|
||||
|
||||
Very nice Hack,but have questions!!
What must i do too addet ED2K links or AJ Links and others Link vormates ?? Thanks for the work |
#436
|
|||
|
|||
Quote:
|
#437
|
|||
|
|||
Quote:
LDM is currently hard coded to accept certain protocols. From what I see, ed2k protocol is straightforward to handle. If you are comfortable playing around with the code, take a look in includes/local_links_include.php Find the block Code:
// Protocols supported define('MODE_HIDE', 0); define('MODE_REDIRECT', 1); define('MODE_OPEN', 2); $protocol_schemes = array( "http"=> array("mode"=>MODE_HIDE, "validate"=>1, "musicbox"=>1), "https"=> array("mode"=>MODE_HIDE, "validate"=>1, "musicbox"=>1), "ftp"=> array("mode"=>MODE_HIDE, "validate"=>1, "musicbox"=>1), "irc"=> array("mode"=>MODE_OPEN, "validate"=>0, "musicbox"=>0), "mms"=> array("mode"=>MODE_HIDE, "validate"=>0, "musicbox"=>2), ); Code:
"ed2k"=> array("mode"=>MODE_HIDE, "validate"=>0, "musicbox"=>0), |
#438
|
|||
|
|||
Quote:
linkstatus and linkstatusimg is one of the following: LINK_BROKEN = 0; LINK_OK = 1; LINK_UPLOAD = 2; Easiest is to set linkstatus to either 0 or 1. If you use 0, then you can subsequently use LDM/admin/statistics/validate broken to check the entries you've added. Leave linkimgstatus as 0 if you have no thumb image. linksize is always re-built on access, so leave it at 0 I think that's all |
#439
|
||||
|
||||
Quote:
Okey it add the Link,but not Add this in Client That search for the file on my Server??? Thx for to do this 2. i want implantet this Links and Downloads Manager - Patch forumhome to display thumbs of new links/hot linksin cmps 2.2.0 Portal,is ther any modul for to do?? |
#440
|
|||
|
|||
Quote:
http://www.onlineconversion.com/days...n_advanced.htm Thanks Another question. You know? in vb 3.6.1 when i click on LDMs config inside control panel... i'm taken out of it and config is open in the whole page... is this supposed to happen? Oo Still using 2.2.5 |
#441
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|