Howard Shippin | 12 May 12:18

Re: article order

Marko Pekic wrote:

Before I start to hack the code :-), let me ask a thing: is there some plugin which extends the possibilities of dealing with articles by allowing to set the position of the article inside some section. My users would like to be able to sort articles by predefined positioned instead of sorting by date and adding number manually ("4. Title of the article") is not a good solution.
Too late to be replying to this, but I use [(#TITRE|supprimer_numero)] and then the numbers don't show in the titles.

-- Howard Shippin
Bart Braem | 13 May 12:10
Picon
Gravatar

Plugins: is this possible?

Hello,

We are very happy with SPIP 1.9.2, the system works flawlessly. We would
like to implement some plugins to avoid hacking each new release. So, is it
possible to use plugins to:
- show the character count of an article in the backend, so while looking at
articles in the private space?
- add custom author data (like contact data), which are only visible in the
private space?

Regards,
Bart

Gilles Vincent | 13 May 16:22
Picon

Re: Plugins: is this possible?

Hi,

2007/5/13, Bart Braem <bart.braem@...>:
> Hello,
>
> We are very happy with SPIP 1.9.2, the system works flawlessly. We would
> like to implement some plugins to avoid hacking each new release. So, is it
> possible to use plugins to:
> - show the character count of an article in the backend, so while looking at
> articles in the private space?

Such plugin doesn't exist actually, but it seems to be a good exercice

> - add custom author data (like contact data), which are only visible in the
> private space?
>

"Auteur complet" already does this : it's detailled here :
http://www.spip-contrib.net/Plugin-Auteurs-complets [the doc isn't
translated yet]
(you can get it here : http://files.spip.org/spip-zone/auteurs_complets_svn.zip)

Hope it helps,

.Gilles
---
> Regards,
> Bart
>
> _______________________________________________
> spip-en@... - http://listes.rezo.net/mailman/listinfo/spip-en
>
Marko Pekic | 14 May 12:36
Picon

Re: article order

Howard Shippin wrote:
> Too late to be replying to this, but I use [(#TITRE|supprimer_numero)] 
> and then the numbers don't show in the titles.

I am also using that, but the problem is when you have to insert a new 
article between exeisting articles.

5. Article
6. Article

and you want to insert an article into position 6. Existing article #6 
and all articles below it should increase its number (6 -> 7, 7-> 8...)

Marko
George Kandalaft | 14 May 12:56
Favicon

Re: article order

That is why you should choose another number system such as: 10, 20, 30, 
etc,

George

Marko Pekic wrote:

> Howard Shippin wrote:
>   
>> Too late to be replying to this, but I use [(#TITRE|supprimer_numero)] 
>> and then the numbers don't show in the titles.
>>     
>
> I am also using that, but the problem is when you have to insert a new 
> article between exeisting articles.
>
> 5. Article
> 6. Article
>
> and you want to insert an article into position 6. Existing article #6 
> and all articles below it should increase its number (6 -> 7, 7-> 8...)
>
> Marko
> _______________________________________________
> spip-en@... - http://listes.rezo.net/mailman/listinfo/spip-en
>
>
>   

Greg Tucker | 14 May 15:33
Picon

failing to backup - SPIP 1.9.2a [8878]

I have just upgraded my spip version – to 1.9.2a – but now the database backup system won’t work – halfway through the process I get the following error message (or something similar)  -

 

 

“Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 1168 bytes) in …./ecrire/inc/flock.php on line 25”

 

Can anyone help tell me what I am doing wrong?

 

Greg

 

 

Gergo Szakal | 14 May 17:45
Picon
Gravatar

Re: failing to backup - SPIP 1.9.2a [8878]

It's the memory_limit variable in php.ini. Sorry, I was inaccurate previously.

Gergo Szakal | 14 May 17:11
Picon
Gravatar

Re: failing to backup - SPIP 1.9.2a [8878]

On Mon, 14 May 2007 14:33:16 +0100
"Greg Tucker" <office@...> wrote:

> "Fatal error: Allowed memory size of 16777216 bytes exhausted (tried
> to allocate 1168 bytes) in ../ecrire/inc/flock.php on line 25"

You have to raise the maximum allowed memory usage in php.ini.

Gilles Vincent | 14 May 23:18
Picon

Re: failing to backup - SPIP 1.9.2a [8878]

2007/5/14, Greg Tucker <office@...>:
> I have just upgraded my spip version – to 1.9.2a – but now the database
> backup system won't work – halfway through the process I get the following
> error message (or something similar)  -
>

You should try to upgrade directly to spip SVN :
http://files.spip.org/spip/spip.zip

This may correct your problem.

After that, you may be able to downgrade to spip1.9.2a :-)

Of course, your feedback will be really appreciated :)
Gilles Vincent | 14 May 23:22
Picon

Re: failing to backup - SPIP 1.9.2a [8878]

2007/5/14, Gilles Vincent <gilles.vincent@...>:
> 2007/5/14, Greg Tucker <office@...>:
> > I have just upgraded my spip version – to 1.9.2a – but now the database
> > backup system won't work – halfway through the process I get the following
> > error message (or something similar)  -
> >
>

a better solution is to try the last developpment version in the spip
1.9.2 branch
http://files.spip.org/spip/SPIP-v1-9-2.zip
(14 MAy)

.Gilles
> You should try to upgrade directly to spip SVN :
> http://files.spip.org/spip/spip.zip
>
> This may correct your problem.
>
> After that, you may be able to downgrade to spip1.9.2a :-)
>
> Of course, your feedback will be really appreciated :)
>

Gmane