Thread: Major Additions - DownloadsII
View Single Post
  #1832  
Old 10-23-2007, 05:03 AM
RS_Jelle RS_Jelle is offline
 
Join Date: Jul 2005
Posts: 1,276
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Smooth Adam View Post
Is it possible for the images to be resized before they are uploaded to the file's thread?
If it's a question about the DownloadsII Create New Thread Add-On, you better ask it there to keep things together. But I don't think that add-on can display the uploaded images in the newly created threads? Only if you use the IMG button to set them in the file description, they will be transfered also to the thread, but that's logical (then you need to use an image resizer like this one for your forum).

Quote:
Originally Posted by Black Tiger View Post
@RSJelle: You forgot my question. Seems now more users with IE6 having problems downloading or better said that downloads work but will be downloaded incomplete c.q. with errors.
I didn't forget it. I answered in this post (after the last quote)

Quote:
Originally Posted by doobiefillin View Post
this is a noob question but how can i go about doing: Change the permissions on the directory called 'downloads' making it writeable and executable (chmod 777)

as well as: Create directories in the 'Categories' menu under the 'Downloads' in your admincp

everything else is working fine. thanks
You need to chmod the downloads folder (which is one of the files/folders you need to upload before to your forums ftp) to 777 permissions with your FTP-program, so PHP can upload files to it. Chmod is explained for example here and here.

Quote:
Originally Posted by TB Poptarts View Post
I was wondering where I go in Downloads II so I can edit how large of a file people can upload...

Because for some odd reason.. I'm unable to upload .wmv or .avi.. and i've edited it for these file extentions.. but it just loads for a long time and then it makes the page reload after its done and gives me blank boxes as if i never typed anything to be uploaded...

actually.. is there a way i can edit it so.. files that are large can be uploaded? i think that's the problem

Can I get some help there? ^^;
PHP has got an upload limit, that's probably the problem. It's a common issue
If you have full server access, you can edit your php.ini (PHP configuration file) and edit the size there manually. If you are on a shared server, you can put a .htaccess file in your forums directory (where you can find downloads.php) with the following content:
Code:
php_value upload_max_filesize 25M
php_value post_max_size 25M
Ofcourse you can change the 25MB to what you want. It overrides the php.ini setting.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01178 seconds
  • Memory Usage 1,783KB
  • 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
  • (1)bbcode_code
  • (4)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