Les articles publiés sur le site
-
I just updated my SPIP site, and the public site doesn’t work properly
18 août 2010, par Mark — Technical FAQThere are three major reasons why an update might generate error messages. 1. The private space is working just fine without any errors. Only the public site is messed up. This is quite normal... What has happened, is that certain "functions" in SPIP have been modified (otherwise there would (...) -
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 (...)