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 |
#682
|
|||
|
|||
Quote:
You need to use the 'Entry Attributes' feature. See the online wiki for an explanation, http://www.eirma.org/wikis/index.php/Entry_Attributes |
#683
|
|||
|
|||
Quote:
|
#684
|
|||
|
|||
Yes. Ask them to make post_max_size slightly bigger than upload_max_filesize
|
#685
|
|||
|
|||
can anyone tell me what's "Use post count to define allowances" plugin do !! , i have it installed but it doesn't do anything
never mind the NO choice it means Yes cause i'm using rtl language what i understand is this i can prevent download for selected group by post number but i can't understand if it (x)posts for (x)downloads or like example : 10 posts for 1 download so users with 20 posts can download 2 files , or all users more than 10 posts will download 1 files , i'm using count all posts not an hour period and with all that i can't get it work at all |
#686
|
|||
|
|||
Quote:
You seem to have set this to limit root admins to 1 file maximum until they have 1000 posts. The attachment shows the message that should be displayed. Question: is your root admin account also a member of another usergroup? LDM always grants the most generous usergroup allowances. You have not limited other groups. |
#687
|
|||
|
|||
Quote:
I was thinking about doing something similar and added some attributes (contact name email etc.) and wanted to show these in the featured template (or similar shorter catlink template). The extra attributes do not show up - OK in the larger templates. Have I done something wrong (the answer is probably yes but would like to know how to correct) can you advise cheers Roy Is it possible to add another catlink template? |
#688
|
|||
|
|||
Quote:
Code:
<!--$linkid::entities--> Currently, new linkbit and catbit templates are added programmatically. Take a look at includes/local_links_admininclude.php. At around line 626, there's a sequence: Code:
// Pre-defined catbits - extend to match catbits available in templates.xml ----------------------------------------- // name=X: name used in selection menus // defcol=N: default number of display columns // maxcol=N: maximum number of columns that it makes sense to display // subbit=M: template used for displaying subcategories within this catbit require_LDMadminrow($seq++, 'links_catbit', serialize(array("name"=>"Tabular", "defcol"=>1, "maxcol"=>4, "subbit"=>"links_subcatbit")), 'define_catbit', 1); require_LDMadminrow($seq++, 'links_catbit_brief', serialize(array("name"=>"Brief", "defcol"=>2, "maxcol"=>4, "subbit"=>"links_subcatbit")), 'define_catbit', 1); // Pre-defined catbits - extend to match catbits available in templates.xml ----------------------------------------- Code:
require_LDMadminrow($seq++, 'links_your_catbit', serialize(array("name"=>"YourCatName", "defcol"=>1, "maxcol"=>4, "subbit"=>"links_subcatbit")), 'define_catbit', 1); |
#689
|
|||
|
|||
thanks for the help!
|
#690
|
|||
|
|||
Thanks for your help before, seem to have another small little problem though. Thought itd be a good idea to autocreate threads for entries based on my site, so I've turned the settings on, gone through all the categories assigning the correct forum to post in (but it gives me an option of changing where its posted when I upload the file)
My problem though is, it uploads the file fine, but it says it can't create a thread. The reason it gives is: Forum does not exist Yet the forum does exist. Any ideas? |
#691
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|