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

Hi,

2007/5/13, Bart Braem <bart.braem@gmail.com>:

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 :
Plugin Auteurs Complets (obsolète) - SPIP-Contrib [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@rezo.net - http://listes.rezo.net/mailman/listinfo/spip-en

Gilles Vincent wrote:

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

Could you give pointers to the solution? I do not see any pipeline there in
the backend. All pipelines seem to be irrelevant...

Regards,
Bart

* Bart Braem tapotait, le 16/05/2007 09:44:

Gilles Vincent wrote:

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

Could you give pointers to the solution? I do not see any pipeline there in
the backend. All pipelines seem to be irrelevant...

Perhaps affiche_milieu
Or Find what you search by traversing the DOM with js.

--
RealET