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
  #1872  
Old 03-19-2012, 12:59 AM
Bisha's Avatar
Bisha Bisha is offline
 
Join Date: Mar 2006
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rarauz View Post
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>
I want to remove the new 2 postbit lines.

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?
I will forward you my template to do this.
Reply With Quote
  #1873  
Old 03-19-2012, 01:44 AM
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 Bisha View Post
I will forward you my template to do this.
could ya post it or send it to me as well thanks
Reply With Quote
  #1874  
Old 03-19-2012, 04:25 AM
jerde jerde is offline
 
Join Date: Jun 2010
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I like having it over the image because I use wider images.
Reply With Quote
  #1875  
Old 03-19-2012, 07:45 AM
Skyrider Skyrider is offline
 
Join Date: Feb 2006
Location: Netherlands
Posts: 1,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hippy View Post
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&amp;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&amp;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>
if
Code:
<img src="{vb:raw sub.catimage}" border="0" alt="{vb:raw sub.name}" title="{vb:raw sub.name}" /></a>
else hide
this will not show
Code:
<a href="downloads.php?{vb:raw session.sessionurl}do=cat&amp;id={vb:raw sub.id}">{vb:raw sub.name}</a>
vb.com have good tutorials to explain this
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
Meh, the bad thing is that I suck at template changes.
Reply With Quote
  #1876  
Old 03-19-2012, 09:59 AM
Skyrider Skyrider is offline
 
Join Date: Feb 2006
Location: Netherlands
Posts: 1,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think I found a bug.. On the main download page, it is saying there's 4,294,967,295 files in the category while there are 5....
Reply With Quote
  #1877  
Old 03-19-2012, 09:16 PM
rarauz rarauz is offline
 
Join Date: Feb 2009
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bisha View Post
I will forward you my template to do this.
Thanks !!!
Reply With Quote
  #1878  
Old 03-19-2012, 11:36 PM
Bisha's Avatar
Bisha Bisha is offline
 
Join Date: Mar 2006
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hippy View Post
could ya post it or send it to me as well thanks
Quote:
Originally Posted by Bisha View Post
I will forward you my template to do this.
I cant pm all of you :P

replace downloads2_main_catbit with this one

PHP Code:
<tr valign="top">
    <
td class="dl2info" valign="top" align="{vb:stylevar left}" nowrap="nowrap">
        <
vb:if condition="$cat['catimage'] != ''">
        <
a href="downloads.php?{vb:raw session.sessionurl}do=cat&amp;id={vb:raw cat.id}"><img src="{vb:raw cat.catimage}" alt="{vb:raw cat.name}" title="{vb:raw cat.name}" border="0" /></a></vb:if>
    </
td>
    <
td class="dl2info" valign="top" align="{vb:stylevar left}" nowrap="nowrap">
        <
a href="downloads.php?{vb:raw session.sessionurl}do=cat&amp;id={vb:raw cat.id}">{vb:raw cat.name}</a>
    </
td>
    <
td class="dl2info" valign="top" align="{vb:stylevar left}">
        <
span class="smallfont">{vb:raw cat.description}</span>
        <
vb:if condition="$subcats">
            <
div class="subcats">
                <
h4>{vb:rawphrase dl2_sub_cats}:</h4>
                <
ol class="commalist">
                    {
vb:raw subcats}
                </
ol>
            </
div>
        </
vb:if>
    </
td>
    <
td class="dl2info" valign="top" align="center" height="40"><span class="smallfont">{vb:raw cat.files}</span></td>
</
tr
and say thanks :P
Reply With Quote
4 благодарности(ей) от:
Delfi_r, Hippy, rarauz, TeknoSounds
  #1879  
Old 03-19-2012, 11:40 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks
Reply With Quote
  #1880  
Old 03-20-2012, 05:24 AM
sadiq6210 sadiq6210 is offline
 
Join Date: Sep 2005
Posts: 684
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't need it but I want to say
Thanks
Reply With Quote
  #1881  
Old 03-20-2012, 07:49 AM
Skyrider Skyrider is offline
 
Join Date: Feb 2006
Location: Netherlands
Posts: 1,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Another issue, the rate menu is messed up when you rate a file from bad to good. The rate stars are within the text. How do I fix this?

Also:
Quote:
I think I found a bug.. On the main download page, it is saying there's 4,294,967,295 files in the category while there are 5....
Still would like to solve this one.
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 09:22 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.08397 seconds
  • Memory Usage 2,403KB
  • 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
  • (4)bbcode_code
  • (1)bbcode_php
  • (7)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
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (28)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