The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
DownloadsII Details »» | |||||||||||||||||||||||||||||||||||||||
There's a vB4 version of this mod available: https://vborg.vbsupport.ru/showthread.php?t=231427
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. Because a lot of people keep on asking this: This mod works with any version of vBulletin 3.7.x and 3.8.x! It's also coded 100% XHTML 1.0 Transitional valid, just like vBulletin itself. Instructions & Support You can find an installation manual in the zip package (Readme-Install.txt). We try to answer most questions asked in this thread. Please don't send any pm's if we don't ask for them, as we said we try to give a high level of support in this thread. 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 6 screenshots of the front-end and back-end (AdminCP part) of the DownloadsII software. You can see the newest version in action at the Minatica.be Downloads (Dutch). Changelog (version 5.1.2) Jelle
Help!!! I can't upload large files?? This is probably the second most asked question. Have a look at this post for the solution. It doesn't work with GARS?! If you also use the latest version of GARS, you will get the "Fields marked in RED must be filled in!" error when uploading a file. I provided a fix here on the GARS forums. Addons We are offering 3 addons for this mod at the moment (have a look at the bottom of this post for them). DownloadsII contains 5 hook locations for the vBulletin plugin systems, so you can add extra functionality without file edits. Do you want to help expanding DownloadsII (if you are a coder)? Check out this post! Notes
Addons Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
Благодарность от: | ||
puertoblack2003 |
Comments |
#142
|
|||
|
|||
Quote:
Only a template needs to be fixed : replace the contents of downloads_memberfiles_bit HTML Code:
<tr> <td class="alt1"> <a href="downloads.php?do=file&fileid={$file['id']}">{$file['name']}</a> </td> <td class="alt1"> $smalldesc </td> <td class="alt1"> $date </td> <td class="alt1"> $downloads </td> </td> HTML Code:
<tr> <td class="alt1"> <a href="downloads.php?do=file&fileid={$file['id']}">{$file['name']}</a> </td> <td class="alt1"> $smalldesc </td> <td class="alt1"> $downloads </td> <td class="alt1"> $date </td> </tr> |
#143
|
|||
|
|||
Thanks, I fixed it, it will be included in the next release
|
#144
|
||||
|
||||
Thanks for your work!
For the downloads_cat_subbit template, in the subcategory listing table cell, it uses nowrap="nowrap". I think you should remove that, since when there are lots of categories this causes them to be on a single line and results in a horizontal scrollbar. original: HTML Code:
<td class="$bgclass" valign="middle" align="left" nowrap="nowrap"> <span class="smallfont">{$sub['desc']}$subcats</span> </td> HTML Code:
<td class="$bgclass" valign="middle" align="left"> <div class="smallfont">{$sub['desc']}$subcats</div> </td> |
#145
|
||||
|
||||
Quote:
Thanks! |
#146
|
||||
|
||||
Quote:
|
#147
|
||||
|
||||
Quote:
Quote:
Here are some more feature suggestions and questions:
Keep up the great work! :up: |
#148
|
|||
|
|||
Quote:
Version 5.0 is almost completed and we want to release it as fast as possible. So it will be mainly a bugfix/cleanup release. The next version will be focused on some new features |
#149
|
||||
|
||||
Cool thanks. Look forward to it!
Another quick questions: - how can I re-arrange the navigation links? Looks like there is a bug with the rating system. I selected A but the system recorded A-. |
#150
|
||||
|
||||
I keep getting this when tring to upload a file...
The upload failed! Upload error. Its a zip file too... |
#151
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|