Re: Question about article truncation
2006/11/4, Martín Gaitán <gaitan@...>:
> 2006/11/4, Shelly <foolish.visions@...>:
> > Hey all -
> >
> > I was just introduced to SPIP this morning. I've downloaded and
> > installed it on my localhost server to give it a test run - and so far
> > it's *really* cool.
>
>
> Great! Welcome to the amazing SPIP.
Yep!
> > I did have a question, however - I have noticed that, when I write a
> > long article, it's truncated on the home page. Meaning, it only shows
> > so much of the article, then cuts it off with a "...".
>
> if you're using the templates by default, change the tag #INTRODUCTION by
> #TEXTE in /dist/sommaire.html
>
IMHO I think It's better not to modify the files in dist/
You should create a directory named 'squelettes' at the root of your
Spip installation, and copy inside the files that you want to change.
These files will be used by the kernel, instead of the default files
(but by keeping them you can undo your changements more easily).. It
can also be usefull in a next time to look into the default files
because you can find inside them a lot of tips and tricks.
my 2 cents,
.Gilles