forum.coppermine-gallery.net

Support => Italian (Italiano) => Closed boards => Language Specific Support => cpg1.4.x Italian (Italiano) => Topic started by: 27Dade91 on October 06, 2008, 05:52:32 pm

Title: Inserire menu aggiuntivo nell'header della pagina
Post by: 27Dade91 on October 06, 2008, 05:52:32 pm
Vorrei aggiungere una voce al menu principale della galleria (tipo contact us).

Lista Album    Ultimi Uploads    Ultimi commenti    Più Visti    Più Votati    Preferiti    Cerca

Sapete che file devo andare a toccare? Ho cercato ma nn ho trovato un file contenente tali stringhe..

grazie in anticipo per le risposte
Title: Re: Inserire menu aggiuntivo nell'header della pagina
Post by: twist on October 06, 2008, 09:45:27 pm
Argomento già trattto innumerevoli volte.

Tra l'altro gli header non centrano nulla cmq ho capito che intendi, devi modificare il theme, usa la funzione cerca e vedrai che trovi decine di post
Title: Re: Inserire menu aggiuntivo nell'header della pagina
Post by: 27Dade91 on October 06, 2008, 10:19:14 pm
Li ho letti, solo che nn ho capito dove devo toccare all'interno del template.html.

questo è il template.html

Code: [Select]
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="{LANG_DIR}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="Pragma" content="no-cache" />
<title>{TITLE}</title>
{META}
<link rel="stylesheet" href="themes/classic/style.css" type="text/css" />
<script type="text/javascript" src="scripts.js"></script>
<!--
  SVN version info:
  Coppermine version: 1.4.19
  $Revision: 4392 $
  $LastChangedBy: gaugau $
  $Date: 2008-04-16 09:25:35 +0200 (Mi, 16 Apr 2008) $
-->
</head>
<body>
  {CUSTOM_HEADER}
  <table width="100%" border="0" cellpadding="20" cellspacing="20">
    <tr>
      <td valign="top" style="border: 1px solid #666666;background-color:#FFFFFF;">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td>
              <a href="index.php"><img src="themes/classic/images/site_logo.png" border="0" alt="" /></a><br />
            </td>
            <td width="100%" align="center">
              <h1>{GAL_NAME}</h1>
              <h3>{GAL_DESCRIPTION}</h3><br />
              {SYS_MENU} <br /> {SUB_MENU}
            </td>
          </tr>
        </table>
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td align="center" valign="top">
              {LANGUAGE_SELECT_FLAGS}
            </td>
          </tr>
          <tr>
            <td align="center" valign="top">
              {THEME_SELECT_LIST}
              {LANGUAGE_SELECT_LIST}
            </td>
          </tr>
        </table>
        <img src="images/spacer.gif" width="1" height="15" alt="" />
        <br />
        <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <td align="left" valign="top">
              {ADMIN_MENU}
              {GALLERY}
            </td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
  {CUSTOM_FOOTER}{VANITY}
</body>
</html>
Title: Re: Inserire menu aggiuntivo nell'header della pagina
Post by: Davide Renda on October 07, 2008, 07:34:36 pm
menu config >>  Impostazioni Tema >> Nome link menu personalizzato & URL link menu personalizzato
Title: Re: Inserire menu aggiuntivo nell'header della pagina
Post by: 27Dade91 on October 07, 2008, 07:42:33 pm
Da la posso aggiungere solamente un nome personalizzato.. Ma il problema, cmq, nn sarebbe quello, bensì io vorrei agire sul file php/html per inserire il codice <a href="mailto:blablabla@blabla.it">Contattaci</a>... o ad esempio impostare il colore rosso solo su alcuni pulsanti.. Quella funzione nella configurazione nn permette ovviamente di inserire del codice html
Title: Re: Inserire menu aggiuntivo nell'header della pagina
Post by: bingo on October 08, 2008, 08:55:10 pm
Guarda la risposta di Ludo in questo post: http://forum.coppermine-gallery.net/index.php?topic=53961.0 (http://forum.coppermine-gallery.net/index.php?topic=53961.0)

Gianni