I noticed no-one responded to my message yet. Perhaps I wasnt clear
enough.
What I want to do is have the entire contents and images included in
'Article 1' appear on the home page so that as soon as people go to http://onelifecoach.uni.cc they see the entire contents of Article 1
instead of a blank page with a menu and a text line linking to the
article. At the moment all they get is the first introductory line on the
home page then they have to click to get the rest. I dont want a home
page just full of text links to articles elsewhere in the site.
Is there someone who can help me sort out how to do this???
And is there an automatic way of putting your links into the menu or do I
have to edit the sommaire page through my off-line html editor everytime
I want to change the menu??
If you want to use the pages included in SPIP by default and you want the whole article to be displayed on the home page, you rename sommaire-dist.html: sommaire.html and you put (#TEXTE) instead of (#INTRODUCTION) in the paragraph commented: <!-- Une : derniers articles publies --> (must be in line 99). Mind you if you have more than one article and you want only one to be displayed you should change the BOUCLE on line 90 to:
if you want to display the latest article that is.
If you want only article number 1 to be displayed you change the loop to:
<BOUCLE_article_un(ARTICLES) {id_article=1}>
George
Jacki wrote:
I noticed no-one responded to my message yet. Perhaps I wasnt clear
enough.
What I want to do is have the entire contents and images included in
'Article 1' appear on the home page so that as soon as people go to http://onelifecoach.uni.cc they see the entire contents of Article 1
instead of a blank page with a menu and a text line linking to the
article. At the moment all they get is the first introductory line on the
home page then they have to click to get the rest. I dont want a home
page just full of text links to articles elsewhere in the site.
Is there someone who can help me sort out how to do this???
And is there an automatic way of putting your links into the menu or do I
have to edit the sommaire page through my off-line html editor everytime
I want to change the menu??
What I want to do is have the entire contents and images included in
'Article 1' appear on the home page so that as soon as people go to http://onelifecoach.uni.cc they see the entire contents of Article 1
instead of a blank page with a menu and a text line linking to the
article. ...
And is there an automatic way of putting your links into the menu or do I
have to edit the sommaire page through my off-line html editor everytime
I want to change the menu??
Spip does everything for you -- if you give it the right commands!
After poring over George's message you really need to delve into the basic documentation entitled "Page layout: reference manual". Your questions will be answered, I should think. <http://www.spip.net/en_rubrique199.html>