Annonce

  •  » Utilisation
  •  » [Résolu] Mettre le bloc identification dans le header

#31 2009-11-22 10:01:51

makno
Membre
Nantes
2007-10-24
1273

Re: [Résolu] Mettre le bloc identification dans le header

Je l'ai donc rentré dans le local-layout.ccs de Yoga, à la fin. Mais cela n'a pas l'effet escompté, en fait il ne se passe rien. J'ai aussi tenté de le mettre dans mywipi, résultat idem J'ai tenté de masquer le bloc identification du menu pour voir si cela changeait quelque chose, mais non ?

Bon voici le contenu de mon fichier local-layout.css :

Code:

/* mise en forme des commentaires catégories de titre*/
.accueil_galeries
   {
    font_size: large;
    padding-top:
    text-align: center;
    font-style: normal;
    color: white;
   }
/* mise en forme des commentaires catégories d'activités*/
.activites_galeries
   {
    font_size: large;
    text-align: center;
    font-style: normal;
    padding-top:
    color: white;
   }
/* mise en forme des commentaires catégories de projets*/
.projets_galeries
   {
    text-align: justify;
    font-style: normal;
    padding-top:
    padding-left:
    padding-right:
    color: white;
   }
#thePicturePage .stuffs_block,
#thePicturePage .stuffs_block div {background-color:transparent; border-width:0 !important;
  margin:0 !important; }
  
  /*transfert du bloc identification dans le menu, ajouté le 09 02 22 par Vincent d'Eaubonne*/
#theHeader dl#mbIdentification { left:68%; position:relative; top:-380px; width:400px; }
#theHeader dl#mbIdentification dt,
#theHeader dl#mbIdentification li { display:none; }
#theHeader dl#mbIdentification form li { display:inline; }
#theHeader dl#mbIdentification #quickconnect { text-align: left; }
#theHeader dl#mbIdentification form#quickconnect input[type="submit"] { position: relative; left: 120px; top: -25px; }
#theHeader dl#mbIdentification form#quickconnect ul.actions { position: relative; left: 240px; top: -45px; }
#theHeader dl#mbIdentification form#quickconnect fieldset { height:140px; }

Instants de Scènes, c'est là ! Sur mon site, vous trouverez 600 projets artistiques et 20 000 photos dans tous les domaines des arts vivants : théâtre, clown, danse, arts de la rue, conte, cirque, etc...

Hors ligne

#32 2009-11-22 11:39:57

VDigital
Former Piwigo Team
Montpellier (FR)
2005-05-04
15127

Re: [Résolu] Mettre le bloc identification dans le header

Le tout devrait fonctionner dès que ton myheader.tpl sera corrigé et activé

/template-extension/myheader.tpl

après :

Code:

<div id="theHeader">{$PAGE_BANNER}</div>
{if isset($theSwiftHeader)}{$theSwiftHeader}{/if}

colle:

Code:

<dt>{'identification'|@translate}</dt>
<dd>
  {if isset($USERNAME)}
  <p>{'hello'|@translate}&nbsp;{$USERNAME}&nbsp;!</p>
  {/if}

  <ul>
  {if isset($U_REGISTER)}
  <li><a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" rel="nofollow">{'Register'|@translate}</a></li>
  {/if}

  {if isset($U_LOGIN)}
  <li><a href="{$U_LOGIN}" rel="nofollow">{'Connection'|@translate}</a></li>
  {/if}

  {if isset($U_LOGOUT)}
  <li><a href="{$U_LOGOUT}">{'logout'|@translate}</a></li>
  {/if}

  {if isset($U_PROFILE)}
  <li><a href="{$U_PROFILE}" title="{'hint_customize'|@translate}">{'customize'|@translate}</a></li>
  {/if}

  {if isset($U_ADMIN)}
  <li><a href="{$U_ADMIN}" title="{'hint_admin'|@translate}">{'admin'|@translate}</a></li>
  {/if}
  </ul>

  {if isset($U_LOGIN)}
  <form method="post" action="{$U_LOGIN}" id="quickconnect">
  <fieldset>
  <legend>{'Quick connect'|@translate}</legend>
  <div>
  <label for="username">{'Username'|@translate}</label><br/>
  <input type="text" name="username" id="username" value="" style="width:99%">
  </div>

  <div><label for="password">{'Password'|@translate}</label>
  <br/>
  <input type="password" name="password" id="password" style="width:99%">
  </div>

  {if $AUTHORIZE_REMEMBERING}
  <div><label for="remember_me">
  {'remember_me'|@translate}
  <input type="checkbox" name="remember_me" id="remember_me" value="1">
  </label></div>
  {/if}

  <div>
  <input class="submit" type="submit" name="login" value="{'Submit'|@translate}">
  <ul class="actions">
    <li><a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/lost_password.png" class="button" alt="{'Forgot your password?'|@translate}"></a></li>
    {if isset($U_REGISTER)}
    <li><a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"/></a></li>
    {/if}
  </ul>
  </div>

  </fieldset>
  </form>
  {/if}
</dd>

Ton local-layout.css est correct hormis le fait que tu n'utilises pas LocalFiles Editor et que le fichier n'est pas au format UTF-8 (sans BOM).
Pour preuve:
  /*transfert du bloc identification dans le menu, ajouté le 09 02 22 par Vincent d'Eaubonne*/


Vincent -« Plus vidéaste averti que photographe amateur... »
La galerie - Le blog   

Piwigo est une application libre de gestion de photos en ligne.

Hors ligne

#33 2009-11-22 14:17:41

makno
Membre
Nantes
2007-10-24
1273

Re: [Résolu] Mettre le bloc identification dans le header

Pour mon local-layout.css, juré, je n'utilise que LocalFileEditor pourtant. Je l'utilise depuis le début, c'est trop pratique pour un pimpin informatique comme moi :)

Sinon, hélas :

Warning: Smarty error: unable to read resource: "http://instants-de-scenes.com/PhpMyGallery/template/yoga/menubar_identification.tpl" in /var/www/virtual/instants-de-scenes.com/htdocs/PhpMyGallery/include/smarty/libs/Smarty.class.php on line 1093

Je n'ai pas retouché au local-layout, voici mon myheader, je pense avoir fait ce que tu me demandais. Pour l'activer j'ai mis "header.tpl" pour le template d'origine et "yoga" pour le template rattaché, rien dans la colonne "paramètres facultatif de l'URL"

Code:

{* $Id: header.tpl 3272 2009-05-06 05:17:55Z ddtddt $ *}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="{$lang_info.code}" dir="{$lang_info.direction}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={$CONTENT_ENCODING}">
<meta name="generator" content="Piwigo (aka PWG), see piwigo.org">
{if isset($meta_ref) } 
{if isset($INFO_AUTHOR)}
<meta name="author" content="{$INFO_AUTHOR|@replace:'"':' '}">
{/if}
{if isset($related_tags)}
<meta name="keywords" content="{foreach from=$related_tags item=tag name=tag_loop}{if !$smarty.foreach.tag_loop.first}, {/if}{$tag.name}{/foreach}">
{/if}
{if isset($COMMENT_IMG)}
<meta name="description" content="{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}{if isset($INFO_FILE)} - {$INFO_FILE}{/if}">
{else}
<meta name="description" content="{$PAGE_TITLE}{if isset($INFO_FILE)} - {$INFO_FILE}{/if}">
{/if}
{/if}

{if (isset($REVERSE) and $REVERSE and $PAGE_TITLE == l10n('home'))}
<title>{$GALLERY_TITLE} | {$PAGE_TITLE}</title>{else}
<title>{$PAGE_TITLE} | {$GALLERY_TITLE}</title>{/if}
<link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}template-common/favicon.ico">

<link rel="start" title="{'home'|@translate}" href="{$U_HOME}" >
<link rel="search" title="{'Search'|@translate}" href="{$ROOT_URL}search.php" >
{if isset($first.U_IMG)   }<link rel="first" title="{'first_page'|@translate}" href="{$first.U_IMG}" >{/if}
{if isset($previous.U_IMG)}<link rel="prev" title="{'previous_page'|@translate}" href="{$previous.U_IMG}" >{/if}
{if isset($next.U_IMG)    }<link rel="next" title="{'next_page'|@translate}" href="{$next.U_IMG}" >{/if}
{if isset($last.U_IMG)    }<link rel="last" title="{'last_page'|@translate}" href="{$last.U_IMG}" >{/if}
{if isset($U_UP)          }<link rel="up" title="{'thumbnails'|@translate}" href="{$U_UP}" >{/if}

<link rel="stylesheet" type="text/css" href="{$ROOT_URL}template/{$themeconf.template}/layout.css">
{* the next css is used to fix khtml (Konqueror/Safari) issue the "text/nonsense" prevents gecko based browsers to load it *}
<link rel="stylesheet" type="text/nonsense" href="{$ROOT_URL}template/{$themeconf.template}/fix-khtml.css">
<!--[if lt IE 7]>
  <link rel="stylesheet" type="text/css" href="{$ROOT_URL}template/{$themeconf.template}/fix-ie5-ie6.css">
<![endif]-->
<!--[if IE 7]>
  <link rel="stylesheet" type="text/css" href="{$ROOT_URL}template/{$themeconf.template}/fix-ie7.css">
<![endif]-->
<!--[if !IE]> <-->
  <link rel="stylesheet" href="{$ROOT_URL}template/{$themeconf.template}/not-ie.css" type="text/css">
<!--> <![endif]-->
<link rel="stylesheet" type="text/css" media="print" href="{$ROOT_URL}template/{$themeconf.template}/print.css">
<link rel="stylesheet" type="text/css" href="{$ROOT_URL}template/{$themeconf.template}/theme/{$themeconf.theme}/theme.css">
{$themeconf.local_head}
{if isset($U_PREFETCH)          }<link rel="prefetch" href="{$U_PREFETCH}">{/if}

{if not empty($page_refresh)    }<meta http-equiv="refresh" content="{$page_refresh.TIME};url={$page_refresh.U_REFRESH}">{/if}

<script type="text/javascript" src="{$ROOT_URL}template-common/scripts.js"></script>
<!--[if lt IE 7]>
<style>
  {* only because we need {$ROOT_URL} otherwise use fix-ie5-ie6.css *}
  BODY {ldelim} behavior:url("{$ROOT_URL}template-common/csshover.htc"); }
  A IMG, .button, .icon {ldelim}
    behavior:url("{$ROOT_URL}template-common/tooltipfix.htc");
  }
  FORM {ldelim} behavior: url("{$ROOT_URL}template-common/inputfix.htc"); }
</style>
<script type="text/javascript" src="{$ROOT_URL}template-common/pngfix.js"></script>
<![endif]-->

{if not empty($head_elements)}
  {foreach from=$head_elements item=elt}{$elt}
  {/foreach}
{/if}

</head>

<body id="{$BODY_ID}">
<div id="the_page">

{if not empty($header_msgs)}
<div class="header_msgs">
  {foreach from=$header_msgs item=elt}
  {$elt}<br />
  {/foreach}
</div>
{/if}

<div id="theHeader">{$PAGE_BANNER}</div>
{if isset($theSwiftHeader)}{$theSwiftHeader}{/if}

<dt>{'identification'|@translate}</dt>
<dd>
  {if isset($USERNAME)}
  <p>{'hello'|@translate}&nbsp;{$USERNAME}&nbsp;!</p>
  {/if}

  <ul>
  {if isset($U_REGISTER)}
  <li><a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" rel="nofollow">{'Register'|@translate}</a></li>
  {/if}

  {if isset($U_LOGIN)}
  <li><a href="{$U_LOGIN}" rel="nofollow">{'Connection'|@translate}</a></li>
  {/if}

  {if isset($U_LOGOUT)}
  <li><a href="{$U_LOGOUT}">{'logout'|@translate}</a></li>
  {/if}

  {if isset($U_PROFILE)}
  <li><a href="{$U_PROFILE}" title="{'hint_customize'|@translate}">{'customize'|@translate}</a></li>
  {/if}

  {if isset($U_ADMIN)}
  <li><a href="{$U_ADMIN}" title="{'hint_admin'|@translate}">{'admin'|@translate}</a></li>
  {/if}
  </ul>

  {if isset($U_LOGIN)}
  <form method="post" action="{$U_LOGIN}" id="quickconnect">
  <fieldset>
  <legend>{'Quick connect'|@translate}</legend>
  <div>
  <label for="username">{'Username'|@translate}</label><br/>
  <input type="text" name="username" id="username" value="" style="width:99%">
  </div>

  <div><label for="password">{'Password'|@translate}</label>
  <br/>
  <input type="password" name="password" id="password" style="width:99%">
  </div>

  {if $AUTHORIZE_REMEMBERING}
  <div><label for="remember_me">
  {'remember_me'|@translate}
  <input type="checkbox" name="remember_me" id="remember_me" value="1">
  </label></div>
  {/if}

  <div>
  <input class="submit" type="submit" name="login" value="{'Submit'|@translate}">
  <ul class="actions">
    <li><a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/lost_password.png" class="button" alt="{'Forgot your password?'|@translate}"></a></li>
    {if isset($U_REGISTER)}
    <li><a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"/></a></li>
    {/if}
  </ul>
  </div>

  </fieldset>
  </form>
  {/if}
</dd>
{if not empty($header_notes)}
<div class="header_notes">
  {foreach from=$header_notes item=elt}
  <p>{$elt}</p>
    {/foreach}
</div>
{/if}

Sinon, pour aider si j'ai bien compris les seuls fichiers qui peuvent surcharger la configuration que nous sommes en train de mettre en place sont Yoga\mywipi et  config-local ? en tout cas les voici, si ça peut servir...

Code:

/* $Id: theme.css 2581 2008-09-24 19:15:01Z vdigital $ */

body #theCategoryPage
{
font-style: normal;
}
/* text color */
BODY, H1, H3, DT,
INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
  color:#e0e0e0;
}
#menubar { 
  margin : 0px;
  background-color: transparent;
  border: 0px;
}
H2 {
  color: #eee;
}
                                   /*Le menu*/
#menubar DT, #menubar DT A {
  color: #eee; 
  font-weight: lighter;
}
#menubar DT A:hover {
  color: #69c; 
  font-weight: lighter;
}
#menubar .selected  A {
  color: #eee; 
}
#menubar .selected  A:hover {
  color: #f92; 
}
#menubar DT:before {
 content: "__\\_ "; 
 color: #f92;
}
#menubar DT:after {
 content: " _/__"; 
 color: #69c;
}
#menubar .button {
  margin: 0 2px 0px 8px;
  width: auto;
  padding: 0;
  text-indent: 0;
  list-style: none;
  text-align: center;
  float: left;
}
                                   /*Fin du menu*/
.content .pageNumberSelected {
  color: #f92;
}
.content .infos {
  background-color: #69c;
  color: #036;
}
.content .errors {
  background-color: #fc5;
  border-color: #f92;
  color: #900;
}
/*ajouté le 09 02 23 par Vincent d'Eaubonne*/
.content ul.thumbnailCategories li div.thumbnailCategory .description .Nb_images {
  margin-top: 5pix;
  margin-bottom: 5px;
  color: #f92;
 } 

/* backgrounds ...................................................................................................................................*/
.content left_block {
  background: #111;
 }
BODY {
  background: #111;
  margin: 0px;
  padding: 0px;
}
H3, #imageToolBar A:hover {
  background-color: #222;
}
/*bordure des logos, ajouté le 12/04/09*/
#theHeader {
  padding: 5px 10px 0px 10px;
/*espace sous la bannière ajouté le 04/11/09*/  
  margin-bottom: 10px; 
}

#imageHeaderBar {
  background-color: #111;
 
}
#imageToolBar, .header_notes {
  background-color: #333;
}
A {
  border-color: #69c;
}
A:hover {
  border-color: #f92;
}
.content {
  background-color: #181818;
  /*border: 1px solid #eee;*/
  padding: 5px;
}

H2, #menubar DT, TD H3 {
  background-image: url(images/tableh1_bg.png);
  background-repeat: repeat-x;
}
.content H2 {
  background: none;
  border: 0px;
  letter-spacing: -0.05em; 
  text-indent: 1em;
  text-transform:  uppercase;
  font-weight: lighter;
  margin-bottom: 5px; /*moins 20 pix, le 21/11/09*/
}
.content ul.thumbnailCategories li div.thumbnailCategory {padding: 1px; margin: 20px; }
.content ul.thumbnailCategories li div.thumbnailCategory .description h3,
.content h3 { text-align: center; }
.content ul.thumbnailCategories li div.thumbnailCategory .description p {
  color: f5f5f5; text-indent: 0em; 
}
.content ul.thumbnailCategories li div.thumbnailCategory .description p + p {
  color: #fff; 
}
.browsePath A {
  color: #eee;
}
.content H2:before, .browsePath:before, .imageNumber:before,
#imageHeaderBar H2:before {
 content: "____\\_ "; 
 color: #69c; 
 font-family: Times, Zapf-Chancery, Cottonwood, Helvetica;
 letter-spacing: 0em; 
}
.content H2:after, .browsePath:after, .imageNumber:after,
#imageHeaderBar H2:after {
 content: " _/____"; 
 color: #f92;
 font-family: Times, Zapf-Chancery, Cottonwood, Helvetica;
 letter-spacing: 0em; 
}
#imageHeaderBar H2 {
  background-image: none;
  background-color: transparent;
  border: none;
}
#thePicturePage #the_page {
  background-color: #111;
}
#thePicturePage #stuffs_block {
  background-color: #181818;
}
#thePicturePage #imageHeaderBar {
  background-image: url(images/tableh2_bg.png);
  background-repeat: repeat-x;
}
#thePicturePage #imageToolBar {
  background-color: #111;
  border-bottom: 2px solid #69c;
}
#thePicturePage #theImage {
  background-color: #111;
  margin: 0px;
  padding: 3px 0px 15px 0px;
}

#thePicturePage #comments H3 {
  background-image: none;
  background-color: #222;
  border-top: 2px solid #69c;
  border-bottom: 2px solid #69c;
  color: #69c; 
  font-weight: lighter;
}
 
 /*mise en forme des logos dans le header de la page d'accueil
.content #theCategoryPage div #the_page #theHeader a img {
  padding: 10px;
   }*/
/* borders */
#imageHeaderBar {
  border-top: 1px solid #000;
}
H2, #imageToolBar {
  border-bottom: 1px solid #000;
}

#theImage IMG {
  border: 3px solid #fff;
}

.content UL.thumbnail IMG {
  border: 1px solid #a0a0a0;
}
.illustration A {
  border: 0px;
}
FIELDSET, INPUT, SELECT, TEXTAREA,
.content DIV.thumbnailCategory {
  border: 1px solid gray;
}
.content DIV.thumbnailCategory {
  border: 1px solid #69c;
  margin: 8px 4px;
}

.content UL.thumbnails SPAN.wrap2 {
  border: 1px solid #aaaaaa;  /* thumbnails border color and style */
  border-radius: 4px 4px;  /* round corners with CSS3 compliant browsers */
}

.content UL.thumbnails SPAN.wrap2:hover,
.content UL.thumbnailCategories DIV.thumbnailCategory:hover {
  background-color: #333;
  border-color: #69c;    /* thumbnails border color when mouse cursor is over it */
}

/* links ..........................................................................................................................................*/
A, INPUT.rateButton, legend {
  color: #69c;
}

A:hover {
  color: #f92;
}

#imageToolBar A, #imageToolBar A:hover {
  border-bottom: none;
}
A.navThumb, A.navThumb:hover {
  border-bottom: none;
}
#the_page {
  border: 1px dotted #f92;
  padding-top: 5px;
  padding-bottom:30px;
  margin: 2px;
}
#copyright {
  color: #69c;
}

label {
  cursor:pointer
}
input#qsearchInput { 
  color: #58c; 
  background-color: #222;  
  border: 1px solid #333;
  padding: 1px 3px;
}
.zero { display: none }
.nb-hits { color: #69c; }
.nb-comments { color: #f92; }

FORM#quickconnect,
FORM#quickconnect FIELDSET,
FORM#quickconnect DIV,
FORM#quickconnect UL.actions,
FORM#quickconnect LABEL {
  color: #69c;   
}
FORM#quickconnect DIV INPUT,
FORM#quickconnect INPUT[type=text],
FORM#quickconnect INPUT[type=password] {
  color: #58c;   
  background-color: #222;  
  border: 1px solid #333;
}

.PWG {
  font-family: verdana, arial, helvetica, sans-serif !important;
  font-size: 0.9em;
  font-weight: normal;
  letter-spacing: 0px;
}
a.PWG { border: 0px; }
a.PWG .P { color : #f92; }
a.PWG .W { color : #aaa; }
a.PWG .G { color : #69c; }
a.PWG:hover .P { color : #69c; }
a.PWG:hover .G { color : #f92; }
#menubar DT {
    border-top: 1px solid #eef;
    border-right: 1px solid #69c;
    border-bottom: 1px solid #69c;
    border-bottom-right-radius: 12px;
   -moz-border-radius-bottomright: 12px;
    box-shadow: 5px 5px #69c;
}
.statBar { background-color: #e60; }
#imageToolBar .randomButtons a:hover,
#imageToolBar .navButtons a:hover { background-color: #111; }
#menubar .menuInfoCat,
#menubar .menuInfoCatByChild,
h2.showtitle, #theImage p.showlegend { display: none }
* { outline-width: 0px; }

.Online { display: none; }
#theAdminPage .Online { display: block; }

Code:

<?php

/* Augmentation du nombre d'utilisateurs sur la page administration à 250 */
$conf['users_page'] = 250;

/* Tri automatique des photos de manière chronologique 
$conf['order_by'] = ' ORDER BY date_creation ASC, file ASC, id ASC';*/

/* Masque les informations EXIF */
$conf['show_exif'] = false;

/* Activer la fonction Adviser/Conseiller */
$conf['allow_adviser'] = true;
$conf['show_picture_name_on_title'] = false;

/* Place une marge entre les blocs */
//$conf['stuffs_margin'] = '5px';

// top_number : nombre d'éléments à afficher pour les catégories spéciales
// "les plus visitées", "les mieux notées".
$conf['top_number'] = 100;

// tags_levels: number of levels to use for display. Each level is bind to a
// CSS class tagLevelX.
$conf['full_tag_cloud_items_number'] = 500;
$conf['tags_levels'] = 9;

//-------------------------------------------------------------------------
                     //options mail

// mail_options: only set it true if you have a send mail warning with
// "options" parameter missing on mail() function execution.
$conf['mail_options'] = false;

// send_bcc_mail_webmaster: send bcc mail to webmaster. Set true for debug
// or test.
$conf['send_bcc_mail_webmaster'] = true;

// smtp configuration
// (work if fsockopen function is allowed for smtp port)
// smtp_host: smtp server host
//  if null, regular mail function is used
//   format: hoststring[:port]
//   exemple: smtp.pwg.net:21
// smtp_user/smtp_password: user & password for smtp identication
$conf['smtp_host'] = '';
$conf['smtp_user'] = '';
$conf['smtp_password'] = '';
//-------------------------------------------------------------------
$conf['tn_height'] = $conf['tn_width'];
$conf['template_compile_check'] = false;
$conf['compiled_template_cache_language']=true;
$conf['show_thumbnail_caption'] = false;

//-------------------------------------------------------------------
                       //réécriture URL

// question_mark_in_urls : the generated urls contain a ? sign. This can be
// changed to false only if the server translates PATH_INFO variable
// (depends on the server AcceptPathInfo directive configuration)
//$conf['question_mark_in_urls'] = false;

// php_extension_in_urls : if false, the urls generated for picture and
// category will not contain the .php extension. This will work only if
// .htaccess defines Options +MultiViews parameter or url rewriting rules
// are active.
$conf['php_extension_in_urls'] = false;

// picture_url_style : one of 'id' (default), 'id-file' or 'file'. 'id-file'
// or 'file' mean that the file name (without extension will appear in the
// url). Note that one aditionnal sql query will occur if 'file' is choosen.
// Note that you might experience navigation issues if you choose 'file'
// and your file names are not unique
$conf['picture_url_style'] = 'id' ;

// category_url_style : one of 'id' (default) or 'id-name'. 'id-name'
// means that an simplified ascii represntation of the category name will
// appear in the url
$conf['category_url_style'] = 'id-name';

// tag_url_style : one of 'id-tag' (default), 'id' or 'tag'.
// Note that if you choose 'tag' and the url (ascii) representation of your
// tags is not unique, all tags with the same url representation will be shown
$conf['tag_url_style'] = 'tag';

?>

Dernière modification par makno (2009-11-22 14:19:22)


Instants de Scènes, c'est là ! Sur mon site, vous trouverez 600 projets artistiques et 20 000 photos dans tous les domaines des arts vivants : théâtre, clown, danse, arts de la rue, conte, cirque, etc...

Hors ligne

#34 2009-11-22 14:24:01

makno
Membre
Nantes
2007-10-24
1273

Re: [Résolu] Mettre le bloc identification dans le header

Tu verras que dans les fichiers j'ai eu le soici de commenter les lignes que j'avais rajouté (enfin, si j'en ais pas oublié ...) Si toutefois ma manière de commenter n'est pas la bonne, n'hésites pas à m'informer, je ferais ce qu'il faut pour que cela soit fait correctement afin de faciliter la relecture...


Instants de Scènes, c'est là ! Sur mon site, vous trouverez 600 projets artistiques et 20 000 photos dans tous les domaines des arts vivants : théâtre, clown, danse, arts de la rue, conte, cirque, etc...

Hors ligne

#35 2009-11-22 14:47:18

VDigital
Former Piwigo Team
Montpellier (FR)
2005-05-04
15127

Re: [Résolu] Mettre le bloc identification dans le header

Tu relis tranquillement toutes mes indications.
Quand tu ne comprends pas ou un doute tu poses une question.

Je viens d'essayer ce que je t'ai donné comme indications, (outre le fait que je n'ai pas ton thème et que la mise en page n'est pas bonne chez moi), cela fonctionne bien sans la moindre erreur.

Et quand le template fonctionnera, laisse-le en place pour que je puisse corriger les éventuels détails qui pourraient manquer.
@+


Vincent -« Plus vidéaste averti que photographe amateur... »
La galerie - Le blog   

Piwigo est une application libre de gestion de photos en ligne.

Hors ligne

#36 2009-11-22 14:51:03

VDigital
Former Piwigo Team
Montpellier (FR)
2005-05-04
15127

Re: [Résolu] Mettre le bloc identification dans le header

makno a écrit:

Sinon, hélas :

Warning: Smarty error: unable to read resource: "http://instants-de-scenes.com/PhpMyGallery/template/yoga/menubar_identification.tpl" in /var/www/virtual/instants-de-scenes.com/htdocs/PhpMyGallery/include/smarty/libs/Smarty.class.php on line 1093

unable to read resource: Tu n'aurais pas laissé l'include... Je parle de copier/coller.
après :
...
colle:


Vincent -« Plus vidéaste averti que photographe amateur... »
La galerie - Le blog   

Piwigo est une application libre de gestion de photos en ligne.

Hors ligne

#37 2009-11-22 14:56:50

VDigital
Former Piwigo Team
Montpellier (FR)
2005-05-04
15127

Re: [Résolu] Mettre le bloc identification dans le header

Je suis inscrit sur ta galerie (si tu veux me donner des droits) je pourrais voir en place ce sera plus simple que de gérer par le forum.
;-)


Vincent -« Plus vidéaste averti que photographe amateur... »
La galerie - Le blog   

Piwigo est une application libre de gestion de photos en ligne.

Hors ligne

#38 2009-11-22 17:43:57

makno
Membre
Nantes
2007-10-24
1273

Re: [Résolu] Mettre le bloc identification dans le header

Voilà, je t'ai donné des droits d'administrateur, cela convient ?

Pour l'include je regarde, mais je ne vois pas...

merci du temps passé :)


Instants de Scènes, c'est là ! Sur mon site, vous trouverez 600 projets artistiques et 20 000 photos dans tous les domaines des arts vivants : théâtre, clown, danse, arts de la rue, conte, cirque, etc...

Hors ligne

#39 2009-11-22 18:47:07

VDigital
Former Piwigo Team
Montpellier (FR)
2005-05-04
15127

Re: [Résolu] Mettre le bloc identification dans le header

Je suis en train de corriger ton site.
SVP... Ne change pas ce que je corrige.


Vincent -« Plus vidéaste averti que photographe amateur... »
La galerie - Le blog   

Piwigo est une application libre de gestion de photos en ligne.

Hors ligne

#40 2009-11-22 18:54:53

makno
Membre
Nantes
2007-10-24
1273

Re: [Résolu] Mettre le bloc identification dans le header

Merci ! je ne touche plus à rien jusqu'à nouvel ordre. Je me disais bien qu'il se passait un truc bizarre, désolé si j'ai interféré


Instants de Scènes, c'est là ! Sur mon site, vous trouverez 600 projets artistiques et 20 000 photos dans tous les domaines des arts vivants : théâtre, clown, danse, arts de la rue, conte, cirque, etc...

Hors ligne

#41 2009-11-22 19:45:54

VDigital
Former Piwigo Team
Montpellier (FR)
2005-05-04
15127

Re: [Résolu] Mettre le bloc identification dans le header

En place... Il reste:

Result: 9 erreurs / 0 avertissements

line 44 column 7 - Erreur: required attribute "TYPE" not specified
line 90 column 30 - Erreur: document type does not allow element "SCRIPT" here; missing one of "DT", "DD" start-tag
line 136 column 198 - Erreur: required attribute "ALT" not specified
line 142 column 30 - Erreur: document type does not allow element "SCRIPT" here; missing one of "DT", "DD" start-tag
line 181 column 76 - Erreur: there is no attribute "TARGET"
line 183 column 185 - Erreur: there is no attribute "ALIGN"
line 187 column 41 - Erreur: there is no attribute "ALT"
line 187 column 209 - Erreur: required attribute "ALT" not specified
line 239 column 8 - Erreur: end tag for element "P" which is not open

La première (line 44): demande transmise à repie38.
La seconde (line 90): demande à comminiquer à grum (on verra plus tard).

Je passe à d'autres sujets (pour l'instant).


Vincent -« Plus vidéaste averti que photographe amateur... »
La galerie - Le blog   

Piwigo est une application libre de gestion de photos en ligne.

Hors ligne

#42 2009-11-22 20:04:42

grum
Former Piwigo Team
50% Nantes - 50% Paris
2007-09-10
2502

Re: [Résolu] Mettre le bloc identification dans le header

VDigital a écrit:

line 90 column 30 - Erreur: document type does not allow element "SCRIPT" here; missing one of "DT", "DD" start-tag
La seconde (line 90): demande à comminiquer à grum (on verra plus tard).

je veux bien mais.....
En quoi suis-je concerné par la ligne 90 ?
quel fichier ? quel plugin ?


Mes photos avec Piwigo évidemment !
[ www.grum.fr ] [ photos.grum.fr ]

Hors ligne

#43 2009-11-22 20:04:48

makno
Membre
Nantes
2007-10-24
1273

Re: [Résolu] Mettre le bloc identification dans le header

Merci pour tout, c'est super. J'ai envoyé une message à Grum avec copie du tiens.


Instants de Scènes, c'est là ! Sur mon site, vous trouverez 600 projets artistiques et 20 000 photos dans tous les domaines des arts vivants : théâtre, clown, danse, arts de la rue, conte, cirque, etc...

Hors ligne

#44 2009-11-22 20:13:09

VDigital
Former Piwigo Team
Montpellier (FR)
2005-05-04
15127

Re: [Résolu] Mettre le bloc identification dans le header

grum a écrit:

En quoi suis-je concerné par la ligne 90 ?
quel fichier ? quel plugin ?

[Forum, post 123913 by VDigital in topic 15914] [plugin] Advanced Menu Manager

;-)

[edit grum]j'ai modifié la référence du post (topic, çà marche pas ;))[/edit]


Vincent -« Plus vidéaste averti que photographe amateur... »
La galerie - Le blog   

Piwigo est une application libre de gestion de photos en ligne.

Hors ligne

#45 2009-11-23 00:31:05

grum
Former Piwigo Team
50% Nantes - 50% Paris
2007-09-10
2502

Re: [Résolu] Mettre le bloc identification dans le header

ok


Mes photos avec Piwigo évidemment !
[ www.grum.fr ] [ photos.grum.fr ]

Hors ligne

  •  » Utilisation
  •  » [Résolu] Mettre le bloc identification dans le header

Pied de page des forums

Propulsé par FluxBB

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