Thread: Major Additions - DownloadsII
View Single Post
  #3925  
Old 11-01-2009, 12:29 PM
RS_Jelle RS_Jelle is offline
 
Join Date: Jul 2005
Posts: 1,276
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by alpha.cccp View Post
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 View Post
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 View Post
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> View Post
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 View Post
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.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01108 seconds
  • Memory Usage 1,795KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete