The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
DownloadsII Details »» | |||||||||||||||||||||||||||||||||||||||||
DownloadsII
DownloadsII is a download database that integrates into vBulletin. It allows you to upload files, add images to them, create categories, link to external files - and more. It is very flexible and has many options. It's also coded 100% XHTML 1.0 Transitional valid, just like vBulletin itself. Instructions & Support Requires vBulletin 4.0.4 or higher. Not fully compatible with lower vB 4 versions. It works fine with both the new editor in vB 4.1.4 or higher and the old one in previous vB versions. Read the instructions in the next two posts before installing/upgrading this mod! You can find an installation/upgrade manual in the zip package (Readme.txt). I try to answer most questions asked in this thread. Please don't send any pm's if I don't ask for them. Don't forget to click the install link, so you will receive important update notifications. Screenshots & Live demo At the bottom of this post, you can find some screenshots of the front-end and back-end (AdminCP part) of the DownloadsII software. You can find a live demo on my own site: Minatica.be Downloads (Dutch). Though keep in mind that we are running a restyled and modified version of it. Changelog (version 6.0.9) Jelle
Help!!! I can't upload large files?? This is probably the most asked question. It's mostly caused by some default PHP settings: check "PHP Max Post Size" and "PHP Maximum Upload Size" at your AdminCP home. Then have a look at this post for the solution to up these values. Also have a look at this post at vB.com (but ignore the MySQL part as DownloadsII is only using the file system). Add-ons There are currently no official add-ons. Unofficial add-ons are listed below. Download Now
Screenshots
Show Your Support
|
26 благодарности(ей) от: | ||
andro140, belbos, chatpalace24, Cruncher Pete, DEAL321, elwizard, erosolmi, gec100, Hippy, KorvinGump, Macgiber, Mopar1973Man, MusiquesElectro, mygitar, Ricsca, romaszek, sadiq6210, snooper2, spillage, SSG.D, stationar, steviewonder44, TeknoSounds, TZ. |
Comments |
#1862
|
||||
|
||||
How I can disable ONE category?? or deny access to users??
|
#1863
|
||||
|
||||
Easily you edit the usergroup settings for the group(s) you don't want to have access to that category.
|
#1864
|
||||
|
||||
Quote:
thankkssss, founded! |
#1865
|
||||
|
||||
The filenames and the internal names are related, the internal name will likely just be a number prepended to the name you get when downloading. That being said to see who uploaded them just look at the entry for the file, either on your forum or through an sql query, this will give you the username and/or the member id number of the uploader.
|
#1866
|
|||
|
|||
:-\ I really would appreciate an answer.
|
#1867
|
||||
|
||||
Likely just an edit of the appropriate template.
|
#1868
|
|||
|
|||
Most likely, though I am unsure at the moment what to edit.
|
#1869
|
||||
|
||||
you need to open up downloads2_cat_subbit template
and make a <vb:if condition between here Code:
<td class="dl2info" valign="middle" align="{vb:stylevar left}" nowrap="nowrap"> <a href="downloads.php?{vb:raw session.sessionurl}do=cat&id={vb:raw sub.id}">{vb:raw sub.name}</a> <vb:if condition="$sub['catimage'] != ''"><br /><br /><a href="downloads.php?{vb:raw session.sessionurl}do=cat&id={vb:raw sub.id}"><img src="{vb:raw sub.catimage}" border="0" alt="{vb:raw sub.name}" title="{vb:raw sub.name}" /></a></vb:if> </td> Code:
<img src="{vb:raw sub.catimage}" border="0" alt="{vb:raw sub.name}" title="{vb:raw sub.name}" /></a> this will not show Code:
<a href="downloads.php?{vb:raw session.sessionurl}do=cat&id={vb:raw sub.id}">{vb:raw sub.name}</a> If I had time I would give it a go for you unfortunately I don't ATM oh if you have images in the normal cat edit the same way in downloads2_main_catbit template |
#1870
|
|||
|
|||
Hello,
Thanks for this mod. After installation (6.0.9) appears 2 new lines in postbit_legacy (uploads & downloads). I've been looking at the template postbit_legacy not see anything. I have found that the template downloads2_postbit have this: Code:
<dt>{vb:rawphrase dl2_downloads}</dt><dd>{vb:raw post.dl2_downloads}</dd> <dt>{vb:rawphrase dl2_uploads}</dt><dd>{vb:raw post.dl2_uploads}</dd> Could be the solution to delete the contents of downloads2_postbit template ? Last, but not least. I'm trying to insert categories images, but the images appear below of the title categorie. This is: I want it like this: Can you help me? |
#1871
|
||||
|
||||
You clearly have no idea how the plugin works, if the plugin couldn't match the filename used to store it on server then it could never actually allow someone to download the file. So look through the database for the filename on the server to match it to the downloads entry which will give you the username of the person who uploaded it.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|