•  » Utilisation
  •  » photo et titre dans page accueille

#1 2002-10-07 00:10:49

Pierrot
Membre
Banlieue de TOULOUSE
2002-09-21
386

photo et titre dans page accueille

Salut j’essaye de mettre une image et un autre titre en page d’accueille en suivant ton exemple mais il n’a ni la photo ni le titre voici les lignes que j’ai changé à français.php ligne 26 : $lang['no_category'] = "<img src="./img11.jpg" alt="Mascara" title="veuillez  choisir une catégorie dans le menu" />";
Et dans diapo.php ligne 408 : echo $lang['no_category'] );
Ou est l’erreur ? :cry:

Hors ligne

#2 2002-10-07 12:50:23

plg
Équipe Piwigo
Nantes, France, Europe
2002-04-05
12672

Re: photo et titre dans page accueille

-//:---\spam moi le code source HTML de la page générée.


Les historiens ont établi que Pierrick était le premier utilisateur connu de Piwigo.

Hors ligne

#3 2002-10-07 16:22:36

Pierrot
Membre
Banlieue de TOULOUSE
2002-09-21
386

Re: photo et titre dans page accueille

C'est ça que tu veux/
META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<?php
    $lang['server_con_error'] = "erreur de connexion au serveur";
    $lang['database_con_error'] = "erreur de connexion à la base de données";
    $lang['only_members'] = "Seuls les membres du site peuvent accéder à cette page";
    $lang['invalid_pwd'] = "le mot de passe rentré n'est pas valide";
    $lang['access_forbiden'] = "Vous n'êtes pas autorisé à aller dans cette section";
    $lang['submit'] = "Valider";

    // page diapo
    $lang['diapo_default_page_title'] = "Aucune catégorie séléctionnée";
    $lang['thumbnails'] = "Miniatures";
    $lang['categories'] = "Rubriques";
    $lang['hint_category'] = "affiche les images à la racine de cette catégorie";
    $lang['total_images'] = "total";
    $lang['title_menu'] = "Sommaire";
    $lang['change_login'] = "changer de login";
    $lang['login'] = "login";
    $lang['hint_login'] = "s'identifier permet de personnaliser l'apparence du site";
    $lang['logout'] = "logout";
    $lang['customize'] = "personnalisation";
    $lang['hint_customize'] = "personnaliser votre affichage";
    $lang['about'] = "à propos";
    $lang['hint_about'] = "des infos sur PhpWebGallery...";
    $lang['admin'] = "admin";
    $lang['hint_admin'] = "accessible uniquement aux administrateurs";
    $lang['no_category'] = "<img src="./img11.jpg" alt="Mascara" title=" veuillez  choisir une catégorie dans le menu" />";


Dans Diapo.php

get_header_html();
?>
    meta http-equiv="Content-Type" content="text/html; c<head>
<harset=iso-8859-1">
        <?php
            include( "./include/style.php" );
        ?>
        
        <title>

Si non dis moi où le trouver Merci

Hors ligne

#4 2002-10-07 18:22:44

plg
Équipe Piwigo
Nantes, France, Europe
2002-04-05
12672

Re: photo et titre dans page accueille

Si non dis moi où le trouver Merci

tu vas sur la page où il y a le pb (par ton navigateur), tu demandes à afficher la source de la page. Tu copies et tu colles dans ton message de réponse


Les historiens ont établi que Pierrick était le premier utilisateur connu de Piwigo.

Hors ligne

#5 2002-10-07 18:32:38

Pierrot
Membre
Banlieue de TOULOUSE
2002-09-21
386

Re: photo et titre dans page accueille

J'ai tout mis!
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<html>
    <head>
        <style type="text/css">
            a
            {
                text-decoration : none;
            }
            a:hover
            {
                text-decoration : underline;
            }
            a.back, body
            {
                color : white;
            }
            body,table,input
            {
                font-family : Arial, Verdana, Sans-Serif;
                font-size : 12px;
            }
            .imgLink
            {
                border : solid 1px;
                border-color : white;
            }
            .titrePage,.titreMenu,.menu,.info, a
            {
                color : white;
            }
            .titreMenu,.menu,.info
            {
                margin-bottom : 5px;
                white-space : nowrap;
            }
            .menu,.titrePage,.info
            {
                margin-left : 2px;
                margin-right : 2px;
            }
            .titreMenu
            {
                font-weight : 600;
                text-align : center;
            }
            .info
            {
                text-align : right;
            }
            .titrePage
            {
                white-space : nowrap;
                font-weight : 500;
                font-size : 18px;
                text-align : center;
            }
            .comments
            {
                text-align : justify;
                margin-top : 10px;
                margin-bottom : 10px;
                font-style : italic;
            }
            .thumbnail
            {
                font-size : 11px;
                text-align : center;
            }
            .copyright
            {
                font-size : 9px;
                text-align : center;
                font-family : Verdana, Sans-Serif;
            }
            .commentImage
            {
                font-weight : bold;
                text-align : center;
                font-size : 17px;
            }
            .bouton
            {
                background : #EEEEEE;
            }
            input
            {
                border-width : 1;
                border-color : #000000;
                background : #ffffff;
                color: #000000;
            }
            body
            {
                background-color : black;
                margin : 0px;
            }
            table
            {
                border-collapse : collapse;
            }
            table.thumbnail
            {
                border-collapse : separate;
            }
            td
            {
                padding:0;
            }
        </style>        
        <title>
            Aucune catégorie séléctionnée        </title>
    </head>
    <body>
        <table style="width:100%;">
            <tr>
                <td valign="top" style="width:1%;padding:10px;">

        <table style="width:100%;">
            <tr>
                <td><img src="./template/neon/black/01.gif" style="width:8px;display:box;" alt=""/></td>
                <td><img src="./template/neon/black/02.gif" style="display:box;width:100%;height:8px;" alt=""/></td>
                <td><img src="./template/neon/black/03.gif" style="display:box;width:8px;" alt=""/></td>
            </tr>
            <tr>
                <td style="background:url(./template/neon/black/04.gif);"></td>
                <td style="background:url(./template/neon/black/05.gif);width:100%;">
                                <div class="titreMenu">Rubriques</div>
                                <div class="menu"><img src="./template/neon/black/collapsed.gif" style="border:0;" alt=""/> <a href="./diapo.php?cat=3&expand=1,2,4,5&id="><span title="affiche les images à la racine de cette catégorie" style="font-weight:bold;">Photos souvenirs</span> <span style="font-family:Verdana,Sans-Serif;font-size:9px;letter-spacing:-0.3mm;">[<span title="0 sous-catégories">0</span> ~ <span title="33 images dans cette catégorie">33</span>]</span><img src="./template/neon/black/new_long.gif" style="border:0;height:8px;width:12px" alt=""/></a><br /><img src="./template/neon/black/collapsed.gif" style="border:0;" alt=""/> <a href="./diapo.php?cat=1&expand=2,3,4,5&id="><span title="affiche les images à la racine de cette catégorie" style="font-weight:bold;">PHOTOS DE CLASSE</span> <span style="font-family:Verdana,Sans-Serif;font-size:9px;letter-spacing:-0.3mm;">[<span title="0 sous-catégories">0</span> ~ <span title="6 images dans cette catégorie">6</span>]</span><img src="./template/neon/black/new_long.gif" style="border:0;height:8px;width:12px" alt=""/></a><br /><img src="./template/neon/black/collapsed.gif" style="border:0;" alt=""/> <a href="./diapo.php?cat=4&expand=1,2,3,5&id="><span title="affiche les images à la racine de cette catégorie" style="font-weight:bold;">MASCARA 1985</span> <span style="font-family:Verdana,Sans-Serif;font-size:9px;letter-spacing:-0.3mm;">[<span title="1 sous-catégories">1</span> ~ <span title="0 images dans cette catégorie">0</span>]</span></a><br />  &middot; <a href="./diapo.php?cat=5&expand=&id=">mascara-1985 <span style="font-family:Verdana,Sans-Serif;font-size:9px;letter-spacing:-0.3mm;">[<span title="18 images in this sub-category">18</span>]</span><img src="./template/neon/black/new_long.gif" style="border:0;height:8px;width:12px" alt=""/></a><br /><img src="./template/neon/black/collapsed.gif" style="border:0;" alt=""/> <a href="./diapo.php?cat=2&expand=1,3,4,5&id="><span title="affiche les images à la racine de cette catégorie" style="font-weight:bold;">MASCARA EN  2000</span> <span style="font-family:Verdana,Sans-Serif;font-size:9px;letter-spacing:-0.3mm;">[<span title="0 sous-catégories">0</span> ~ <span title="21 images dans cette catégorie">21</span>]</span><img src="./template/neon/black/new_short.gif" style="border:0;height:8px;width:12px" alt=""/></a><br /><div style="text-align:center;margin-top:5px;font-family:Verdana,Sans-Serif;font-size:10px;letter-spacing:-0.3mm;">[ 78 images ]</div></div></td>
                <td style="background:url(./template/neon/black/06.gif);"></td>
            </tr>
            <tr>
                <td><img src="./template/neon/black/07.gif" alt=""/></td>
                <td><img src="./template/neon/black/08.gif" style="width:100%;height:8px;" alt=""/></td>
                <td><img src="./template/neon/black/09.gif" alt=""/></td>
            </tr>    
        </table>
                    <div style="margin-bottom:5px;"> </div>
        <table style="width:100%;">
            <tr>
                <td><img src="./template/neon/black/01.gif" style="width:8px;display:box;" alt=""/></td>
                <td><img src="./template/neon/black/02.gif" style="display:box;width:100%;height:8px;" alt=""/></td>
                <td><img src="./template/neon/black/03.gif" style="display:box;width:8px;" alt=""/></td>
            </tr>
            <tr>
                <td style="background:url(./template/neon/black/04.gif);"></td>
                <td style="background:url(./template/neon/black/05.gif);width:100%;">
                                <div class="titreMenu">Sommaire</div>
                                <div class="menu">
                                            <img src="./template/neon/black/collapsed.gif" alt=""/> <a href="./identification.php" title="">changer de login</a><br /><img src="./template/neon/black/collapsed.gif" alt=""/> <a href="./a_propos.php?expand=&id=" title="des infos sur PhpWebGallery...">à propos</a><br /></div></td>
                <td style="background:url(./template/neon/black/06.gif);"></td>
            </tr>
            <tr>
                <td><img src="./template/neon/black/07.gif" alt=""/></td>
                <td><img src="./template/neon/black/08.gif" style="width:100%;height:8px;" alt=""/></td>
                <td><img src="./template/neon/black/09.gif" alt=""/></td>
            </tr>    
        </table>                </td>
                <td style="padding:5px;width:99%;">
                    <table style="width:100%;">
                        <tr>
                            <td align="center">

        <table style="width:1%;">
            <tr>
                <td><img src="./template/neon/black/01.gif" style="width:8px;display:box;" alt=""/></td>
                <td><img src="./template/neon/black/02.gif" style="display:box;width:100%;height:8px;" alt=""/></td>
                <td><img src="./template/neon/black/03.gif" style="display:box;width:8px;" alt=""/></td>
            </tr>
            <tr>
                <td style="background:url(./template/neon/black/04.gif);"></td>
                <td style="background:url(./template/neon/black/05.gif);width:100%;">
            <div class="titrePage"><img src="./img11.jpg" alt="Mascara" title=" veuillez  choisir une catégorie dans le menu" /></div></td>
                <td style="background:url(./template/neon/black/06.gif);"></td>
            </tr>
            <tr>
                <td><img src="./template/neon/black/07.gif" alt=""/></td>
                <td><img src="./template/neon/black/08.gif" style="width:100%;height:8px;" alt=""/></td>
                <td><img src="./template/neon/black/09.gif" alt=""/></td>
            </tr>    
        </table>                                                        <div style="margin-bottom:5px;"> </div>
                                                    </td>
                                                </tr>
                                                <tr>
                                                    <td align="left">
                                                            </td>
                        </tr>   
                        <tr>
                            <td align="right">

        <table style="width:1%;">
            <tr>
                <td><img src="./template/neon/black/01.gif" style="width:8px;display:box;" alt=""/></td>
                <td><img src="./template/neon/black/02.gif" style="display:box;width:100%;height:8px;" alt=""/></td>
                <td><img src="./template/neon/black/03.gif" style="display:box;width:8px;" alt=""/></td>
            </tr>
            <tr>
                <td style="background:url(./template/neon/black/04.gif);"></td>
                <td style="background:url(./template/neon/black/05.gif);width:100%;"><div class="info">utilisateur connecté : visiteur<br />image datant de moins de 7 jours<img src="./template/neon/black/new_long.gif" style="border:0;height:8px;width:12px" alt=""/><br />image datant de moins de 14 jours<img src="./template/neon/black/new_short.gif" style="border:0;height:8px;width:12px" alt=""/><br />Une remarque : mailez moi, <a href="mailto:pierre@p-rubira.com?subject=[phpwebgallery]une remarque sur ton site"><span style="font-weight:bold;">mascarien</span></a></div></td>
                <td style="background:url(./template/neon/black/06.gif);"></td>
            </tr>
            <tr>
                <td><img src="./template/neon/black/07.gif" alt=""/></td>
                <td><img src="./template/neon/black/08.gif" style="width:100%;height:8px;" alt=""/></td>
                <td><img src="./template/neon/black/09.gif" alt=""/></td>
            </tr>    
        </table>                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
        </table>
      
        <div class="copyright">Page générée en 470.2 ms</div>
        <div class="copyright">Powered by <a href="http://www.z0rglub.com/phpwebgallery" class="back">PhpWebGallery</a> 1.1</div>    </body>
</html>

Hors ligne

#6 2002-10-07 22:29:03

plg
Équipe Piwigo
Nantes, France, Europe
2002-04-05
12672

Re: photo et titre dans page accueille

ceci :

Code:

<img src="./img11.jpg" alt="Mascara" title=" veuillez  choisir une catégorie dans le menu" />

m'indique que tu n'as pas remplacé la partie 

Code:

echo replace_space( $lang['no_category'] );

en

Code:

echo $lang['no_category'];

dans diapo.php


Les historiens ont établi que Pierrick était le premier utilisateur connu de Piwigo.

Hors ligne

#7 2002-10-07 23:09:52

Pierrot
Membre
Banlieue de TOULOUSE
2002-09-21
386

Re: photo et titre dans page accueille

:oops:Je crois que j’aurais mieux fait de rien toucher. J’ai le nom de la photo sans la photo et pas de texte d’accueille. Quand je veux je rentre mon mot de passe  j’obtiens ce message : Warning: Cannot add header information - headers already sent by (output started at /var/www/free.fr/3/p/r/u/p.rubira/galerie/language/francais.php:2) in identification.php on line 29

Warning: Cannot add header information - headers already sent by (output started at /var/www/free.fr/3/p/r/u/p.rubira/galerie/language/francais.php:2) in identification.php on line 30

Warning: Cannot add header information - headers already sent by (output started at /var/www/free.fr/3/p/r/u/p.rubira/galerie/language/francais.php:2) in identification.php on line 31

Hors ligne

#8 2002-10-08 00:50:51

plg
Équipe Piwigo
Nantes, France, Europe
2002-04-05
12672

Re: photo et titre dans page accueille

oui, en effet, je pense que tu as rajouté du texte faux dans le fichier language, ce qui provoque cette erreur pas très explicite...


Les historiens ont établi que Pierrick était le premier utilisateur connu de Piwigo.

Hors ligne

#9 2002-10-08 19:02:09

Pierrot
Membre
Banlieue de TOULOUSE
2002-09-21
386

Re: photo et titre dans page accueille

:lol: J’ai tout remis en ordre.
Merci pour ton aide 
A +

Hors ligne

#10 2002-10-20 19:56:56

Banni

Re: photo et titre dans page accueille

<a href=' :oops: Toujours mon problème de titre de la page d'accueil. J'ai mis une photos mais je n'ai toujours pas de titre.j'ai modifier français .php ligne 26 avec le code htlm comme l'exemple.$lang' target='_blank'> :oops: Toujours mon problème de titre de la page d'accueil. J'ai mis une photos mais je n'ai toujours pas de titre.j'ai modifier français .php ligne 26 avec le code htlm comme l'exemple.$lang['no_category'] = "<img src="./img11.jpg" alt="Mascara" title="Bien venu dans ma galerie photos,<br />veuillez  choisir une catégorie dans le menu" />"; 
Puis diapo php ligne 408 :echo $lang['no_category']; D'avance merci
</a>

#11 2002-10-20 20:53:59

plg
Équipe Piwigo
Nantes, France, Europe
2002-04-05
12672

Re: photo et titre dans page accueille

c quoi pour toi le titre ? (parce que là, je vois pas le pb)


Les historiens ont établi que Pierrick était le premier utilisateur connu de Piwigo.

Hors ligne

#12 2002-10-21 08:19:37

Pierrot
Membre
Banlieue de TOULOUSE
2002-09-21
386

Re: photo et titre dans page accueille

C'est aucune rubrique n'est seltionnée ect.. ou salut les amis.

Hors ligne

#13 2002-10-21 12:25:37

plg
Équipe Piwigo
Nantes, France, Europe
2002-04-05
12672

Re: photo et titre dans page accueille

donnes moi une URL parce que là, vraiment je vois le pb... qu'est ce qui s'affiche à la place par exemple...


Les historiens ont établi que Pierrick était le premier utilisateur connu de Piwigo.

Hors ligne

#14 2002-10-21 17:57:01

Banni

Re: photo et titre dans page accueille

#15 2002-10-21 18:00:23

plg
Équipe Piwigo
Nantes, France, Europe
2002-04-05
12672

Re: photo et titre dans page accueille

ok, lol, là t'as un pb avec le HTML : tu as mis :

Code:

<img src="./img11.jpg" alt="Mascara" title="Bien venu dans ma galerie photos,<br />veuillez  choisir une catégorie dans le menu" />

mais faut mettre :

Code:

<img src="./img11.jpg" alt="Mascara" title="Bien venu dans ma galerie photos" />Bien venu dans ma galerie photos<br />veuillez  choisir une catégorie dans le menu

tu vas voir, ça marchera mieix ;)


Les historiens ont établi que Pierrick était le premier utilisateur connu de Piwigo.

Hors ligne

  •  » Utilisation
  •  » photo et titre dans page accueille

Pied de page des forums

Propulsé par FluxBB

github twitter newsletter Faire un don Piwigo.org © 2002-2024 · Contact