vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - DownloadsII (https://vborg.vbsupport.ru/showthread.php?t=120122)

PaylaX 10-31-2009 04:23 PM

Quote:

Originally Posted by RS_Jelle (Post 1905973)
Probably yes, but there's nothing I can do at the moment. I'm not an alpha, neither a beta tester.

We loved and we have been using this hack on our forums so, please do your best for 4 series.
Quote:

Originally Posted by Kirschtorte (Post 1908670)
Hello!

i have seen, that the DownloadsII-Addon on the demopage (http://www.minatica.be/downloads.php) is version 6.0 instead of 5.1.1. Where can i get it :confused:

6.0 version for this hack is only a modified version of v5.1 which involve star rating system according to me.

And there is another layout, I use Ajax scripts, and a lot graphics.

Mr_TriGGeR 10-31-2009 11:08 PM

Okay I have a question I just can't figure out. Is there a way to import all the attachments I have on the board, prior to installing this Mod? Or do I have to do them 1 at a time.

ZERO <ibis> 10-31-2009 11:16 PM

Is there a way to use this to allow users to downlaod files hosted from a remote location?

RS_Jelle 11-01-2009 12:29 PM

Quote:

Originally Posted by alpha.cccp (Post 1906628)
Got a question...when I set Latest Additions, Most Contributors and all the other side modules to 0, the column disappears on the main downloads.php page but not on any category pages...is there a way to fix that ?

Also it seems with the side column doesn't have a fixed width or a wrap or anything like that, so if the file name is rather large it will push the entire table out to the side breaking the layout ( primarily the only reason why I set everything to 0 on the left bar ).

Thank you, great mod !

Open downloads.php
Find
PHP Code:

    eval('$dmain_jr = "' fetch_template('downloads_cat') . '";');
    eval(
'$dpanel = "' fetch_template('downloads_panel_side') . '";');
    eval(
'$dmain = "' fetch_template('downloads_wrapper_side') . '";');
}
else if (
$_GET['do'] == 'tree'

Replace with
PHP Code:

    eval('$dmain_jr = "' fetch_template('downloads_cat') . '";');
    if (
$vbulletin->options['ecdownloads_tops'])
    {
        eval(
'$dpanel = "' fetch_template('downloads_panel_side') . '";');
        eval(
'$dmain .= "' fetch_template('downloads_wrapper_side') . '";');
    }
    else
    {
        eval(
'$dmain .= "' fetch_template('downloads_wrapper_top') . '";');
    }
}
else if (
$_GET['do'] == 'tree'

Quote:

Originally Posted by Bram H (Post 1908643)
But what does this mean for people like myself that have a very active downloads area and also gonna install vb 4.0 suite ?

Is it likely that during an upgrade all downloads are corrupted or worse: lost?

You normally won't lose anything if you upgrade to vB4. The current DownloadsII version won't work (blank page or PHP errors), but the data won't be touched (unless you uninstall it).

Quote:

Originally Posted by gwerzal (Post 1908698)
Hi

This is a great mod but i am getting this error below when i try to upload a picture to the download

Fatal error: Call to undefined function imagecreatefromjpeg() in /home/elite/public_html/downloads.php on line 838

Any ideas what it could be anyone

Any help is very much appreciated

Do you have the GD library for PHP installed? And which version if you do (needs to be 1.8 or later)?

Quote:

Originally Posted by ZERO <ibis> (Post 1908827)
Is there a way to use this to allow users to downlaod files hosted from a remote location?

Currently you can only upload to folders within the forums directory. Otherwise, you need to link the files.

Quote:

Originally Posted by Mr_TriGGeR (Post 1908835)
Okay I have a question I just can't figure out. Is there a way to import all the attachments I have on the board, prior to installing this Mod? Or do I have to do them 1 at a time.

No, it's separated from the attachments system at the moment. You can't import attachments (or you need to do it manually of course). For vB4 I'm probably trying to integrate it with the new asset manager.

irtehun 11-01-2009 01:13 PM

Is there any way that this can be used so that only certain Usergroups can download certain files? if not can anyone point me in the right way for something that will?

abdulbasitsaeed 11-01-2009 01:22 PM

Simply go to Admin CP > Usergroups > Usergroup Manager.

Press the "Edit" button in front of the desired usergroup and you will find various options regarding viewing, commenting and downloading of files. ;)

irtehun 11-01-2009 01:25 PM

Quote:

Originally Posted by abdulbasitsaeed (Post 1909003)
Simply go to Admin CP > Usergroups > Usergroup Manager.

Press the "Edit" button in front of the desired usergroup and you will find various options regarding viewing, commenting and downloading of files. ;)

Some files need to be downloadable by all, some just need to be downloadable by a certain usergroup

RS_Jelle 11-01-2009 03:27 PM

Quote:

Originally Posted by irtehun (Post 1909004)
Some files need to be downloadable by all, some just need to be downloadable by a certain usergroup

You can limit categories per usergroup at the usergroup permissions ;)

realdx 11-01-2009 08:11 PM

Hi Jelle and thank you for the nice hack, hanging around for the web I found this mod, that seems like downloadsII, but with the ability to host remotely the files.. it has in the ACP options to set up an ftp connection to host the files on another server and the option to retrive them from a given HTTP link.
This would solve one big problem in DownloadsII, the file size limitation that most of us have on their server when uploading files via HTTP, and the ability to host the vbulletin script on a fast and expensive server for taking care of mysql queries, page generation and all the rest, and use a cheap remote server with bigger hard drive space just as a file vault.
Are you interested in implenting it in the next version?
I dont know if I can post the file here, kindly let me know if I can send you the file via email.
Thank you for your time and keep up the good work!!

teamemmenracing 11-01-2009 11:34 PM

Excellent mod....... thanks

I am getting this error when uploading ........ any ideas ?

https://vborg.vbsupport.ru/


All times are GMT. The time now is 07:43 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05247 seconds
  • Memory Usage 1,764KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete