Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
DownloadsII Details »»
DownloadsII
Version: 6.0.9, by RS_Jelle RS_Jelle is offline
Developer Last Online: May 2016 Show Printable Version Email this Page

Category: Major Additions - Version: 4.0.4 Rating:
Released: 12-27-2009 Last Update: 12-01-2011 Installs: 1648
DB Changes Uses Plugins Auto-Templates
Additional Files  
No support by the author.

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
  • Added support for vB 4.1.8 bit processing with 'each' construct (backwards compatible)
  • Fixed comma listing for vB 4.1.8 (using "old" method)
Older changelogs are included in the zip package.

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

File Type: zip DownloadsII-6.0.9 vB 4.zip (506.6 KB, 4455 views)

Screenshots

File Type: jpg DownloadsII_v6_Main.jpg (74.2 KB, 0 views)
File Type: jpg DownloadsII_v6_Category.jpg (96.7 KB, 0 views)
File Type: jpg DownloadsII_v6_File.jpg (75.3 KB, 0 views)
File Type: jpg DownloadsII_v6_Add_File.jpg (58.3 KB, 0 views)
File Type: jpg DownloadsII_v6_Search.jpg (72.2 KB, 0 views)
File Type: jpg DownloadsII_v6_AdminCP_Settings.jpg (84.3 KB, 0 views)
File Type: jpg DownloadsII_v6_AdminCP_Categories.jpg (62.9 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #1072  
Old 11-25-2010, 06:08 PM
Feechen Feechen is offline
 
Join Date: Jul 2003
Location: Germany
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi RS_Jelle,

You wrote

Quote:
Originally Posted by RS_Jelle View Post
  • You can't use HTML any more in the category descriptions.
I have the problem that I've used a lot of HTML formatting in my category descriptions with the version 5.05. Since you have eliminated this feature in the current version , I am not even able to add a carriage return in order to show a textual paragraph. Can you give me a hint how I could solve the problem?

Do you intend to add the HTML feature again in the future?

Thank you in advance for your help.

Regards
Reply With Quote
  #1073  
Old 11-26-2010, 03:00 PM
RS_Jelle RS_Jelle is offline
 
Join Date: Jul 2005
Posts: 1,276
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by synseal View Post
Don't know what I am doing wrong, upgraded to the latest version of this but all I keep getting is below whenever I try to upload file, I have the extensions set correct to allow .rar also.

Code:
Error! The upload failed (error type 1).
I tried this mentioned here but it makes no difference https://vborg.vbsupport.ru/showpost....&postcount=309.
You have error type 1, that post you mention is about error type 2.
http://php.net/manual/en/features.fi...oad.errors.php
Quote:
Value: 1; The uploaded file exceeds the upload_max_filesize directive in php.ini.
Pretty much self explaining. You need to up it using a .htaccess or in your php.ini

Quote:
Originally Posted by Feechen View Post
Hi RS_Jelle,

You wrote



I have the problem that I've used a lot of HTML formatting in my category descriptions with the version 5.05. Since you have eliminated this feature in the current version , I am not even able to add a carriage return in order to show a textual paragraph. Can you give me a hint how I could solve the problem?

Do you intend to add the HTML feature again in the future?

Thank you in advance for your help.

Regards
It's not really a feature, more a deliberate decision. But it's easy to change if you want. Just open downloads.php and find and remove this line of code:
PHP Code:
$cat['description'] = htmlspecialchars_uni($cat['description']); 
Reply With Quote
  #1074  
Old 11-26-2010, 03:41 PM
synseal's Avatar
synseal synseal is offline
 
Join Date: Apr 2009
Posts: 334
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RS_Jelle View Post
You have error type 1, that post you mention is about error type 2.
http://php.net/manual/en/features.fi...oad.errors.php


Pretty much self explaining. You need to up it using a .htaccess or in your php.ini
Dont know where the php.ini is nor do I know what to add to it, I know where the .htaccess file is but what do I add to it.

I tried this in the .htaccess after reading vb.org but didnt' work.

php_value memory_limit 30M

Thanks.
Reply With Quote
  #1075  
Old 11-26-2010, 05:40 PM
RS_Jelle RS_Jelle is offline
 
Join Date: Jul 2005
Posts: 1,276
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by synseal View Post
Dont know where the php.ini is nor do I know what to add to it, I know where the .htaccess file is but what do I add to it.

I tried this in the .htaccess after reading vb.org but didnt' work.

php_value memory_limit 30M

Thanks.
You need to add this:
Code:
php_value upload_max_filesize 30M
php_value post_max_size 30M
Reply With Quote
  #1076  
Old 11-26-2010, 10:27 PM
Feechen Feechen is offline
 
Join Date: Jul 2003
Location: Germany
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi RS_Jelle,

Quote:
It's not really a feature, more a deliberate decision. But it's easy to change if you want. Just open downloads.php and find and remove this line of code:
PHP Code:
$cat['description'] = htmlspecialchars_uni($cat['description']); 
Unfortunately this does not help. The problem is still the same. Is there anything else which I have to change?

Thank you for your help.

Regards
Reply With Quote
  #1077  
Old 11-27-2010, 03:50 AM
synseal's Avatar
synseal synseal is offline
 
Join Date: Apr 2009
Posts: 334
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RS_Jelle View Post
You need to add this:
Code:
php_value upload_max_filesize 30M
php_value post_max_size 30M
Thank you Jelle, worked a treat :up:.
Reply With Quote
  #1078  
Old 11-27-2010, 07:22 AM
sadiq6210 sadiq6210 is offline
 
Join Date: Sep 2005
Posts: 684
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Jelle, Are you planning to add new features and options in the next release?
Reply With Quote
  #1079  
Old 11-27-2010, 09:23 AM
Feechen Feechen is offline
 
Join Date: Jul 2003
Location: Germany
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi RS_Jelle,

Quote:
Originally Posted by RS_Jelle View Post
It's not really a feature, more a deliberate decision. But it's easy to change if you want. Just open downloads.php and find and remove this line of code:
PHP Code:
$cat['description'] = htmlspecialchars_uni($cat['description']); 
I found out why it did not work. There is a second line which must be deleted:

PHP Code:
$sub['description'] = htmlspecialchars_uni($sub['description']); 

Now it is working

Thank you for your hint.

Regards
Reply With Quote
  #1080  
Old 11-27-2010, 02:34 PM
Ophelia Ophelia is offline
 
Join Date: Feb 2006
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by obmob View Post
I did it using the batch importer, after that, I modified each entry's date and dowload count. Now, I only had around 300 so, took me a couple days.
Did it bring over all the images that L&D had as well as the zips? I don't care about the date or the download count to be honest, I just need a way to get everything from there to something that is being updated on a regular basis.
Reply With Quote
  #1081  
Old 11-28-2010, 08:03 AM
Kolbi Kolbi is offline
 
Join Date: Mar 2009
Location: D - S?dbaden
Posts: 899
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I´m getting always the message:
"Your limited downloading things is reached" (or like this I´m working with a German translation) although I as Admin have no limitations???
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:33 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06824 seconds
  • Memory Usage 2,396KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (4)bbcode_php
  • (10)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (24)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (8)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete