Propose : 10. News Interface

Article proposé
---------------

L'article "10. News Interface" est proposé à la publication.
Vous êtes invité à venir le consulter et à donner votre opinion
dans le forum qui lui est attaché. Il est disponible à l'adresse :
http://www.spip.net/ecrire/articles.php3?id_article=2643

** 10. News Interface **
par eve

Alle News über ein Game

Wir haben in die Skelette der Artikel und der Rubriken einen Link zur
Seite «news_game.php3» hinzugefügt. Diese Seite enthält alle News
über dieses Game.

Erstellen wir also das Skelett...

Als erstes (Prinzip der miteinander verbundenen Dateien um die SPIP
Skelette zu managen) erstellen wir eine Datei und nennen Sie
«news_game.php3». Es genügt zum Beispiel die Datei «article.php3» zu
kopieren (mit SIPI mitgeliefert) und einige Elemente zu modifizieren. Im
Folgenden stellen wir den Inhalt der Beispieldatei «news_game.php3» zur
Verfügung:

Die Datei, die wir nutzen, heisst also «news_game» («.html», oder eine
der Varianten die in einer Rubrik (...)

[<div class="detail">(#TEXTE)</div><a href="#URL_ARTICLE">read on</a>]

This is working.. Giving me all of an article.. What i whant is just to show
eg. .. 50 - 100 letters/characters ( using a spip-code !?!?!) and then let
the reader go on... "read on"..

[<div class="detail">(#TEXTE)</div>..??SHOW ONLY 50 LETTERS/CHARACTERS???<a
href="#URL_ARTICLE">read on</a>]

Any ideas is welcome !!
Kindly
Tom
http://mir.dk

[<div class="detail">(#TEXTE)</div><a href="#URL_ARTICLE">read on</a>]

This is working.. Giving me all of an article.. What i whant is just to show
eg. .. 50 - 100 letters/characters ( using a spip-code !?!?!) and then let
the reader go on... "read on"..

[<div class="detail">(#TEXTE)</div>..??SHOW ONLY 50 LETTERS/CHARACTERS???<a
href="#URL_ARTICLE">read on</a>]

Any ideas is welcome !!
Kindly
Tom
http://mir.dk

Try (#INTRODUCTION|couper{100})

George

Tom wrote:

[<div class="detail">(#TEXTE)</div><a href="#URL_ARTICLE">read on</a>]

This is working.. Giving me all of an article.. What i whant is just to show
eg. .. 50 - 100 letters/characters ( using a spip-code !?!?!) and then let
the reader go on... "read on"..

[<div class="detail">(#TEXTE)</div>..??SHOW ONLY 50 LETTERS/CHARACTERS???<a
href="#URL_ARTICLE">read on</a>]

Any ideas is welcome !!
Kindly Tom http://mir.dk

On 05/09/04 17:17, "George Kandalaft" <george@diwanalarab.com> wrote:

Try (#INTRODUCTION|couper{100})

Nope !!

But

[<div class="detail">(#TEXTE|couper{100})<a href="#URL_ARTICLE">read
on</a></div>]
WORX !!
Thnx !!
Tom

Ps
Clever guy this George Kandalaft...