Les articles publiés sur le site
-
#BOUTON_ACTION
17 août 2010, par Mark — TagsThe #BOUTON_ACTIONlabel, url, class, confirm_message tag generates the complete HTML source for a form (POST method) that contains just a single submit type button in it. This tag is interesting because it allows you to pass arguments to a URL using a pseudo-link which can not be followed by a (...) -
$spip_header_silencieux
17 août 2010, par Mark — Variables and Constants for customisationThis variable is used to specify if you want the HTTP header [1] to only contain the data relating to the SPIP version and the plugins employed, which SPIP does by default. Here is an example of a screenshot provided by Firebug : To restrict the data contained in the HTTP header as much as (...) -
$nombre_de_logs
17 août 2010, par Mark — Variables and Constants for customisationThis PHP variable defines the maximum number of archives of each of SPIP's log files (mysql.log, spip.log, prive_spip.log, etc..) which are stored in the directory specified by _NOM_TEMPORAIRES_INACCESSIBLES. In fact, once any one of the log files reaches its maximum size, it is automatically (...) -
$taille_des_logs
17 août 2010, par Mark — Variables and Constants for customisationThis PHP variable defines the maximum size in KB of SPIP's log files (mysql.log, spip.log, prive_spip.log, etc..) which are stored in the directory specified by _NOM_TEMPORAIRES_INACCESSIBLES. This variable can be customised in the mes_options.php>/code> file and equals 100 by default. (...) -
_NOM_PERMANENTS_INACCESSIBLES
17 août 2010, par Mark — Variables and Constants for customisationThis is the name of the directory for the permanent files which are not accessible via HTTP. It contains the configuration file managed by SPIP during installation, and also the sqlite database and the chmod.php file (which makes it easier to manage the write access mode determined by the (...)