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
  #732  
Old 05-16-2010, 09:51 AM
RS_Jelle RS_Jelle is offline
 
Join Date: Jul 2005
Posts: 1,276
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TeknoSounds View Post
Hey Jelle, I'm trying to edit a few things to get things to show up the way I want, but running into a few troubles. First, on the memberinfo tab for Downloads, I'm trying to add the category to the info displayed, but cat.name doesn't show anything. Is there anything I need to do to pull this variable?
Second, on the Latest Files and Top Files, I'm trying to add "by file.author" in a smaller line underneath the title of the download, but I can't begin to see where the stats info is pulled/compiled from/at so that I could add this.
It's not that easy as that information isn't available. The database query isn't loading that.
For the first one, you need to edit the profile tab plugin and add a JOIN statement to the query to get the category table in. For the second one, you need to edit the queries in class_downloads2.php (update_latest_files() and update_popular_files() functions).

Quote:
Originally Posted by asj View Post
Your server is running safe mode. You MUST manually create a folder named dl_tmp under your downloads folder. Be sure to change the permissions to 777. :down:
The notification sounds clear to me? It's there to help you and it goes away when you fixed it

Quote:
Originally Posted by vbbforfree View Post
My error
Quote:
Originally Posted by redfox2010 View Post
do i have to change postbit? or what?
i can do manually
tnx
That's not a DownloadsII issue, but a Post Thank You Hack issue. The thank stats are right before the download stats and they start it because of some invalid HTML.

A workaround placing the download stats before the thank you ones:
AdminCP -> Plugins & Products -> Plugin Manager -> "DownloadsII: Set Postbit Template Hook" -> Execution Order -> 4 -> Save

Quote:
Originally Posted by mattpist View Post
is it possible to add an "add new file" button to the main page instead of just the category pages? thanks!
Edit the downloads2_main template and add it where you want:
HTML Code:
		<vb:if condition="$show['addnewfile']">
			<a class="newcontent_textcontrol" href="downloads.php?{vb:raw session.sessionurl}do=add&amp;cat={vb:raw cat.id}" rel="nofollow"><span>+</span> {vb:rawphrase dl2_add_new_file}</a>
		</vb:if>
Reply With Quote
  #733  
Old 05-17-2010, 05:16 AM
CloudWolf CloudWolf is offline
 
Join Date: Jan 2010
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone experiencing a problem where a user uploads a file, then gets taken to "You do not have permission to view this page" because it needs moderation?

Is there a way to let standard useres view a file thats not been moderated, but not actually have moderator powers? :P

(awesome mod by the way!)
Reply With Quote
  #734  
Old 05-17-2010, 09:10 AM
TeknoSounds TeknoSounds is offline
 
Join Date: Nov 2006
Location: TX
Posts: 435
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Pretty excited about this, tho didn't take much work at all to do.
Embedded the Concepta MP3 player with DownloadsII so that it pulls the correct url for each file and passes it to the player on the page.

See attachment
Attached Images
File Type: jpg concepta_dl2_embed.jpg (68.4 KB, 0 views)
Reply With Quote
  #735  
Old 05-18-2010, 11:10 AM
Sadikb's Avatar
Sadikb Sadikb is offline
 
Join Date: Aug 2008
Location: Internet
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CloudWolf View Post
Anyone experiencing a problem where a user uploads a file, then gets taken to "You do not have permission to view this page" because it needs moderation?

Is there a way to let standard useres view a file thats not been moderated, but not actually have moderator powers? :P

(awesome mod by the way!)
Yep... I am.

I just installed it for the first time and was testing it when noticed this. After upload, instead of redirecting users to the file page which he will obviously not be able to see because of the moderation, it should show him a message saying that his file is in moderation.

This is an unbelievable Mod by the way. I can't imagine someone distributing it for free... Hats off to you man... Really appreciate it. You deserve me buying you at least coffee (I am a teetotaler, so no beer! ) once I have this working on my live site.
Reply With Quote
  #736  
Old 05-18-2010, 04:17 PM
RS_Jelle RS_Jelle is offline
 
Join Date: Jul 2005
Posts: 1,276
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CloudWolf View Post
Anyone experiencing a problem where a user uploads a file, then gets taken to "You do not have permission to view this page" because it needs moderation?

Is there a way to let standard useres view a file thats not been moderated, but not actually have moderator powers? :P

(awesome mod by the way!)
It's on the todo list already. Should be fixed in the next release

That won't be possible I guess as that's not the exspected behaviour for most users (that would be against the moderation queue principle). But you can of course turn moderation off at the usergroup permissions, so every file is automatically accepted.

Quote:
Originally Posted by TeknoSounds View Post
Pretty excited about this, tho didn't take much work at all to do.
Embedded the Concepta MP3 player with DownloadsII so that it pulls the correct url for each file and passes it to the player on the page.

See attachment
Nice, but I'm not planning to add an audio or video player to the package. I guess a media library is something different than a downloads section. And there are many players, so it would be difficult to make a choice.

Quote:
Originally Posted by Sadikb View Post
This is an unbelievable Mod by the way. I can't imagine someone distributing it for free... Hats off to you man... Really appreciate it. You deserve me buying you at least coffee (I am a teetotaler, so no beer! ) once I have this working on my live site.
Thanks
Coffee or tea is fine, I don't like beer
Reply With Quote
  #737  
Old 05-19-2010, 01:25 AM
TeknoSounds TeknoSounds is offline
 
Join Date: Nov 2006
Location: TX
Posts: 435
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RS_Jelle View Post
Nice, but I'm not planning to add an audio or video player to the package. I guess a media library is something different than a downloads section. And there are many players, so it would be difficult to make a choice.
Agreed and no worries. I'm using Downloads for a specialized way Actually at the time there weren't any media libraries for vB4, and the ones that have come out are more for video that music.

Just wanted to share tho heh
Reply With Quote
  #738  
Old 05-19-2010, 06:58 AM
Sadikb's Avatar
Sadikb Sadikb is offline
 
Join Date: Aug 2008
Location: Internet
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RS_Jelle View Post
Thanks
Coffee or tea is fine, I don't like beer
We have similar tastes then! Where's your support developer link man?

And any idea how to prevent user from getting the You do not have permission error after he uploads? Thanks again.
Reply With Quote
  #739  
Old 05-19-2010, 05:15 PM
Charis Charis is offline
 
Join Date: Oct 2009
Location: Thessaloniki, Greece
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It would be great to have two columns (downloads/uploads) in memberlist and even more if they were sortable.

I guess we should have something like this:
PHP Code:
<th class="blocksubhead">Downloads</th>

<
th class="blocksubhead">Uploads</th
in template memberlist and something like this:
PHP Code:
<vb:if condition="exec_switch_bg()"><td class="{vb:raw bgclass} postcount">{vb:raw userinfo.dl2_downloads}</td></vb:if>

<
vb:if condition="exec_switch_bg()"><td class="{vb:raw bgclass} postcount">{vb:raw userinfo.dl2_uploads}</td></vb:if> 
in template memberlist_resultsbit

How could we make these columns sortable?
Reply With Quote
  #740  
Old 05-21-2010, 02:01 AM
Ophelia Ophelia is offline
 
Join Date: Feb 2006
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Since AndrewD passed away (which really hit me hard), and the future of the Links & Download manager is at question, and because our site relies heavily on this modules, we need to look for an alternative.

Does this module do the following?
  • Can we schedule downloads so that they will show up on a certain date?
  • Can we restrict downloads by usergroup?
  • Can we have hidden areas for just team members?
  • Can we hide something that has been uploaded?

Thank you.
Reply With Quote
  #741  
Old 05-21-2010, 04:01 AM
TeknoSounds TeknoSounds is offline
 
Join Date: Nov 2006
Location: TX
Posts: 435
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ophelia View Post
Since AndrewD passed away (which really hit me hard), and the future of the Links & Download manager is at question, and because our site relies heavily on this modules, we need to look for an alternative.

Does this module do the following?
  • Can we schedule downloads so that they will show up on a certain date?
  • Can we restrict downloads by usergroup?
  • Can we have hidden areas for just team members?
  • Can we hide something that has been uploaded?

Thank you.
Oh wow, thats very sad to hear :-/ Best regards to his family.

For your questions:
1) No
2) Yes, amounts of downloads, file size upload, file size download, category restrictions
3) Yes, categories can be restricted.
4) See 3, but there is not a by "per file" basis.
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:59 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.06906 seconds
  • Memory Usage 2,408KB
  • 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
  • (1)bbcode_html
  • (2)bbcode_php
  • (12)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
  • (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
  • (9)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