Les articles publiés sur le site
-
Why does automatic creation of thumbnails not work with all image formats (JPEG, GIF, PNG) ?
18 août 2010, par Mark — Technical FAQ[SPIP 1.4] The automatic creation of preview thumbnails uses a feature associated with PHP called "GD" (it is referred to as a "library"). This library is not part of the basic functions built into PHP, but is an option that has been developed separately (by Thomas Boutell), and which the (...) -
Translating images in the documentation
18 août 2010, par Mark — Translating SPIPUsing the same original image files Ideally, we try to use the same image file as was in the original article. For example, in the translation of article 3336, the images will be retained as-is, that is, they are called using the same links () as in the original article. In order that these (...) -
CVT Forms by example
The creation of forms has been greatly simplified for webmasters and developers with SPIP 2.0. Let's take a look at a simple, concrete example. - Interactivity / CVT Forms -
The traiter() function in CVT forms
18 août 2010, par Mark — InteractivityHow to define the function The traiter() function in a form XXX (which is output in a template using the #FORMULAIRE_XXX tag) is defined either in the formulaires/xxx.php file or in the formulaires/xxx/traiter.php file. The formulaires/ folder may be within the folder of a plugin or in the (...) -
The verifier() function in CVT forms
18 août 2010, par Mark — InteractivityHow to define the function The verifier() function in a form XXX (which is output in a template using the #FORMULAIRE_XXX tag) is defined in either the formulaires/xxx.php or the formulaires/xxx/verifier.php file. The formulaires/ folder may be within the specific folder for a plugin or in the (...)