But I wish I could use some images instead of the texts "precedent" /
"suivant". It looks so difficult to me to edit
/prive/modeles/pagination_precedent_suivant.html, but maybe you
already knows how to do it?
thanks
tereza
On Wed, Nov 17, 2010 at 6:00 PM, Gilles VINCENT
<gilles.vincent@gmail.com> wrote:
Hi,
you have the solution in the model used to display the paginations :
/prive/modeles/pagination_precedent_suivant.html
Whoa this is very old. You need to upgrade. I think you had this specific problem when an old login.html file was left on the server after a spip upgrade, but I don’t remember the details. In any case, please upgrade, your site is at risk with many security bugs.
On Thu, Nov 25, 2010 at 10:40 PM, Georges <georges@cyme.org> wrote:
Hi,
Impossible to log to our magazine based on spip 1.73.
Login page is not displaying input password field anymore.
Thanks to your pointer, I have managed to log in bypassing the bugged login page.
Now we will be able to consider upgrading from the neandertal
Thanks again
Georges
Quoting Fil <fil@rezo.net>:
Whoa this is *very* old. You need to upgrade. I think you had this specific
problem when an old login.html file was left on the server after a spip
upgrade, but I don't remember the details. In any case, please upgrade, your
site is at risk with many security bugs.
On Thu, Nov 25, 2010 at 10:40 PM, Georges <georges@cyme.org> wrote:
Hi,
Impossible to log to our magazine based on spip 1.73.
Login page is not displaying input password field anymore.
That's easy : just edit /prive/modeles/pagination_precedent_suivant.html and put in your images.
Something like <img src="mypath/myimage.jpg" /> or
rather <img src="#CHEMIN{myimage.jpg}" /> if your images are in the ./squelettes directory.
klaus++
Tereza Loparic wrote:
Thank you, Gilles! It works now.
But I wish I could use some images instead of the texts "precedent" /
"suivant". It looks so difficult to me to edit
/prive/modeles/pagination_precedent_suivant.html, but maybe you
already knows how to do it?
thanks
tereza
On Wed, Nov 17, 2010 at 6:00 PM, Gilles VINCENT
<gilles.vincent@gmail.com> wrote:
Hi,
you have the solution in the model used to display the paginations :
/prive/modeles/pagination_precedent_suivant.html
Actually you have to edit /prive/modeles/paginationitem.html and replace ENV*{texte} (line 4) with an image. But then, you need to differentiate between {texte=<:public:page_precedente:>} and {texte=<:public:page_suivante:>}in the criteria passed to this page by /prive/modeles/pagination_precedent_suivant.html.
George
Quoting klaus++ <klaus@spip.de>:
That's easy : just edit
/prive/modeles/pagination_precedent_suivant.html and put in your images.
Something like <img src="mypath/myimage.jpg" /> or
rather <img src="#CHEMIN{myimage.jpg}" /> if your images are in the
./squelettes directory.
But I wish I could use some images instead of the texts "precedent" /
"suivant". It looks so difficult to me to edit
/prive/modeles/pagination_precedent_suivant.html, but maybe you
already knows how to do it?
thanks
tereza
On Wed, Nov 17, 2010 at 6:00 PM, Gilles VINCENT
<gilles.vincent@gmail.com> wrote:
Hi,
you have the solution in the model used to display the paginations :
/prive/modeles/pagination_precedent_suivant.html
Thank you.
But how can I differentiate between the 2 images?
When I replace in /prive/modeles/paginationitem.html (#ENV*{texte}) by
<img src='/squelettes/img/bt_proxima.png' />, I get lots of caracteres
before and after the "next" image, like this:
[(2|=={1}|?{'',' '}) [ <image> ] ]
and nothing at all for the next page.
I also tryied replacing in /prive/modeles/pagination_precedent_suivant.html
{texte=<:public:page_precedente:>}
by
{texte=#CHEMIN{img/bt_proxima.png}}
, but it didn't work... :}
On Fri, Nov 26, 2010 at 8:24 AM, <george@middleeastwatch.net> wrote:
Actually you have to edit /prive/modeles/paginationitem.html and replace
ENV*{texte} (line 4) with an image. But then, you need to differentiate
between {texte=<:public:page_precedente:>} and
{texte=<:public:page_suivante:>}in the criteria passed to this page by
/prive/modeles/pagination_precedent_suivant.html.
George
Quoting klaus++ <klaus@spip.de>:
That's easy : just edit
/prive/modeles/pagination_precedent_suivant.html and put in your images.
Something like <img src="mypath/myimage.jpg" /> or
rather <img src="#CHEMIN{myimage.jpg}" /> if your images are in the
./squelettes directory.
But I wish I could use some images instead of the texts "precedent" /
"suivant". It looks so difficult to me to edit
/prive/modeles/pagination_precedent_suivant.html, but maybe you
already knows how to do it?
thanks
tereza
On Wed, Nov 17, 2010 at 6:00 PM, Gilles VINCENT
<gilles.vincent@gmail.com> wrote:
Hi,
you have the solution in the model used to display the paginations :
/prive/modeles/pagination_precedent_suivant.html