![]() |
|
- Table des matières
- Site parameters.
- LDAP
- Site configuration
-
- logo
- aboutlogo
- minilogo
- defaultlang
- visiblenewsfile
- anonymous_comments
- restricted_registration
- valid_tags
- valid_tags_board
- no_access_msg
- supp_fields
- supp_fields_types
- user_boxes
- default_user_boxes
- topfrep
- pollvote
- cachedir
- htmldir
- mark_outdated
- sql_persistant
- sql_logfile
- fortunefile
- create_tar_dir
- upload_tar_dir
- theme_subdir
- debug
- debugFile
- disable_view_comments
- Expert site configuration
-
- moderation_type
- experience_limit
- level_values
- resources
- overloads
- newstitledefault
- newsbodydefault
- newsdepartementdefault
- numberoffiles
- numberoflinks
- backendfile
- boardfile
- sidebarfile
- encodingcharset
- nospider
- numberofhits
- newsfile
- dft_prefs
- listofthemes
- default_results_step
- default_search_interval
- highload
- usersdefaultlevel
- homepage_include
- Files and tables names
- Internal values
In what follows, when we say we position a parameter "foo" to "coucou", you will have to write in config.php3:
$this->foo = "coucou"; |
Site parameters.
These parameters must be edited to fit your site.
sql_backend
Character string. It indicate which database engine you use. Currently it may be 'mysql' for MySQL and 'pgsql' for PostgreSQL. Any other value will break daCode.
baseurl
Character string. The url for daCode's start directory. This dirctory is named "src/htdocs" in the archive. It must be terminated with a /.
description
Character string. Description is used in the rss backend generated, so don't do it too long.
cookiedomain
Character string. When empty, cookies are only available for the current webserver, define it to a subdomain if you need it.
mail_login
Character string. If your host doesn't support the mail() command like http://www.free.fr/ then send a mail to penso@dacode.org asking for a login/password, and put them here. Be carefull, this is a privilege, if you abuse it you'll be kicked out. It has to be used only for daCode, nothing else (you have been warned).