next article

hello,
so the next question: is there a way to have link to the next article??? and the other way around?
i looked for it but it seems part of the spip mailinglist is offline (at http://listes.rezo.net/)
thanx
stijn

mozna grafische vormgeving
d. mellaertsstraat 30 3010 kessel-lo
016 64 09 80 www.mozna.be
gsm:0484 974 882

2006/6/15, {mozna} <info@mozna.be>:

hello,
so the next question: is there a way to have link to the next article??? and
the other way around?

You should look at the template of Papanicola Robert :

(Creative Common)

An exemple : http://www.papanicola.info/Diapospip/?style=1

rgards,

.Gilles
..

i looked for it but it seems part of the spip mailinglist is offline (at
http://listes.rezo.net/)
thanx
stijn

mozna grafische vormgeving
d. mellaertsstraat 30 3010 kessel-lo
016 64 09 80 www.mozna.be
gsm:0484 974 882

_______________________________________________
spip-en@rezo.net -
http://listes.rezo.net/mailman/listinfo/spip-en

{mozna} wrote:

hello,
so the next question: is there a way to have link to the next article??? and the other way around?
i looked for it but it seems part of the spip mailinglist is offline (at http://listes.rezo.net/)

Hello,

you should have a look on spip-contrib also :wink:

I think something like that will work:

<BOUCLE_art(ARTICLES) {par date} {inverse} {date>=#DATE} {exclus} {0,1}>

to get the next article

{par date} {inverse} sort the articles by date, inverted
{date>=#DATE} selects only the articles with a date greater than or equal to the current article date,
{exclus} exclude the current article
{0,1} selects only 1 article

Pierre