Les articles publiés sur le site
-
$filtrer_javascript
25 juin 2010, par Mark — Variables and Constants for personalisationThe $filtrer_javascript variable is used to select the security model that SPIP will apply to JavaScripts embedded into editorial text. For JavaScript scripts that are embedded into articles, sections, author's bio text fields, etc.... there are three different scenarios possible for how they (...) -
_DIR_PLUGINS_AUTO
25 juin 2010, par Mark — Variables and Constants for personalisation_DIR_PLUGINS_AUTO defines the location of the folder that will contain the plugins that can be installed using the plugin upload mechanism integrated into SPIP. _DIR_PLUGINS_AUTO is a character strong corresponding to the file path relative to SPIP's root directory. It is possible to define (...) -
_DOC_MAX_SIZE
25 juin 2010, par Mark — Variables and Constants for personalisationThis constant defines the maximum size in kilobytes up to which SPIP will still accept to save a document [1]. It is possible to define this constant in your config/mes_options.php file (refer to the article dedicated to The mes_options.php file). [2] The default value is : 0 Example: // (...) -
_IMG_MAX_HEIGHT
25 juin 2010, par Mark — Variables and Constants for personalisationThis constant defines the maximum image pixel height up to which SPIP will still accept to save an image [1]. It is possible to define this constant in your config/mes_options.php file (refer to the article dedicated to The mes_options.php file). [2] The default value is : 0 Example: // images (...) -
_IMG_MAX_WIDTH
25 juin 2010, par Mark — Variables and Constants for personalisationThis constant defines the maximum image pixel width up to which SPIP will still accept to save an image [1]. It is possible to define this constant in your config/mes_options.php file (refer to the article dedicated to The mes_options.php file). [2] The default value is : 0 Example: // images (...)