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
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 control user access. It has a range of integrated media players and a large library of 'plugin' extras. Installation and Usage Explained in the on-line Wiki, with a brief explanation in the file instructions.txt in the release zip. The recent revision history is given in the first post of this thread. Please use carefully and always backup your database before upgrading. Post reports of problems and suggestions for enhancements in this thread. 14.06.09 Version 2.3.0 is now the the officially-supported version. Works with 3.7 and vb 3.8. Please post comments in this thread 22.06.08 Version 2.2.9-post1 - This is the previous supported version. Works fine with all versions of vb 3.6 and vb 3.7. All standard features except profile integration and forum prefix selection work fine with vb 3.8. Show Your Support
|
Comments |
#1582
|
|||
|
|||
I can be doing wrong that I did not create the thumbnail image?
Thanks and sorry for my english.... Quote:
|
#1583
|
|||
|
|||
Video size is determined by the video itself when it is encoded. The video can be reduced/ enlarged by some media players, but VB or LDM does not control that setting. Also, the player needs to support the codec used to decode the video and support auto-sizing of the video. So there are several reasons why the video size is not what you want.... none of which is due to VB or LDM.
|
#1584
|
|||
|
|||
Quote:
(I can't delete the historique of the debug with internet explorer, but with firefox it's possible). |
#1585
|
|||
|
|||
Quote:
|
#1586
|
|||
|
|||
Okay, I sorted that out. However, can I prevent the installation of a plugin for certain browsers? I don't want users to install a plugin. Which player wouldn't require a plugin?
|
#1587
|
|||
|
|||
Is it possible to change the catid and linkid values to the actual names of the categories and links? For example, instead of a catid being referred to as a number 2 or 3, they could be referred to as 'music' , 'pictures', etc. ?
I'd like the names of the categories / links to appear in the URLs, even if with dashes / underscores between words in the URL. |
#1588
|
|||
|
|||
Quote:
This will generate urls with mixed alpha+numeric category names (c-alpha-1218) and with numeric (1234) linkids. It is not straightforward to take this further, because a) the names do not have to be unique, and b) coding seo-translators to recognise and handle arbitrary names is a pig of a problem. |
#1589
|
|||
|
|||
I'm currently using the following rewrite-rules with vBSEO, it all works well except that the linkid and catid values are numeric only:
Code:
'^local_links\.php\?action=jump&id=(\d+)&catid=(\d+)' => 'jump/$1/$2.html' '^local_links\.php\?action=jump&id=(\d+)' => 'jump/$1.html' '^local_links\.php$' => 'index.php' '^local_links\.php\?catid=(\d+)&linkid=(\d+)' => 'category/$1/$2.html' '^local_links\.php\?catid=(\d+)' => 'category/$1.html' '^local_links\.php\?catid=-(\d+)' => 'category/-$1.html' '^local_links\.php\?action=play&catid=(\d+)&linkid=(\d+)' => 'category/$1/play/$2.html' '^local_links\.php\?action=play&catid=(\d+)&linkid=(\d+)&page=1' => 'category/$1/play/$2.html' |
#1590
|
|||
|
|||
Hi Andrew, I got a new problem with category creation.
After I submitted the request of category creation, the page will be redirected to an error message "Category x does not exist". OK, then I return to the creation page, re-submitted it -- after that I got two new categories, all the same but has different category ID. And I tried to delete one of them (the one with the bigger ID number), but after that both categories are gone! The category I want to create is a subcategory, it has extended description and parent forum. Also there is one attribute group, it includes 2 attributes, one of them is required value. [Edit] Well, I checked the database. The category I created before is still there, it just doesn't have the value of "catdate" (it is 0), maybe because of this it doesn't show up. |
#1591
|
|||
|
|||
Quote:
Also, do you by any chance have the php suhosin module installed? I've just worked with another site that has had strange behaviour with category creation, linked to that module. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|