Les articles publiés sur le site
-
#ACCEPTER_FORUM
12 février 2011, par Mark — Tags#ACCEPTER_FORUM is used to retrieve the value stored in the accepter_forum field of the spip_articles table. This tag returns the mode of the forum that is linked to the article: "pos": post moderation, "pri": pre moderation, "abo": on subscription, "non": no forum. This makes it possible for (...) -
#ACCEPTER_FORUM
#ACCEPTER_FORUM permet de récupérer la valeur contenue dans le champ accepter_forum de la table spip_articles. Cette balise retourne le mode du forum associé à l'article : « pos » : modération à posteriori, « pri » : modération à priori, « abo » : sur abonnement, « non » : pas de forum. Cela permet par (...) -
_TEST_EMAIL_DEST
In order to avoid repetitive spammy type email during a testing period, SPIP offers to direct all the email sent out by the site to an address that you have determined in advance. The _TEST_EMAIL_DEST constant is used for testing dispatched emails, by replacing any and all email recipient (...) -
_TEST_EMAIL_DEST
Pour ne plus spammer en période de test... SPIP vous propose de rediriger tous les e-mails envoyés par le site vers une adresse déterminée à l'avance. La constante _TEST_EMAIL_DEST permet de tester les envois de mails en remplaçant tout destinataire par l'adresse définie dans la constante. Par (...) -
Using the private space CVT forms on public-facing pages
12 décembre 2010, par Mark — Page layout: reference manual of loops and tagsFor CVT forms employed in SPIP's private space can also be used in public-facing templates. These forms allow you to create or modify site elements such as articles, sections, etc. These forms are constructed based on the files made available in the prive/formulaires/ directory, where, for each (...)