Tereza Loparic | 2 Jun 21:40
Picon

select futures articles

Hi,

I'm trying to select articles with future dates with the critere
age_relatif, but itsn't working.

<BOUCLE_rubrique_principal(RUBRIQUES) {id_rubrique=5}>
   <BOUCLE_eventos(ARTICLES){id_rubrique}{age_relatif>=0}>

Maybe it is to be relative to another article... but i want it
relative to today... is there a way?

thank you in advance!!!
tereza
Gilles Vincent | 3 Jun 21:53
Picon
Gravatar

full-screen interactive map of the plugins

Here it is : 


It's made with bubbl.us, wich is still in beta : 
so I hope that They will rapidly add external links in their concept map.

All these plugins are more or less documented on spip-contrib.
The translation of their documentation should be done rapidly.

.Gilles
Fil | 4 Jun 23:13
Favicon
Gravatar

Re: select futures articles

Tereza Loparic <telopa@...> writes:
> Maybe it is to be relative to another article... but i want it
> relative to today... is there a way?

{age<=0} will do it
relatif means "relative to the current object's date", which you
didn't need here

enjoy =^)

-- Fil

Picon
Favicon

Re: plugin Forms (SPIP 1.9.1+

On 2008 May 25, at 22:20, Gilles Vincent wrote:

> On Fri, May 23, 2008 at 2:50 PM, <barnie.de.los.angeles@...>  
> wrote:
>>
>> Hello
>> I am using SPIP 1.9.3 dev [10768]  and I'm still fighting with   
>> the  plugin Forms (SPIP 1.9.1+.
>> I installed the plugin de compatibilité avec SPIP 1.9.3 SVN 9919  
>> et plus.
>> As a result sometimes a form shows up, sometimes it doesn't. I'm  
>> not sure anymore if the 1.9.3 dev [10786] I'm using is covered by  
>> the condition "1.9.3 SVN 9919 et plus" - or in other words  - is  
>> "dev" the same thing as "SVN"? If not, where do I get an "SVN"?
>
> This plugin isn't compatible with spip SVN : it's only stable for the
> version 1.9.2x
> .Gilles

That's why I'm now in the process of returning to 1.9.2d.  After  
replacing /ecrire of 1.9.3dev with ecrire/ as of 1.9.2d I'm having  
problems with the database update.   It seems not possible to  
"update" from 1.9.3dev to 1.9.2d. If this is the case I'll give up.  
Thanks for any suggestions.
George Kandalaft | 7 Jun 13:03
Favicon

Re: select futures articles

Try to use age instead of age_relatif

George

Tereza Loparic wrote:
> Hi,
>
>
> I'm trying to select articles with future dates with the critere
> age_relatif, but itsn't working.
>
> <BOUCLE_rubrique_principal(RUBRIQUES) {id_rubrique=5}>
>    <BOUCLE_eventos(ARTICLES){id_rubrique}{age_relatif>=0}>
>
> Maybe it is to be relative to another article... but i want it
> relative to today... is there a way?
>
> thank you in advance!!!
> tereza
>
>   
George Kandalaft | 7 Jun 13:05
Favicon

Re: plugin Forms (SPIP 1.9.1+

You can down-date to 192d if you have a backup of the database from the 
192d version. If it is so, you should restore that backup first.

George

barnie.de.los.angeles@... wrote:

> On 2008 May 25, at 22:20, Gilles Vincent wrote:
>
>   
>> This plugin isn't compatible with spip SVN : it's only stable for the
>> version 1.9.2x
>> .Gilles
>>     
>
> That's why I'm now in the process of returning to 1.9.2d.  After  
> replacing /ecrire of 1.9.3dev with ecrire/ as of 1.9.2d I'm having  
> problems with the database update.   It seems not possible to  
> "update" from 1.9.3dev to 1.9.2d. If this is the case I'll give up.  
> Thanks for any suggestions.
>
>   
George Kandalaft | 7 Jun 16:30
Favicon

[Fwd: Re: plugin Forms (SPIP 1.9.1+]


-------- Original Message --------
Subject: 	Re: [Spip-en] plugin Forms (SPIP 1.9.1+
Date: 	Sat, 7 Jun 2008 17:56:54 +0430
From: 	صادق <sadeqn <at> gmail.com>
Reply-To: 	SadeqN <at> GMail.com
To: 	George Kandalaft <george <at> diwanalarab.com>
References: 	<52CB6F5E-FD54-416D-BFF2-69934B1021F5 <at> arcor.de> 
<3d9006160805251320g6e3d3cd7u779dce576543f6db <at> mail.gmail.com> 
<121C1DD0-224A-43EE-9027-2F9DDDF7E444 <at> arcor.de> 
<484A6B8B.1000203 <at> diwanalarab.com>

Did you try to make a backup from interface then install a clean
version and then reload backup?
this may help

- Sadeq

On Sat, Jun 7, 2008 at 15:35, George Kandalaft <george <at> diwanalarab.com> wrote:
> You can down-date to 192d if you have a backup of the database from the
> 192d version. If it is so, you should restore that backup first.
>
>
> George
>
>
> barnie.de.los.angeles <at> arcor.de wrote:
>
>> On 2008 May 25, at 22:20, Gilles Vincent wrote:
>>
>>
>>> This plugin isn't compatible with spip SVN : it's only stable for the
>>> version 1.9.2x
>>> .Gilles
>>>
>>
>> That's why I'm now in the process of returning to 1.9.2d.  After
>> replacing /ecrire of 1.9.3dev with ecrire/ as of 1.9.2d I'm having
>> problems with the database update.   It seems not possible to
>> "update" from 1.9.3dev to 1.9.2d. If this is the case I'll give up.
>> Thanks for any suggestions.
>>

_______________________________________________
spip-en <at> rezo.net - http://listes.rezo.net/mailman/listinfo/spip-en
Tereza Loparic | 11 Jun 14:27
Picon

<multi> -- how to use?

Hi

I'm trying to use the "Multilingual blocs", as showed at
http://www.spip.net/en_article2444.html, by adding

<multi>
[pt_br] abc...
[es] der...
</multi>

to the template, but doesn't work correctly. Actually, it shows just
the first language and doesn't change anything when we add lang=es in
url.

We have also included <multi>[pt_br]... [es]... </multi> inside some
article fields, but no effect...

Is there any extra configuration, in .htaccess or something?

Thank you very much!
tereza
Alexandra Guiderdoni | 11 Jun 15:03
Picon

Re: <multi> -- how to use?

You have to force the lang true in config/mes_options.php

<?php
$forcer_lang=true
?>

Plugin couteau suisse do it to if you prefer.

In configuration language management

http://domaine.com/ecrire/?exec=config_multilang

Enable the language menu for the articles?Yes

Enable the language menu for the sections? No

Alexandra

Le 11 juin 08 à 14:27, Tereza Loparic a écrit :

> Hi
>
>
> I'm trying to use the "Multilingual blocs", as showed at
> http://www.spip.net/en_article2444.html, by adding
>
> <multi>
> [pt_br] abc...
> [es] der...
> </multi>
>
> to the template, but doesn't work correctly. Actually, it shows just
> the first language and doesn't change anything when we add lang=es in
> url.
>
> We have also included <multi>[pt_br]... [es]... </multi> inside some
> article fields, but no effect...
>
> Is there any extra configuration, in .htaccess or something?
>
> Thank you very much!
> tereza
> _______________________________________________
> spip-en@... - http://listes.rezo.net/mailman/listinfo/spip-en

Martín Gaitán | 13 Jun 05:12
Picon
Gravatar

problem with #DESCRIPTIF in a syndic article

I've just writen this in  #spip but everybody is sleeping.

tin_nqn> hello #spip

<tin_nqn> I'm using svn and I can't get the texte from a syndic article

<tin_nqn> #DESCRIPTIF is empty

<tin_nqn> I've checked the db table and the value is empty... so I think it's a bug in the feed agregator




--
nqnwebs.com
textosypretextos.com.ar

Gmane