ENHANCEMENT: Added gravatar size to the configuration options

This commit is contained in:
Gordon Anderson 2013-03-06 16:09:32 +07:00
parent b961b16910
commit 255d961b09

View File

@ -26,7 +26,8 @@ class Commenting {
'require_login' => false, // boolean, whether a user needs to login
'required_permission' => false, // required permission to comment (or array of permissions)
'use_ajax_commenting' => true, // use ajax to post comments.
'use_gravatar' => false, // set to true to show gravatar icons
'use_gravatar' => false, // set to true to show gravatar icons,
'gravatar_size' => 80, // size of gravatar in pixels. This is the same as the standard default
'show_comments_when_disabled' => false, // when comments are disabled should we show older comments (if available)
'order_comments_by' => "\"Created\" DESC",
'comments_per_page' => 10,