[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/settings/ -> collect.ini (source)

   1  #?ini charset="iso-8859-1"?
   2  # eZ publish configuration file.
   3  #
   4  # NOTE: It is not recommended to edit this files directly, instead
   5  #       a file in override should be created for setting the
   6  #       values that is required for your site. Either create
   7  #       a file called settings/override/collect.ini.append or
   8  #       settings/override/collect.ini.append.php for more security
   9  #       in non-virtualhost modes (the .php file may already be present
  10  #       and can be used for this purpose).
  11  
  12  [InfoSettings]
  13  # The default information collection type
  14  Type=form
  15  # Matches class id or identifier to information collection type
  16  TypeList[]
  17  TypeList[poll]=poll
  18  TypeList[form]=form
  19  TypeList[feedback]=feedback
  20  # Which attribute to look for in the object to determine type
  21  # if found the content of the attribute will be used for type
  22  TypeAttribute=collection_type
  23  
  24  [EmailSettings]
  25  SendEmail=enabled
  26  # Matches class id or identifier to information collection type
  27  SendEmailList[poll]=disabled
  28  # Which attribute to look for in the object to determine
  29  # if an email should be sent.
  30  # If found the setting will override all other settings.
  31  SendEmailAttribute=collection_email
  32  
  33  [DisplaySettings]
  34  # result   - Display IC result, for instance poll result or your form data
  35  # redirect - Redirect to a specific url
  36  # node     - Redirect back to content node
  37  Display=result
  38  # Matches class id or identifier to information collection type
  39  DisplayList[]
  40  #DisplayList[poll]=result
  41  DisplayAttribute=collection_display
  42  # The url to redirect to if DisplayHandling is set to redirect
  43  RedirectURL=/
  44  # Matches class id or identifier to information collection type
  45  RedirectURLList[]
  46  RedirectURLAttribute=collection_redirect
  47  
  48  [CollectionSettings]
  49  # if enabled then information from anonymous users can be collected
  50  CollectAnonymousData=enabled
  51  # Same as CollectAnonymousData but is a list with of IC types and
  52  # their override settings, if specified it will override default setting
  53  CollectAnonymousDataList[]
  54  CollectAnonymousDataList[poll]=enabled
  55  CollectAnonymousDataAttribute=collection_anonymous
  56  # How information collection is handled in terms of user identification
  57  #
  58  # multiple  - each user can submit multiple data
  59  # unique    - one set of data per user, if already exists give a warning
  60  # overwrite - one set of data per user but new entry overwrites old one
  61  CollectionUserData=multiple
  62  # Matches class id or identifier to information collection type
  63  CollectionUserDataList[]
  64  #CollectionUserDataList[feedback]=multiple
  65  CollectionUserDataList[poll]=unique
  66  CollectionUserDataAttribute=collection_userdata


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7