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
  #1572  
Old 10-05-2011, 07:21 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thats what the original file is .

oh boy I am confused...
Reply With Quote
  #1573  
Old 10-05-2011, 07:22 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TnT View Post
no, as mentioned above, this is the correct replacement:


PHP Code:
                    $templater vB_Template::create('newpost_errormessage');
                    
$templater->register('errormessage'$errormessage);
                    
$errorlist .= $templater->render(); 
this is the stock code from 6.0.8

PHP Code:
// Error handling
                
$show['errors'] = true;
                foreach (
$errors['message'] AS $errormessage)
                {
                    
$templater vB_Template::create('newpost_errormessage');
                        
$templater->register('errormessage'$errormessage);
                    
$errorlist .= $templater->render();
                }
            }
        } 
Reply With Quote
  #1574  
Old 10-05-2011, 07:24 PM
Mooff Mooff is offline
 
Join Date: Mar 2010
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

TnT that can't be correct. The variable $errormessage is defined in the foreach part.

maybe:
Code:
                    $templater = vB_Template::create('newpost_errormessage');
                    $templater->register('errormessage', $errors['message']);
                    $errorlist .= $templater->render();
?
Reply With Quote
  #1575  
Old 10-05-2011, 07:44 PM
TnT TnT is offline
 
Join Date: May 2002
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

still writing rubbish...
Reply With Quote
  #1576  
Old 10-05-2011, 07:53 PM
TnT TnT is offline
 
Join Date: May 2002
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, complete confusing

my code in Post 1567 is correct. But you have this 2 times in your code.

When you don't get any file endings in your error message it could be because you don't configured them in your Downloads II settings.

Hope this helps.

Thomas
Reply With Quote
  #1577  
Old 10-05-2011, 08:43 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I want to product a error message to see ..
how or what do I need to do ?>
Reply With Quote
  #1578  
Old 10-09-2011, 12:55 AM
Bram H Bram H is offline
 
Join Date: Jul 2007
Location: The Netherlands
Posts: 286
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tldagent View Post
Jelle,

Having some problems with the Downloads and I'm on 6.0.5. Basically a members secondary usergroup allows them to download products but when they are logged in and click on the latest downloads in the blocks or the downloads.php, they get:

Then it redirects them to downloads.php where they see no files at all. I've checked the permissions and everything looks good. One of our members has two different secondary groups that allow them access to the same download categories, not sure if there is a conflict there.

It is working because as administrator I can see the downloads and it does not tell me Invalid File ID. Thanks for your assistance.
I have exactly the same invalid file ID error. Seems to be purely random for users. Sometimes they experience it and after a few attempts it all of a sudden works.

Did you find a solution for this as this becomes really annoying
Reply With Quote
  #1579  
Old 10-10-2011, 09:47 PM
IamSocom IamSocom is offline
 
Join Date: Oct 2010
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The following errors occurred when this file was submitted:

I get this when trying to upload a 221k picture
Reply With Quote
  #1580  
Old 10-11-2011, 05:33 AM
Light Peak Light Peak is offline
 
Join Date: Aug 2011
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It seems like I'm getting the error of

Quote:
Error! The upload failed (error type 1).
I've tried setting
Quote:
upload_max_filesize = 10G
I'm tring to upload a appx 4GB of file.
Reply With Quote
  #1581  
Old 10-11-2011, 04:16 PM
obmob obmob is offline
 
Join Date: Nov 2001
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So, I have a gallery installed, and if you visit the gallery, you can't access the downloads from there. The link is built under the gallery path and not the forum path.

Code:
http://www.site.com/gallery/downloads.php
How can I fix this little issue? Thanks

EDIT

I found it, in the downloads2_navbar_link add {vb:raw vboptions.homeurl} before each downloads.php

Like this:

Code:
<vb:if condition="$vboptions['selectednavtab'] == 'downloads2'">
<li class="selected">
	<a class="navtab" href="{vb:raw vboptions.homeurl}downloads.php{vb:raw session.sessionurl_q}">{vb:rawphrase downloads2}</a>
	<ul class="floatcontainer">
		<li><a href="{vb:raw vboptions.homeurl}downloads.php{vb:raw session.sessionurl_q}">{vb:rawphrase dl2_main}</a></li>
		<vb:if condition="$show['dlsearch']">
			<li><a href="{vb:raw vboptions.homeurl}downloads.php?{vb:raw session.sessionurl}do=search">{vb:rawphrase dl2_search_downloads}</a></li>
		</vb:if>
		<vb:if condition="$show['addnewfile']">
			<li><a href="{vb:raw vboptions.homeurl}downloads.php?{vb:raw session.sessionurl}do=add">{vb:rawphrase dl2_add_file}</a></li>
		</vb:if>
		<vb:if condition="$show['manfiles']">
			<li><a href="{vb:raw vboptions.homeurl}downloads.php?{vb:raw session.sessionurl}do=manfiles">{vb:rawphrase dl2_manage_files}</a></li>
		</vb:if>
	</ul>
</li>
<vb:else />
	<li><a class="navtab" href="{vb:raw vboptions.homeurl}downloads.php{vb:raw session.sessionurl_q}">{vb:rawphrase downloads2}</a></li>
</vb:if>
Reply With Quote
Благодарность от:
Hippy
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 PM.


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.07066 seconds
  • Memory Usage 2,395KB
  • Queries Executed 28 (?)
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
  • (2)bbcode_php
  • (4)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
  • (5)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (25)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)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_postinfo_query
  • fetch_postinfo
  • 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