Ignore:
Timestamp:
Jun 22, 2014, 1:41:47 PM (10 years ago)
Author:
mistic100
Message:

feature 3095: add "comments_enable_website" param + GUI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/config.sql

    r25576 r28764  
    99INSERT INTO piwigo_config (param,value,comment) VALUES ('comments_author_mandatory','false','Comment author is mandatory');
    1010INSERT INTO piwigo_config (param,value,comment) VALUES ('comments_email_mandatory','false','Comment email is mandatory');
     11INSERT INTO piwigo_config (param,value,comment) VALUES ('comments_enable_website','true','Enable "website" field on add comment form');
    1112INSERT INTO piwigo_config (param,value,comment) VALUES ('user_can_delete_comment','false','administrators can allow user delete their own comments');
    1213INSERT INTO piwigo_config (param,value,comment) VALUES ('user_can_edit_comment','false','administrators can allow user edit their own comments');
Note: See TracChangeset for help on using the changeset viewer.