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)

basketmen 03-24-2007 11:44 AM

i think i miss this part

how people can report ilegal files to admin/moderator?

CyberRanger 03-24-2007 12:03 PM

Quote:

Originally Posted by basketmen (Post 1211021)
i think i miss this part

how people can report ilegal files to admin/moderator?

There isn't a way built into the program for that but we do have it on our request list.

CyberRanger 03-24-2007 12:06 PM

Quote:

Originally Posted by nasko (Post 1210653)
At the moment the maximum file size is around 12 mb, the users can't upload bigger files.

If you want to control the max file size a user can upload, try putting this in .htaccess
PHP Code:

php_value upload_max_filesize 10M
php_value post_max_size 10M 


subzero06 03-24-2007 01:09 PM

Quote:

Originally Posted by CyberRanger (Post 1211030)
If you want to control the max file size a user can upload, try putting this in .htacess
PHP Code:

php_value upload_max_filesize 10M
php_value post_max_size 10M 


and where do i put this .htacess file?

RS_Jelle 03-24-2007 01:12 PM

Quote:

Originally Posted by subzero06 (Post 1211056)
and where do i put this .htacess file?

Into your forum root, where you can find downloads.php ;)
Btw, a small correction: it's .htaccess (with two c's), otherwise it won't work.

subzero06 03-24-2007 01:20 PM

How come every time i upload a file it says The upload failed! Upload error. and the file is only 4mb

RS_Jelle 03-24-2007 01:47 PM

Quote:

Originally Posted by subzero06 (Post 1211063)
How come every time i upload a file it says The upload failed! Upload error. and the file is only 4mb

After placing the .htaccess, or also without the .htaccess?
Probably it's the php.ini upload limit setting. You can change this yourself when you have server access (SSH), but when you are on a shared host you need to ask this to your hosting company (and probably they won't change it, which is normal because of server loads).

subzero06 03-24-2007 01:54 PM

Quote:

Originally Posted by RS_Jelle (Post 1211077)
After placing the .htaccess, or also without the .htaccess?
Probably it's the php.ini upload limit setting. You can change this yourself when you have server access (SSH), but when you are on a shared host you need to ask this to your hosting company (and probably they won't change it, which is normal because of server loads).

Yeah i didnt use the .htaccess
It was the php.ini it was set for only 2mb file upload....i changed it to 4 and it worked!

CyberRanger 03-24-2007 03:31 PM

Quote:

Originally Posted by subzero06 (Post 1211082)
Yeah i didnt use the .htaccess
It was the php.ini it was set for only 2mb file upload....i changed it to 4 and it worked!

If you can change php.ini, you don't really need to mess with the .htaccess file in forum root.

Quote:

Originally Posted by RS_Jelle (Post 1211059)
Into your forum root, where you can find downloads.php ;)
Btw, a small correction: it's .htaccess (with two c's), otherwise it won't work.

Thanks for catching my typo!

Opus4 03-24-2007 04:55 PM

Quote:

Originally Posted by RS_Jelle (Post 1210640)
You can disable the rating feature using the user group permissions, but that's not removing the old ratings. It's only removing the rating form for new ratings. You can truncate the dl_votes table and reset the total vote score using phpMyAdmin, but then you still see the "No votes" message, so you still need to edit your templates. But editing them to remove it isn't that difficult, it's just one piece of code to remove in the downloads_file template (and don't forget the user group permission also)

Just in case anyone else does this, I changed the templates a while back -- there were 4 to edit to completely remove all rating/grade references:
  • downloads_cat
  • downloads_file
  • downloads_my
  • downloads_my_bit
One thing I noticed after modifying these templates is that the Admin CP always has a warning that these custom templates are out of date, saying that the default versions of them were updated in DownloadsII 5.04, but that I've last modified them in Downloads II 3.6.5.


All times are GMT. The time now is 03:55 PM.

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.03065 seconds
  • Memory Usage 1,746KB
  • 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
  • (6)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