Ignore:
Timestamp:
Jan 13, 2011, 4:24:18 PM (14 years ago)
Author:
plg
Message:

feature 2108 added: user upload removed from core. It will come back as a
"new generation" user upload in the Community plugin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config_default.inc.php

    r8238 r8651  
    121121// or not ?
    122122$conf['newcat_default_commentable'] = true;
    123 
    124 // newcat_default_uploadable : at creation, must a category be uploadable or
    125 // not ?
    126 $conf['newcat_default_uploadable'] = false;
    127123
    128124// newcat_default_visible : at creation, must a category be visible or not ?
     
    556552// If false it'll be redirected from index.php to identification.php
    557553$conf['guest_access'] = true;
    558 
    559 // +-----------------------------------------------------------------------+
    560 // |                                upload                                 |
    561 // +-----------------------------------------------------------------------+
    562 
    563 // upload_maxfilesize: maximum filesize for the uploaded pictures. In
    564 // kilobytes.
    565 $conf['upload_maxfilesize'] = 200;
    566 
    567 // upload_maxheight: maximum height authorized for the uploaded images. In
    568 // pixels.
    569 $conf['upload_maxheight'] = 800;
    570 
    571 // upload_maxwidth: maximum width authorized for the uploaded images. In
    572 // pixels.
    573 $conf['upload_maxwidth'] = 800;
    574 
    575 // upload_maxheight_thumbnail: maximum height authorized for the uploaded
    576 // thumbnails
    577 $conf['upload_maxheight_thumbnail'] = 128;
    578 
    579 // upload_maxwidth_thumbnail: maximum width authorized for the uploaded
    580 // thumbnails
    581 $conf['upload_maxwidth_thumbnail'] = 128;
    582554
    583555// +-----------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.