Changeset 19303 for trunk/include


Ignore:
Timestamp:
Dec 6, 2012, 3:19:12 PM (11 years ago)
Author:
plg
Message:

feature 2798: let the webmaster decide how many comments to display on
comments.php by default

File:
1 edited

Legend:

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

    r18889 r19303  
    299299// you can define imagemagick directory.
    300300$conf['ext_imagick_dir'] = '';
     301
     302// how many user comments to display by default on comments.php. Use 'all'
     303// to display all user comments without pagination. Default available values
     304// are array(5,10,20,50,'all') but you can set any other numeric value.
     305$conf['comments_page_nb_comments'] = 10;
    301306
    302307// +-----------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.