• User Attivo

    creare un menu nell'header phpbb 3

    Salve ho letto sul sito del forum una guida per creare un menu, ma non è molto chiara in quanto non spiega come poi inserire le immagini reattive alla barra dei navigazione. Rispetto alla versione 2 in questa cambiano molte cose

    Se fosse possibile vorrei semplicemente trasferire l'header o la semplice barra di navigazione presente nel mio sito joomla oppure crarne una exnovo.
    Potete aiutarmi anche con qualche link utile?

    PS Mi piacerebbe anche togliere il login e registrazione degli utenti in modo da lasciare solo quella del sito. Ma anche in questo caso la guida che avevo era per la verione 2.

    Grazie mille.


  • User Attivo

    allora, per il login e registrazione apri l'overall_header.html, cerca

    [HTML]<!-- IF not S_USER_LOGGED_IN --><li class="icon-register"><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
    <li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li>
    <!-- ENDIF -->[/HTML]

    e CANCELLA.

    apri l'index_body.html, cerca

    [HTML]<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
    <form method="post" action="{S_LOGIN_ACTION}" class="headerspace">
    <h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>  •  <a href="{U_REGISTER}">{L_REGISTER}</a></h3>
    <fieldset class="quick-login">
    <label for="username">{L_USERNAME}:</label> <input type="text" name="username" id="username" size="10" class="inputbox" title="{L_USERNAME}" />
    <label for="password">{L_PASSWORD}:</label> <input type="password" name="password" id="password" size="10" class="inputbox" title="{L_PASSWORD}" />
    <!-- IF S_AUTOLOGIN_ENABLED -->
    | <label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="autologin" /></label>
    <!-- ENDIF -->
    <input type="submit" name="login" value="{L_LOGIN}" class="button2" />
    </fieldset>
    </form>
    <!-- ENDIF -->[/HTML]

    e CANCELLA anche questo qui.

    salva i files e ricaricali.

    Per il menu, ti consiglio [url=http://www.cssplay.co.uk/menus/]questo sito. Scegli il menu che ti piace di più, scarichi i file, apri la pagina html, copi il codice del div di navigazione e lo incolli nel tuo overall_header.html, dove preferisci. Carichi il foglio di stile della barra all'interno della cartella theme del tuo forum. Apri lo stylesheet.css e aggiungi questa riga di codice

    [HTML]@import url("fogliodistiledellamiabarradinavigazione.css");[/HTML]

    salvi tutto e uppi 😄


  • User Attivo

    Grazie, grazie e ancora grazie. L'unica domanda è questa. Ovviamente nel codice inport url tra le " " devo mettere il nome del foglio css che ho scaricato. Ma ce ne sono due ovvero pro_dropline.css e pro_dropline_ie.css Devo fare a questo punto due ligne con lo stesso codice? All'interrno vi sono anche delle immagini devo mettere tutto all'interno della cartella theme o tutto nella cartella del mio style ?

    Scusa la mia niubiagine!!


  • User Attivo

    le immagini vanno nella cartella theme/images, assicurati che il foglio di stile della barra contenga il percorso esatto !!!!!! ad esempio

    background: url("{T_THEME_PATH}/images/pro_line_0.gif")
    

    hai due fogli di stile a causa delle differenze dei vari browser.
    devi importarli entrambi

    @import url("pro_dropline.css");
    @import url("pro_dropline_ie.css");
    

  • User Attivo

    @supercapocc said:

    Scegli il menu che ti piace di più, scarichi i file, apri la pagina html, copi il codice del div di navigazione e lo incolli nel tuo overall_header.html, dove preferisci.

    Il dove preferisci intende che tanto il codice è scritto e che ovunque lo incolli la barra sara impaginata in alto oppure devo decidere io l'impaginazione? Per intenderci basta che alla chiusura del codice </head> del overall_header ci incollo il codice della barra che ricomincia con <head>.


  • User Attivo

    uhm...

    allora mi spiego meglio 😉

    il sito che ti ho dato ti da una pagina in html e una o due in css.

    tu apri quella in html con un editor, vedrai che ci sono due o più barre di esempio, incastrate in un normalissimo codice html.

    ti posizioni sull'inizio del codice di una delle barre (si presuppone una conoscenza minima di html e css), fai il tuo copia, poi apri overall header e lo incolli dove vuoi, nel senso, lo vuoi sopra l'header? lo dovrai incollare prima del tag di apertuta del div class headerbar. lo vuoi sotto? lo incolli sotto il tag di chiusura dell'headerbar.

    assolutamente no in mezzo a <head></head>

    ti posto il codice del mio overall-header, magari ti è di aiuto
    [HTML]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
    <head>
    <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
    <meta http-equiv="content-style-type" content="text/css" />
    <meta http-equiv="content-language" content="{S_USER_LANG}" />
    <meta http-equiv="imagetoolbar" content="no" />
    <meta name="resource-type" content="document" />
    <meta name="distribution" content="global" />
    <meta name="copyright" content="2002-2006 phpBB Group" />
    <meta name="keywords" content="" />
    <meta name="description" content="" />
    {META}
    <title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title>
    <!--
    phpBB style name: prosilver
    Based on style: prosilver (this is the default phpBB3 style)
    Original author: Tom Beddard ( http://www.subBlue.com/ )
    Modified by:

    NOTE: This page was generated by phpBB, the free open-source bulletin board package.
    The phpBB Group is not responsible for the content of this page and forum. For more information
    about phpBB please visit http://www.phpbb.com
    -->
    <script type="text/javascript">
    // <![CDATA[
    var jump_page = '{LA_JUMP_PAGE}:';
    var on_page = '{ON_PAGE}';
    var per_page = '{PER_PAGE}';
    var base_url = '{A_BASE_URL}';
    var style_cookie = 'phpBBstyle';
    var onload_functions = new Array();
    var onunload_functions = new Array();
    <!-- IF S_USER_PM_POPUP -->
    if ({S_NEW_PM})
    {
    var url = '{UA_POPUP_PM}';
    window.open(url.replace(/&/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
    }
    <!-- ENDIF -->
    /**

    • Find a member
      /
      function find_username(url)
      {
      popup(url, 760, 570, '_usersearch');
      return false;
      }
      /
      *

    • New function for handling multiple calls to window.onload and window.unload by pentapenguin
      /
      window.onload = function()
      {
      for (i = 0; i <= onload_functions.length; i++)
      {
      eval(onload_functions
      );
      }
      }
      window.onunload = function()
      {
      for (i = 0; i <= onunload_functions.length; i++)
      {
      eval(onunload_functions*);
      }
      }
      // ]]>
      </script>
      <script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
      <script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>
      <link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
      <link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />
      <link href="{T_THEME_PATH}/normal.css" rel="stylesheet" type="text/css" title="A" />
      <link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
      <link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />
      <!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
      <link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
      <!-- ENDIF -->
      <script type="text/javascript" src="{U_SHOUT_STATIC}"></script>
      <script type="text/javascript" src="{U_SHOUT_BBCODE}"></script>
      <script type="text/javascript" src="{U_SHOUT}"></script>
      </head>
      <!-- INCLUDE prime_bbcode_spoiler.html -->
      <body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
      <div class="outside">
      <div class="top-left"></div><div class="top-center"></div><div class="top-right"></div>
      <div class="inside">
      <div class="notopgap">
      <div id="wrap">
      <a id="top" name="top" accesskey="t"></a>
      <div id="page-header">
      <div class="headerbar">
      <div class="inner"><span class="corners-top"><span></span></span>

      </div>
      </div>
      <div class="nav">
      <div class="table">
      <ul class="select"><li><a href="../"><b>Homepage</b>
      </a></li></ul>
      <ul class="select"><li><a href="../directory"><b>Directory</b></a>
      </li>
      </ul>
      <ul class="select"><li><a href="viewtopic.php?f=4&t=15"><b>Regolamento Forum</b></a>
      </li>
      </ul>

    <ul class="select"><li><a href="../top100"><b>Top 100</b></a>
    </li>
    </ul>
    <ul class="select"><li><a href="../msn"><b>Guide live spaces</b></a>
    </li>
    </ul>
    <ul class="select"><li><a href="../cinema"><b>Oggi al cinema</b></a>
    </li>
    </ul>
    </div>
    </div>
    <div class="navbar">
    <div class="inner"><span class="corners-top"><span></span></span>
    <ul class="linklist navlinks">
    <li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
    <li class="rightside"><a href="#" onclick="fontsizeup(); return false;" class="fontsize" title="{L_CHANGE_FONT_SIZE}">{L_CHANGE_FONT_SIZE}</a></li>
    <!-- IF U_EMAIL_TOPIC --><li class="rightside"><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}" class="sendemail">{L_EMAIL_TOPIC}</a></li><!-- ENDIF -->
    <!-- IF U_EMAIL_PM --><li class="rightside"><a href="{U_EMAIL_PM}" title="{L_EMAIL_PM}" class="sendemail">{L_EMAIL_PM}</a></li><!-- ENDIF -->
    <!-- IF U_PRINT_TOPIC --><li class="rightside"><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}" accesskey="p" class="print">{L_PRINT_TOPIC}</a></li><!-- ENDIF -->
    <!-- IF U_PRINT_PM --><li class="rightside"><a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p" class="print">{L_PRINT_PM}</a></li><!-- ENDIF -->
    </ul>
    <!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
    <ul class="linklist leftside">
    <li class="icon-ucp">
    <a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="u">{L_PROFILE}</a>
    <!-- IF S_DISPLAY_PM --> (<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>)<!-- ENDIF --> •
    <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
    <!-- IF U_RESTORE_PERMISSIONS --> •
    <a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a>
    <!-- ENDIF -->
    </li>
    </ul>
    <!-- ENDIF -->
    <ul class="linklist rightside">
    <li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
    <li class="icon-members"><a href="{U_CHAT}" title="{L_CHAT_EXPLAIN}">{L_CHAT}</a></li>
    <!-- IF not S_IS_BOT -->
    <!-- IF S_DISPLAY_MEMBERLIST --><li class="icon-members"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->
    <li class="icon-ucp"><a href="{U_IMAGE_GALLERY}" title="{L_GALLERY}">{L_GALLERY}</a></li>
    <!-- IF not S_USER_LOGGED_IN --><li class="icon-register"><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
    <li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li>
    <!-- ENDIF -->
    </ul>
    <span class="corners-bottom"><span></span></span></div>
    </div>
    </div>
    <a name="start_here"></a>
    <div id="page-body">

    <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
    <div id="message" class="rules">
    <div class="inner"><span class="corners-top"><span></span></span>
    <strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
    <span class="corners-bottom"><span></span></span></div>
    </div>
    <!-- ENDIF -->[/HTML]


  • User Attivo

    grazie ora gli do un occhiata


  • User Attivo

    Allora ho capito quasi tutto di come funziona, ma una cosa che non capisco
    Se ho il codice ```
    background: url(pro_line_1.gif)

    background:  (http://www.giorgiotave.it/forum/../wikigt/os/URL)("{T_THEME_PATH}/forum/images/pro_line_1.gif")
    ??

  • User Attivo

    Allora ho fatto tutto quello che mi hai descritto solo che il menu anche se funziona mi si vede cosi
    h ttp://genewmedia.ilbello.com/forum/index.php?style=1


  • User Attivo

    background: url("{T_THEME_PATH}/forum/images/pro_line_1.gif")
    questo tipo di scrittura va a recuperare il file direttamente nella cartella images

    **background: url(pro_line_1.gif) **questo tipo di scrittura va a recuperare il file allinterno della cartella dove` situato il file di stile


  • User Attivo

    @garuda said:

    Allora ho fatto tutto quello che mi hai descritto solo che il menu anche se funziona mi si vede cosi
    h ttp://genewmedia.ilbello.com/forum/index.php?style=1

    evindemente non hai chiuso qualche div ⭕o⭕o⭕o:o

    posta il tuo overall header


  • User Attivo
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
    <head>
    
    <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
    <meta http-equiv="content-style-type" content="text/css" />
    <meta http-equiv="content-language" content="{S_USER_LANG}" />
    <meta http-equiv="imagetoolbar" content="no" />
    <meta name="resource-type" content="document" />
    <meta name="distribution" content="global" />
    <meta name="copyright" content="2002-2006 phpBB Group" />
    <meta name="keywords" content="" />
    <meta name="description" content="" />
    {META}
    <title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>
    
    <!--
        phpBB style name: prosilver
        Based on style:   prosilver (this is the default phpBB3 style)
        Original author:  Tom Beddard ( http://www.subBlue.com/ )
        Modified by:      
        
        NOTE: This page was generated by phpBB, the free open-source bulletin board package.
              The phpBB Group is not responsible for the content of this page and forum. For more information
              about phpBB please visit http://www.phpbb.com
    -->
    
    <script type="text/javascript">
    // <![CDATA[
        var jump_page = '{LA_JUMP_PAGE}:';
        var on_page = '{ON_PAGE}';
        var per_page = '{PER_PAGE}';
        var base_url = '{A_BASE_URL}';
        var style_cookie = 'phpBBstyle';
        var onload_functions = new Array();
        var onunload_functions = new Array();
    
        <!-- IF S_USER_PM_POPUP -->
            if ({S_NEW_PM})
            {
                var url = '{UA_POPUP_PM}';
                window.open(url.replace(/&amp;/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
            }
        <!-- ENDIF -->
    
        /**
        * Find a member
        */
        function find_username(url)
        {
            popup(url, 760, 570, '_usersearch');
            return false;
        }
    
        /**
        * New function for handling multiple calls to window.onload and window.unload by pentapenguin
        */
        window.onload = function()
        {
            for (i = 0; i <= onload_functions.length; i++)
            {
                eval(onload_functions*);
            }
        }
    
        window.onunload = function()
        {
            for (i = 0; i <= onunload_functions.length; i++)
            {
                eval(onunload_functions*);
            }
        }
    
    // ]]>
    </script>
    <script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
    <script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>
    
    <link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
    <link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />
    
    <link href="{T_THEME_PATH}/normal.css" rel="stylesheet" type="text/css" title="A" />
    <link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
    <link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />
    
    <!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
        <link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
    <!-- ENDIF -->
    
    </head>
    
    <body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
    
    <div id="wrap">
        <a id="top" name="top" accesskey="t"></a>
        <div id="page-header">
            <div class="headerbar">
                <div class="inner"><span class="corners-top"><span></span></span>
                
    
                <div id="site-description">
                    <a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
                    <h1>{SITENAME}</h1>
                    <p>{SITE_DESCRIPTION}</p>
                    <p style="display: none;"><a href="#start_here">{L_SKIP}</a></p>
                
                
                </div>
               </div>
                <div class="nav">
                <div class="table">
    
    <ul class="select"><li><a href="../"><b>Home</b>
    </a></li></ul>
    
    <ul class="select"><li><a href="../index.php?option=com_content&task=section&id=3&Itemid=28"><b>Tutorial e Astuzie</b><!--[if IE 7]><!--></a><!--<![endif]-->
    <!--[if lte IE 6]><table><tr><td><![endif]-->
    <div class="select_sub">
        <ul class="sub">
            <li><a href="../index.php?option=com_content&task=category&sectionid=3&id=13&Itemid=28">Grafica</a></li>
            <li><a href="../index.php?option=com_content&task=category&sectionid=3&id=16&Itemid=28">Internet e Sistemi operativi</a></li>
        </ul>
    </div>
    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>
    </ul>
    
    <ul class="select"><li><a href="../index.php?option=com_content&task=section&id=1&Itemid=2"><b>News</b><!--[if IE 7]><!--></a><!--<![endif]-->
    <!--[if lte IE 6]><table><tr><td><![endif]-->
    <div class="select_sub show">
        <ul class="sub">
            <li><a href="../index.php?option=com_content&task=category&sectionid=1&id=20&Itemid=2">Informatica e multimedia</a></li>
            <li><a href="../index.php?option=com_content&task=category&sectionid=1&id=17&Itemid=2">Generale</a></li>
        </ul>
    </div>
    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>
    </ul>
    
    
    <ul class="select"><li><a href="../index.php?option=com_content&task=section&id=2&Itemid=29"><b>Articoli</b><!--[if IE 7]><!--></a><!--<![endif]-->
    <!--[if lte IE 6]><table><tr><td><![endif]-->
    <div class="select_sub">
        <ul class="sub">
            <li><a href="../index.php?option=com_content&task=category&sectionid=2&id=24&Itemid=29">Grafica</a></li>
            <li><a href="../index.php?option=com_content&task=category&sectionid=2&id=18&Itemid=29">Hardware</a></li>
            <li><a href="../index.php?option=com_content&task=category&sectionid=2&id=14&Itemid=29">Marketing</a></li>
            <li><a href="../index.php?option=com_content&task=category&sectionid=2&id=15&Itemid=29">Internet e sistemi operativi</a></li>
        </ul>
    </div>
    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>
    </ul>
    
    
    <ul class="select"><li><a href="../index.php?option=com_remository&Itemid=40"><b>Download</b><!--[if IE 7]><!--></a><!--<![endif]-->
    <!--[if lte IE 6]><table><tr><td><![endif]-->
    </li>
    </ul>
    
    </div>
    </div>
                
    
            <!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
                <div id="search-box">
                    <form action="{U_SEARCH}" method="post" id="search">
                    <fieldset>
                        <input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" /> 
                        <input class="button2" value="{L_SEARCH}" type="submit" /><br />
                        <a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a> {S_SEARCH_HIDDEN_FIELDS}
                    </fieldset>
                    </form>
                </div>
            <!-- ENDIF -->
    
                <span class="corners-bottom"><span></span></span></div>
            </div>
    
            <div class="navbar">
                <div class="inner"><span class="corners-top"><span></span></span>
    
                <ul class="linklist navlinks">
                    <li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&#8249;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
    
                    <li class="rightside"><a href="#" onclick="fontsizeup(); return false;" class="fontsize" title="{L_CHANGE_FONT_SIZE}">{L_CHANGE_FONT_SIZE}</a></li>
    
                    <!-- IF U_EMAIL_TOPIC --><li class="rightside"><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}" class="sendemail">{L_EMAIL_TOPIC}</a></li><!-- ENDIF -->
                    <!-- IF U_EMAIL_PM --><li class="rightside"><a href="{U_EMAIL_PM}" title="{L_EMAIL_PM}" class="sendemail">{L_EMAIL_PM}</a></li><!-- ENDIF -->
                    <!-- IF U_PRINT_TOPIC --><li class="rightside"><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}" accesskey="p" class="print">{L_PRINT_TOPIC}</a></li><!-- ENDIF -->
                    <!-- IF U_PRINT_PM --><li class="rightside"><a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p" class="print">{L_PRINT_PM}</a></li><!-- ENDIF -->
                </ul>
    
                <!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
                <ul class="linklist leftside">
                    <li class="icon-ucp">
                        <a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="u">{L_PROFILE}</a>
                            <!-- IF S_DISPLAY_PM --> (<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>)<!-- ENDIF --> &bull; 
                        <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
                        <!-- IF U_RESTORE_PERMISSIONS --> &bull;
                        <a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a>
                        <!-- ENDIF -->
                    </li>
                </ul>
                <!-- ENDIF -->
    
                <ul class="linklist rightside">
                    <li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
                    <!-- IF not S_IS_BOT -->
                        <!-- IF S_DISPLAY_MEMBERLIST --><li class="icon-members"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->
                        <!-- IF not S_USER_LOGGED_IN --><li class="icon-register"><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
                        <li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li>
                    <!-- ENDIF -->
                </ul>
    
                <span class="corners-bottom"><span></span></span></div>
            </div>
    
        </div>
    
        <a name="start_here"></a>
        <div id="page-body">
            
             <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) --> 
            <div id="message" class="rules">
                <div class="inner"><span class="corners-top"><span></span></span>
                    <strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
                <span class="corners-bottom"><span></span></span></div>
            </div>
            <!-- ENDIF -->
    

    Eccolo spero che mi possiate dare una mano perchè non capisco da dove venga l'errore.


  • User Attivo

    non puoi metterlo all'interno dell'headerbar, ma subito dopo

    <!DOCTYPE  html PUBLIC "-//W3C//DTD  XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}"  xml:lang="{S_USER_LANG}">
    <head>
    <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
    <meta http-equiv="content-style-type" content="text/css" />
    <meta http-equiv="content-language" content="{S_USER_LANG}" />
    <meta http-equiv="imagetoolbar" content="no" />
    <meta name="resource-type" content="document" />
    <meta name="distribution" content="global" />
    <meta name="copyright" content="2002-2006  phpBB Group" />
    <meta name="keywords" content="" />
    <meta name="description" content="" />
    {META}
    <title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>
    <!--
        phpBB style name: prosilver
        Based on style:   prosilver (this is the default phpBB3 style)
        Original author:  Tom Beddard ( http://www.subBlue.com/ )
        Modified by:      
        
        NOTE: This page was generated by phpBB, the free open-source bulletin board package.
              The phpBB Group is not responsible for the content of this page and  forum. For more information
              about phpBB please visit http://www.phpbb.com
    -->
    <script type="text/javascript">
    // <![CDATA[
        var jump_page = '{LA_JUMP_PAGE}:';
        var on_page = '{ON_PAGE}';
        var per_page = '{PER_PAGE}';
        var base_url = '{A_BASE_URL}';
        var style_cookie = 'phpBBstyle';
        var onload_functions = new  Array();
        var onunload_functions = new Array();
        <!-- IF S_USER_PM_POPUP -->
            if ({S_NEW_PM})
            {
                var  url = '{UA_POPUP_PM}';
                window.open(url.replace(/&amp;/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
            }
        <!-- ENDIF -->
        /**
        * Find a member
        */
        function find_username(url)
        {
            popup(url, 760, 570, '_usersearch');
            return false;
        }
        /**
        * New function for handling multiple calls to window.onload and window.unload by pentapenguin
        */
        window.onload = function()
        {
            for (i = 0; i <= onload_functions.length; i++)
            {
                eval(onload_functions*);
            }
        }
        window.onunload = function()
        {
            for (i = 0; i <= onunload_functions.length; i++)
            {
                eval(onunload_functions*);
            }
        }
    // ]]>
    </script>
    <script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
    <script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>
    <link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
    <link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />
    <link href="{T_THEME_PATH}/normal.css" rel="stylesheet" type="text/css" title="A" />
    <link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
    <link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />
    <!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
        <link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
    <!-- ENDIF -->
    </head>
    <body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
    <div id="wrap">
        <a id="top" name="top" accesskey="t"></a>
        <div id="page-header">
            <div class="headerbar">
                <div class="inner"><span class="corners-top"><span></span></span>
                
                <div id="site-description">
                    <a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
                    <h1>{SITENAME}</h1>
                    <p>{SITE_DESCRIPTION}</p>
                    <p style="display: none;"><a href="#start_here">{L_SKIP}</a></p>
                
                
                </div>
               </div>
                
                
            <!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
                <div id="search-box">
                    <form action="{U_SEARCH}" method="post" id="search">
                    <fieldset>
                        <input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" /> 
                        <input class="button2" value="{L_SEARCH}" type="submit" /><br />
                        <a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a> {S_SEARCH_HIDDEN_FIELDS}
                    </fieldset>
                    </form>
                </div>
            <!-- ENDIF -->
                <span class="corners-bottom"><span></span></span></div>
       <div class="nav">
                <div class="table">
    <ul class="select"><li><a href="../"><b>Home</b>
    </a></li></ul>
    <ul class="select"><li><a href="../index.php?option=com_content&task=section&id=3&Itemid=28"><b>Tutorial e Astuzie</b><!--[if IE 7]><!--></a><!--<![endif]-->
    <!--[if lte IE 6]><table><tr><td><![endif]-->
    <div class="select_sub">
        <ul class="sub">
            <li><a href="../index.php?option=com_content&task=category&sectionid=3&id=13&Itemid=28">Grafica</a></li>
            <li><a href="../index.php?option=com_content&task=category&sectionid=3&id=16&Itemid=28">Internet e Sistemi operativi</a></li>
        </ul>
    </div>
    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>
    </ul>
    <ul class="select"><li><a href="../index.php?option=com_content&task=section&id=1&Itemid=2"><b>News</b><!--[if IE 7]><!--></a><!--<![endif]-->
    <!--[if lte IE 6]><table><tr><td><![endif]-->
    <div class="select_sub show">
        <ul class="sub">
            <li><a href="../index.php?option=com_content&task=category&sectionid=1&id=20&Itemid=2">Informatica e multimedia</a></li>
            <li><a href="../index.php?option=com_content&task=category&sectionid=1&id=17&Itemid=2">Generale</a></li>
        </ul>
    </div>
    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>
    </ul>
    
    <ul class="select"><li><a href="../index.php?option=com_content&task=section&id=2&Itemid=29"><b>Articoli</b><!--[if IE 7]><!--></a><!--<![endif]-->
    <!--[if lte IE 6]><table><tr><td><![endif]-->
    <div class="select_sub">
        <ul class="sub">
            <li><a href="../index.php?option=com_content&task=category&sectionid=2&id=24&Itemid=29">Grafica</a></li>
            <li><a href="../index.php?option=com_content&task=category&sectionid=2&id=18&Itemid=29">Hardware</a></li>
            <li><a href="../index.php?option=com_content&task=category&sectionid=2&id=14&Itemid=29">Marketing</a></li>
            <li><a href="../index.php?option=com_content&task=category&sectionid=2&id=15&Itemid=29">Internet e sistemi operativi</a></li>
        </ul>
    </div>
    <!--[if lte IE 6]></td></tr></table></a><![endif]-->
    </li>
    </ul>
    
    <ul class="select"><li><a href="../index.php?option=com_remository&Itemid=40"><b>Download</b><!--[if IE 7]><!--></a><!--<![endif]-->
    <!--[if lte IE 6]><table><tr><td><![endif]-->
    </li>
    </ul>
    </div>
    </div>
            </div>
            <div class="navbar">
                <div class="inner"><span class="corners-top"><span></span></span>
                <ul class="linklist navlinks">
                    <li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>?</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
                    <li class="rightside"><a href="#" onclick="fontsizeup(); return false;" class="fontsize" title="{L_CHANGE_FONT_SIZE}">{L_CHANGE_FONT_SIZE}</a></li>
                    <!-- IF U_EMAIL_TOPIC --><li class="rightside"><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}" class="sendemail">{L_EMAIL_TOPIC}</a></li><!-- ENDIF -->
                    <!-- IF U_EMAIL_PM --><li class="rightside"><a href="{U_EMAIL_PM}" title="{L_EMAIL_PM}" class="sendemail">{L_EMAIL_PM}</a></li><!-- ENDIF -->
                    <!-- IF U_PRINT_TOPIC --><li class="rightside"><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}" accesskey="p" class="print">{L_PRINT_TOPIC}</a></li><!-- ENDIF -->
                    <!-- IF U_PRINT_PM --><li class="rightside"><a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p" class="print">{L_PRINT_PM}</a></li><!-- ENDIF -->
                </ul>
                <!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
                <ul class="linklist leftside">
                    <li class="icon-ucp">
                        <a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="u">{L_PROFILE}</a>
                            <!-- IF S_DISPLAY_PM --> (<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>)<!-- ENDIF --> &bull; 
                        <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
                        <!-- IF U_RESTORE_PERMISSIONS --> &bull;
                        <a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a>
                        <!-- ENDIF -->
                    </li>
                </ul>
                <!-- ENDIF -->
                <ul class="linklist rightside">
                    <li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
                    <!-- IF not S_IS_BOT -->
                        <!-- IF S_DISPLAY_MEMBERLIST --><li class="icon-members"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->
                        <!-- IF not S_USER_LOGGED_IN --><li class="icon-register"><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
                        <li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li>
                    <!-- ENDIF -->
                </ul>
                <span class="corners-bottom"><span></span></span></div>
            </div>
        </div>
        <a name="start_here"></a>
        <div id="page-body">
            
             <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) --> 
            <div id="message" class="rules">
                <div class="inner"><span class="corners-top"><span></span></span>
                    <strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
                <span class="corners-bottom"><span></span></span></div>
            </div>
            <!-- ENDIF -->
    

  • User Attivo

    Grazie mille, credevo di averlo messo come lo hai inserito tu, ma si vede che ci vedo doppio eheh...grazie