Ignore:
Timestamp:
Jan 16, 2013, 12:38:26 AM (11 years ago)
Author:
julien1311
Message:

[piwecard] several improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Piwecard/install/default_values.inc.php

    r20162 r20180  
    11<?php
    22//Permissions parameters
    3 $ecard_default_values['authorized_cats'] = 'selected';                          //Determine the page from which the user can send ecard : 'all' (all categories the user can access), 'selected' (only the categories defined in the parameter 'selected_cats') or 'user' (only the categories which are named like the user)
     3$ecard_default_values['authorized_cats'] = 'selected';                          //Determine the albums from which the user can send ecard : 'all' (all categories the user can access), 'selected' (only the categories defined in the parameter 'selected_cats') or 'user' (only the categories which are named like the user)
    44$ecard_default_values['selected_cats'] = array();                                       //List of categories where the plugin is active
    5 $ecard_default_values['user_cats_case_sensitive'] = true;                       //List of categories where the plugin is active
     5$ecard_default_values['user_cats_case_sensitive'] = true;                       //case-sensitive if authorized_cat = user
     6$ecard_default_values['authorized_groups_users'] = 'all';                       //Determine the groups/users who can send ecard : 'all' (everybody), 'granted' (only the groups/users defined in the parameters 'selected_groups' and 'selected_users') or 'denied' (all the groups/users but those defined in the parameters 'selected_groups' and 'selected_users')
     7$ecard_default_values['selected_groups'] = array();                                     //List of groups
     8$ecard_default_values['selected_users'] = array();                                      //List of users
    69
    710//Configuration parameters
Note: See TracChangeset for help on using the changeset viewer.