Les articles publiés sur le site
-
_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 (...) -
_IMG_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 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 (...) -
_TRI_ARTICLES_RUBRIQUE
25 juin 2010, par Mark — Variables and Constants for personalisation_TRI_ARTICLES_RUBRIQUE is used to define the sort order for displaying the articles listed in the panel labeled "In the same section" on the /?exec=articles&id_article=xxx page, as well as the sort order for displaying articles in the pabel labeled "All the articles published in this section" (...) -
_MAX_ART_AFFICHES
25 juin 2010, par Mark — Variables and Constants for personalisation_MAX_ART_AFFICHES is used to define the number of articles listed in the panel labeled "In the same section"on the /?exec=articles&id_article=xxx page in the private zone. It is possible to define this constant (SPIP defaults to displaying up to 10 articles) in your config/mes_options.php file (...) -
The structure of the database
25 juin 2010, par Mark — DatabasesThe database structure is a fairly simple one. Certain conventions have been implemented that can be readily identified just be reading this document. For example, most SPIP editorial objects are indexed within an auto-incrementing integer, uniformly named to follow the id_object convention, (...)