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 |
#402
|
|||
|
|||
is there anyway i could make it should the number of comments on each download?
next to where it says rate/comment id like to display the number? |
#403
|
|||
|
|||
also im trying to install autocreate-threads
but the instructions inside the zip arnt very clear and the wiki doesnt provide install instructions for that, could u help me out? |
#404
|
|||
|
|||
Thanks for a wonderful product! I've installed it on my site and have it up and running already.
Now all I've got to do is upload content Many thanks! |
#405
|
||||
|
||||
* Sorry for the duplicate post (I posted the same question on the 3.5 version of this app accidentally *
I recently installed LDM and really love this app, but I'd like to utilize my own icons instead of the stock ones. My site is dark - It utilizes multiple shades of grey. I'm currently developing a bunch of 16x16 icons for my website, but I'm using .png instead of .gif. I decided to use PNGs because they render shadows much better than GIFs. I can create an icon with a drop shadow and use the same icon on both a white or a dark colored website. Can someone tell me whether it's possible to utilize a .png icon with LDM? If I only need to edit a template or two (or more) that's fine - I just need to know which ones. Thanks! |
#406
|
|||
|
|||
Quote:
Edit includes/local_links_include.php Find function get_icons() Six lines later, edit the line Code:
if (preg_match("/(.*?).gif/", $file, $matches)) { Code:
if (preg_match("/(.*?).(gif|jpg|png)/", $file, $matches)) { Code:
$linkfavicon = mk_file_name($links_defaults['file_icons_dir'],'myfav.gif'); Find the line Code:
$linkediticon = mk_file_name($links_defaults['file_icons_dir'],'pencil.gif'); That should do it, I think. |
#407
|
|||
|
|||
Quote:
|
#408
|
|||
|
|||
Quote:
-> VB/admincp/plugins and products Download/Upload plugins Import either autocreate-plugin.xml or autocreate-2way-plugin.xml The first plugin creates new threads with a message with a link to the new LDM entry. The second plugin does the same, but also modifies the LDM entry description to include a link to the thread. Once installed, the plugin is active. Step 2: Using the plugin The plugin runs automatically whenever a new entry is created in LDM *provided* that entry is "associated" with a forum. Entries are either "associated" with a forum by default (if the admin has set the LDM setting default_forumid), implicitly by picking it up from the category's associated forum (Add/Edit category) or explicitly in the Add Entry form, by users who have the LDM permission *can_set_permissions*. Forum associations are normally used in LDM to set up access permissions, but this association is picked up by the plugin to decide where to post the new thread. If an entry is created without an associated forum, the plugin does nothing. Step 3: Modifying the plugin (Advanced Use!!) If you want the plugin only to fire in certain LDM categories, you can edit it. There are two lines in each plugin with the php code $limitcats = array(); You need to change the array statement to include a list of the category numbers where the plugin will fire. You can find the category numbers by looking for the "catid" that is shown when you hover the mouse over a link to the category. Normally, you will not need to worry about this - just install the plugin and let it run. |
#409
|
|||
|
|||
Thank you for this great add-on,
Are there any informations when 2.2.6 Final will be released? I only need the Link Manager of it...is it possible to disable all other funktions (Jukebox, Download Manager)? I also don´t want users to upload or download anything to/from my server. They should only be able to post links and some text there...is this possible? Couldn´t find any AdminCP Options screenshots...how do you administer all this settings....? |
#410
|
||||
|
||||
Hi Andrew
Just installed the beta .. I don't seem to get to the 2nd and 3rd page of settings when editing a category again .. have you changed the code that I need to have in the header template? (I'm using the vBa wraparound thing, remember ) |
#411
|
|||
|
|||
Quote:
opps yes sorry, so i guess im all set. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|