SPIP installation problem finish

I resolve my ploblems using mozilla instead of konqueror
karl

From stalkern@tiscalinet.it Tue Mar 11 22:35:14 2003

Return-Path: <stalkern@tiscalinet.it>
Received: from smtp1.cp.tin.it (vsmtp1.tin.it [212.216.176.221])
  by miel.brainstorm.fr (Postfix) with ESMTP id DE61A1C8C18
  for <spip@rezo.net>; Tue, 11 Mar 2003 22:35:14 +0100 (CET)
Received: from favilla.biomedin.int (212.171.40.43) by smtp1.cp.tin.it
  (6.5.033) id 3E3AA8B600F373FE for spip@rezo.net;
  Tue, 11 Mar 2003 22:35:12 +0100
Content-Type: text/plain;
  charset="iso-8859-1"
From: stalkern <stalkern@tiscalinet.it>
To: spip@rezo.net
Subject: Re: [Spip] SPIP installation problem finish
Date: Tue, 11 Mar 2003 22:39:46 +0100
User-Agent: KMail/1.4.3
References: <200303112220.39480.k36art@libero.it>
In-Reply-To: <200303112220.39480.k36art@libero.it>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Message-Id: <200303112239.46459.stalkern@tiscalinet.it>
X-BeenThere: spip@rezo.net
X-Mailman-Version: 2.1.1+
Precedence: list
List-Id: SPIP : questions/reponses <spip.rezo.net>
List-Unsubscribe: <http://listes.rezo.net/mailman/listinfo/spip&gt;,
  <mailto:spip-request@rezo.net?subject=unsubscribe>
List-Archive: <Discuter chez rezo.net;
List-Post: <mailto:spip@rezo.net>
List-Help: <mailto:spip-request@rezo.net?subject=help>
List-Subscribe: <http://listes.rezo.net/mailman/listinfo/spip&gt;,
  <mailto:spip-request@rezo.net?subject=subscribe>
X-List-Received-Date: Tue, 11 Mar 2003 21:35:15 -0000
Status: O
Content-Length: 433
Lines: 11

Il Tuesday 11 March 2003 23:20, k36 ha scritto:

I resolve my ploblems using mozilla instead of konqueror
karl

It was a crazy issue, in the étape 1 of installation KDE2's Konqueror browser
did not show any DB config form, and I didn't know that because I wasn't
seeing the computer.

Bon bem, ça va bien mieux comme ça maintenant on l'écrit dans le forum aussi,
pour ne pas semer la panique sur l'installation bidon

Ernesto

From java@recre-action.net Tue Mar 11 23:06:28 2003

Return-Path: <java@recre-action.net>
Received: from mwinf0203.wanadoo.fr (smtp5.wanadoo.fr [193.252.22.29])
  by miel.brainstorm.fr (Postfix) with ESMTP id C45831C81FA
  for <spip@rezo.net>; Tue, 11 Mar 2003 23:06:28 +0100 (CET)
Received: from recre-action.net (APh-Aug-102-1-5-172.abo.wanadoo.fr
  [80.15.78.172]) by mwinf0203.wanadoo.fr (Postfix) with ESMTP
  id 33BDB1000467; Tue, 11 Mar 2003 23:06:28 +0100 (CET)
Message-ID: <3E6E5E33.8020003@recre-action.net>
Date: Tue, 11 Mar 2003 23:07:47 +0100
From: Java <java@recre-action.net>
User-Agent: Mozilla/5.0 (Windows; U; Win98; fr-FR;
  rv:1.0.1) Gecko/20020823 Netscape/7.0
X-Accept-Language: fr-fr, fr
MIME-Version: 1.0
To: spip@rezo.net
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
Subject: [Spip]
pb d'affichage d'un lien hypertexte dans un calendrier (evenement
date)
X-BeenThere: spip@rezo.net
X-Mailman-Version: 2.1.1+
Precedence: list
List-Id: SPIP : questions/reponses <spip.rezo.net>
List-Unsubscribe: <http://listes.rezo.net/mailman/listinfo/spip&gt;,
  <mailto:spip-request@rezo.net?subject=unsubscribe>
List-Archive: <Discuter chez rezo.net;
List-Post: <mailto:spip@rezo.net>
List-Help: <mailto:spip-request@rezo.net?subject=help>
List-Subscribe: <http://listes.rezo.net/mailman/listinfo/spip&gt;,
  <mailto:spip-request@rezo.net?subject=subscribe>
X-List-Received-Date: Tue, 11 Mar 2003 22:06:29 -0000
Status: O
Content-Length: 3083
Lines: 123

bonjour,

pour le site en construstion:
http://erwan.lecorre.free.fr/

j'ai fait un calendrier :
http://erwan.lecorre.free.fr/rubrique.php3?id_rubrique=5

la boucle evenement indique que si un article de la rubrique est publié,
son titre apparait dans la case du jour correspondant en hypertxte vers
l'article. C'est du moins ce que je comprends de ceci:

________________________________________________________________________

$events = array();
?>

<BOUCLE_principale(RUBRIQUES){id_rubrique}{doublons}>

<p>
<span class="small">
<a href="#URL_SITE_SPIP">Accueil</a> >

</span>
<br />
[<span class="title">(#TITRE)</span>]
</p>

<BOUCLE_evenements(ARTICLES){branche}>
  <?php
  $date = ereg_replace("^([0-9]{4})-([0-9]{2})-([0-9]{2}).*$",
"\\1\\2\\3", '#DATE_REDAC');
  if ($date > date("Ymd", mkdate($M, $D - 31, $Y)) && $date < date("Ymd",
mkdate($M, $D + 31, $Y))) {
    if (!isset($events[$date])) {
      $events[$date] = array();
    }
    $events[$date] = array('link' => '#URL_ARTICLE', 'title' =>
'[(#TITRE|texte_script)]');
  }
  ?>
</BOUCLE_evenements>
_________________________________________________________________________

Or, j'ai bien un article publié dans cette rubrique:
http://erwan.lecorre.free.fr/article.php3?id_article=5

Mais aucun lien n'apparait dans le calendrier. :frowning:
J'ai bien fait cette modif: dans les options parties admin choisir
"afficher articles quelque soit leur date de publication"

et j'ai bien lu: [uZine 3]

_________________________________________________________________________
voici le code de l'article:

<!-- Cette page affiche un article format web -->
<HTML>
<HEAD>
<title><BOUCLE_titre(ARTICLES){id_article}>
#TITRE
</BOUCLE_titre>
</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="spip_style.css" type="text/css" />
</HEAD>

<BODY vLink=#FC6226 link=#FC6226 bgColor=white
    background="IMG/fond.gif">

<CENTER>
</CENTER>

<CENTER>
   <TABLE cellSpacing=10 cellPadding=0 width="100%" align=center border=0>
     <TBODY>
     <TR>
       <TD width="90%" rowspan="2"
valign="top"><BOUCLE_article(ARTICLES){id_article}>
         <CENTER>
           <TABLE width="70%" align=center>
             <TBODY>
             <TR>
               <TD><br>
                 <BR><BOUCLE_hierarchisation(HIERARCHIE){id_rubrique}>
                 <CENTER>
    <H3><i> <a href="rubrique.php3?id_rubrique=#ID_RUBRIQUE">#TITRE</a>
                   </i> </H3>
    </CENTER>
    </BOUCLE_hierarchisation>
                 <CENTER>
                     <H2>[(#DATE|affdate)]</H2>
      <H1>#TITRE</H1>

                                   </CENTER>
                 <div>[(#TEXTE|justifier)]</div>
                 <P align=right> <B>#LESAUTEURS</B> </P>

                   </a> </P>
</BOUCLE_article>
               </TD>
             </TR>
             </TBODY>
           </TABLE>
         </CENTER>
       </TD>
     </TR>
     <TR> </TR>
     </TBODY>
   </TABLE>
</CENTER><BR>

</BODY>
</HTML>
______________________________________________________________