Les articles publiés sur le site
-
#EDITABLE
17 août 2010, par Mark — Tags#EDITABLE is an environment variable for forms, which indicates if such forms are editable or not. - Tags -
#DOUBLONS
17 août 2010, par Mark — Tags#DOUBLONSkeywords or #DOUBLONSkeywords,family outputs the status of the duplicates tagged with (KEYWORDS) at this location in the code, in the form of an array of id_mot values: array(1,2,3,...) #DOUBLONS just by itself generates the raw list of all the duplicates. #DOUBLONS*keywords generates (...) -
#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 (...)