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 |
#1592
|
|||
|
|||
Very small bug.. I almost am embarrassed to post it.
Using the most current version: links-2.2.7-post2.zip Add Entry (it was 5:22 my time) Set time for 5:25 Submit the entry and it shows "Not yet visible" Refresh the screen... at 5:24, instead of 5:25, it makes the file visible. |
#1593
|
|||
|
|||
Hi Andrew.
I'm having some pretty big problems with upgrading from 2.2.6 to 2.2.7. I uploaded everything to the server. I then go into Plugin & Products > Manage Products > Add/Import Product I bring in product-eirma_ldm.xml and mark for it to overwrite and press import. The next screen starts with the "please wait".. it then prints out this info Links and Downloads Manager Checking installation status... Currently installed version: 2.2.6 Checking environment... Environment checked Creating LDM database tables Step 1 - Verifying database tables Patching (1) LDM database tables Initialising admin table Patching (2) LDM database tables Recording version number 2.2.6 in database Cleaning templates And stops... it does nothing else. I let it sit for 10 minutes just in case it was because of the size of our database, but it doesn't do anything. Our database, zipped is only around 6 MB. Any ideas? |
#1594
|
|||
|
|||
Quote:
First, if you've reported accurately the sequence of messages, then you've still got at least one of the version 2.2.6 files sitting on your server (the local_links_init.php) file, which produces the message "Recording version number 2.2.6 in database". I've seen a number of reports over the last few months where the ftp code upload hasn't worked correctly, and one then gets very unpredicable behaviour which is essentially impossible to code safeguards against. Second point is that the LDM installer has printed out all its messages - the 'Cleaning templates' message is the final message before passing control back to vbulletin. So it looks to me as if the installer has done its job and then vb itself is going to sleep. I don't know why that should be. Do you guys periodically reoptimise your VB database? It's a good idea from time to time to go to vb/admin/maintenance/repair and optimise tables and do a couple of cycles of repair/optimisation. MySQL can slow down quite a bit after heavy use. If none of this helps, let me know - am, as always, very happy to take a look. |
#1595
|
|||
|
|||
Quote:
The timestamp that's provided to a vb script records when the script starts running rather than when a particular piece of code is executed. So one has to build in a margin of error into time calculations so that when the user actually gets to see the page. In the case of pre-dated entries, I gave a 60 second margin, to avoid the situation where the page is presented at (5.25) but was requested at (5.24). If this is serious for you, it's a very trivial change to the code of local_links_include.php, about line 2861, depending on version Code:
$linkexpired = 0; if ($expire) { if ($linkdatebin>TIMENOW+60) { $linkexpired = -1; // post-dated, so just invisible } |
#1596
|
|||
|
|||
Quote:
The wasp player is picky about what it will play. It has to be given a full url to the file, so the file has to sit within the web site. The wimpy mp3 player is less sensitive and will work properly with php code that streams mp3 content to it. If this isn't the situation, pls can you do a 'view source' on the wimpy wasp window, save the html to file and then email it to me (ad_rodin at noos.fr) |
#1597
|
|||
|
|||
Quote:
This 'autocreates' a post in a forum whenever new entries are added to LDM. For this to work, LDM has to know which forum to post into. It uses the 'associated forum' which you (as admin) tell it to use by default - for all categories/entries, in some categories, or on an entry-by-entry basis. I've just tested this - created a three level forum structure (base, main forum, child forum) and a two level category structure (cat1/cat2). I installed the 'autothread' plugin, and added a new entry to the child category (cat2), associating it with the child forum. The attached images show what my LDM category and forum home look like. |
#1598
|
|||
|
|||
Am not an expert on vbadvanced - will try to take a look into this.
|
#1599
|
|||
|
|||
Quote:
email sent thanks |
#1600
|
|||
|
|||
See email reply - my bug.
|
#1601
|
|||
|
|||
Install issue:
My apologies.. I honestly thought I had overwritten everything! However, I've reuploaded again and it installed just perfectly this time. Quote:
Okay, off to finish the install. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|