phpBB Italia chiude!
phpBB Italia ringrazia tutti gli utenti che hanno dato fiducia al nostro progetto per ben 9 anni, e che, grazie al grande lavoro fatto da tutto lo Staff (rigorosamente a titolo gratuito), hanno portato il portale a diventare il principale punto di riferimento italiano alla piattaforma phpBB.

Purtroppo, causa motivi personali, non ho più modo di gestirlo e portarlo avanti. Il forum viene ora posto in uno stato di sola lettura, nonché un archivio storico per permettere a chiunque di fruire di tutte le discussioni trattate.

Il nuovo portale di assistenza per l'Italia di phpBB diventa phpBB-Store.it, cui ringrazio per aver deciso di portare avanti questo grande progetto.

Grazie ancora,
Carlo - Amministratore di phpBB Italia

barra header

Supporto stili in generale.
Hurrykein
Utente
Utente
Messaggi: 18
Iscritto il: 17/05/2012, 18:47
Sesso: Maschio
Versione: 3.0.10
Server: UNIX/Linux
PHP: PHP 5.2.17
Database: MySQL 5.1.49-community-log

Re: barra header

Messaggio da Hurrykein » 18/05/2012, 21:51

ragazzi... ho un problemino... il file menu.css (styles ->prosilver ->theme ->menu.css) non combacia con il menu.css del mio stile (greenglacer quello di silvermaledetto)
come lo devo modificare?

menu.css greenglacer:

Codice: Seleziona tutto

    /*  phpBB 3.0 Style Sheet - Colours & Backgrounds for common.css
        --------------------------------------------------------------
		Style name:         Glacier
		Based on style:     proSilver (this is the default phpBB 3 style)
		Original author:	subBlue ( http://www.subBlue.com/ )
		Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
		
		Style Author:		Ika ( http://www.shadowflames.us )
		Copyright 2007-2008 ShadowFlames Development
        --------------------------------------------------------------
		Original Menu Version - Credit
		
		This copyright notice must be kept untouched in the stylesheet at 
		all times.
	
		The original version of this stylesheet and the associated (x)html
		is available at http://www.cssplay.co.uk/menus/pro_drop6.html
		Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
		This stylesheet and the associated (x)html may be modified in any 
		way to fit your requirements.
		=================================================================== */

.preload1 {
background: url('./images/vistamenu_bg_a.gif');
}

.preload2 {
background: url('./images/vistamenu_bt_a.gif');
}

#header_nav{
	background: url("./images/vistamenu_bg.gif") repeat-x;
	border-top:1px solid #000;
	font:11px/11px tahoma,arial,helvetica,sans-serif;
	height:33px;
	margin:0 1px 0 1px;
	padding-bottom: 5px;
}

#nav {
	padding:0;
	margin: 0;
	list-style:none;
	height:33px;
	/* background: url('./images/vistamenu_bg.gif') repeat-x; */
	position:relative;
	z-index:200;
	font-family: arial, verdana, sans-serif;
}

#nav li.top {
	display:block;
	float: left;
}

#nav li a.top_link {
	display:block;
	float: left;
	height:33px;
	line-height:31px;
	color:#40FFBF;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 12px;
	cursor:pointer;
	/* background: url('./images/vistamenu_bg.gif'); */
}

#nav li a.top_link span {
	float: left;
	display:block;
	padding:0 24px 0 12px;
	height:33px;
	/* background: url('./images/vistamenu_bg.gif') right top no-repeat; */
}

#nav li a.top_link span.down {
	float: left;
	display:block;
	padding:0 24px 0 12px;
	height:33px;
	background: url('./images/vistamenu_bg_a.gif') no-repeat right top;
}

#nav li:hover a.top_link,
#nav a.top_link:hover {
	color:#FFF;
	background: url('./images/vistamenu_bt.gif') no-repeat;
}

#nav li:hover a.top_link span, 
#nav a.top_link:hover span {
	background: url('./images/vistamenu_bt.gif') no-repeat right top;
}

#nav li:hover a.top_link span.down,
#nav a.top_link:hover span.down {
	background: url('./images/vistamenu_bt_a.gif') no-repeat right top;
	padding-bottom:3px;
}

#nav table {
	border-collapse:collapse;
	padding:0;
	margin:0;
	position:absolute;
	left:0;
	top:0;
}

#nav li:hover {
	position:relative;
	z-index:200;
}

#nav a:hover {
	position:relative;
	white-space:normal;
	z-index:200;
}

#nav :hover ul.sub {
	left:1px;
	top:34px;
	/* background: url('./images/vistamenu_ddbg.png') no-repeat; */
	background-color: #000;
	padding:3px;
	border: 1px solid #FFF;
	white-space:nowrap;
	width:185px;
	height:auto;
	z-index:300;
	font-weight:bold;
}

#nav :hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:185px;
	font-weight:bold;
}

#nav :hover ul.sub li a {
	display:block;
	font-size:11px;
	height:18px;
	width:183px;
	line-height:18px;
	text-indent:5px;
	color:#FFBF00;
	text-decoration:none;
	font-weight:bold;
}

#nav li ul.sub li a.fly {
	background: url('./images/arrow_over.gif') 175px 6px no-repeat;
}

#nav :hover ul.sub li a:hover {
	color:#FFBF00;
	background-color: #FFF;
	border-color:#FFF;
	font-weight:bold;
}

#nav :hover ul.sub li a.fly:hover {
	background: #FFF url('./images/arrow.gif') 175px 6px no-repeat;
	color:#FFBF00;
}

#nav li b {
	display:block;
	font-size:11px;
	height:18px;
	width:183px;
	line-height:18px;
	margin-bottom:3px;
	text-indent:6px;
	color:#00BF00;
	border-bottom:1px solid #B5BBCF;
	cursor:default;
}

#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul {
	left:89px;
	top:-4px;
	padding:3px;
	border:1px solid #000;
	white-space:nowrap;
	width:183px;
	z-index:400;
	height:auto;
}

#nav ul, 
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

#nav li:hover li:hover > ul {
	left: 183px; /* distance from right margin of main drop */
	top: -4px;
	/* background: url('./images/vistamenu_ddbg.png') no-repeat; */
	background-color: #000;
	padding: 3px;
	border: 1px solid #FFF;
	white-space: nowrap;
	width: 185px; /* width of secondary drop */
	z-index: 400;
	height: auto;
}

#nav li:hover > ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

#nav li:hover li:hover > a.fly {
	background: #FFF url('./images/arrow.gif') 175px 6px no-repeat; 
	color:#FFBF00;
	font-weight: bold;
	text-decoration:none;
} 

#nav li:hover li:hover > li a.fly {
	background: #FFF url('./images/arrow.gif') 175px 6px no-repeat;
	color:#3365ac;
	font-weight: bold;
	text-decoration:none;
} 

menu prosilver che mi da la mod:

Codice: Seleziona tutto

/** 
*
* @package Buttons menu MOD
* @author Kamahl www.phpbb3hacks.com
* @version 2.1.0
* @copyright (c) 2011 Kamahl www.phpbb3hacks.com
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

#menu {
  margin: 0px 0 4px 0;
  height: 30px;
}

#menu .menu_corner-left {
  display: block;
  width: 15px;
  height: 30px;
  float: left;
}

#menu .menu_corner-right {
  display: block;
  width: 10px;
  height: 30px;
  float: right;
}

#menu #top-search {
	height: 30px;
	width: 160px;
}

#menu #top-search .menu_search {
	background-color: #FFFFFF;
	border: medium none;
	float: left;
	left: 25px;
	position: relative;
	top: 8px;
	width: 115px;	
}

#menu ul {
  list-style: none;   
  height: 30px;   
}

#menu ul li {
  display: block;
  height: 30px;
}

#menu ul li a {
  display: block;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 8px 13px 6px 13px;
}

#menu ul ul {
  display: none;
  position: absolute;
  z-index: 1000;
  list-style: none;
  height: 30px;      
}

#menu ul ul li {
  display: block;
  min-width: 150px;
  height: 30px;    
  border-top: 1px solid transparent;
}

#menu ul ul li a {
  display: block;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 8px 13px 6px 13px;
}

/* IE 9 hack */     
#menu ul ul li:first-child {
  border-top: 2px solid transparent\9;
}
NON APRIRE QUESTO SITO!
no, scherzo, potete aprirlo XD

Avatar utente
Barrnet
Leader Moderatori
Leader Moderatori
Messaggi: 3124
Iscritto il: 04/07/2010, 23:31
Sesso: Maschio
Versione: 3.0.10
Server: UNIX/Linux
PHP: 5.3.10
Database: MySQL 5.1.61-community-log
Contatta:

Re: barra header

Messaggio da Barrnet » 19/05/2012, 0:58

Prova cosi:

Codice: Seleziona tutto

    /*  phpBB 3.0 Style Sheet - Colours & Backgrounds for common.css
        --------------------------------------------------------------
      Style name:         Glacier
      Based on style:     proSilver (this is the default phpBB 3 style)
      Original author:   subBlue ( http://www.subBlue.com/ )
      Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
      
      Style Author:      Ika ( http://www.shadowflames.us )
      Copyright 2007-2008 ShadowFlames Development
        --------------------------------------------------------------
      Original Menu Version - Credit
      
      This copyright notice must be kept untouched in the stylesheet at
      all times.
   
      The original version of this stylesheet and the associated (x)html
      is available at http://www.cssplay.co.uk/menus/pro_drop6.html
      Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
      This stylesheet and the associated (x)html may be modified in any
      way to fit your requirements.
      =================================================================== */

.preload1 {
background: url('./images/vistamenu_bg_a.gif');
}

.preload2 {
background: url('./images/vistamenu_bt_a.gif');
}

#header_nav{
   background: url("./images/vistamenu_bg.gif") repeat-x;
   border-top:1px solid #000;
   font:11px/11px tahoma,arial,helvetica,sans-serif;
   height:33px;
   margin:0 1px 0 1px;
   padding-bottom: 5px;
}

#nav {
   padding:0;
   margin: 0;
   list-style:none;
   height:33px;
   /* background: url('./images/vistamenu_bg.gif') repeat-x; */
   position:relative;
   z-index:200;
   font-family: arial, verdana, sans-serif;
}

#nav li.top {
   display:block;
   float: left;
}

#nav li a.top_link {
   display:block;
   float: left;
   height:33px;
   line-height:31px;
   color:#40FFBF;
   text-decoration:none;
   font-size:12px;
   font-weight:bold;
   padding:0 0 0 12px;
   cursor:pointer;
   /* background: url('./images/vistamenu_bg.gif'); */
}

#nav li a.top_link span {
   float: left;
   display:block;
   padding:0 24px 0 12px;
   height:33px;
   /* background: url('./images/vistamenu_bg.gif') right top no-repeat; */
}

#nav li a.top_link span.down {
   float: left;
   display:block;
   padding:0 24px 0 12px;
   height:33px;
   background: url('./images/vistamenu_bg_a.gif') no-repeat right top;
}

#nav li:hover a.top_link,
#nav a.top_link:hover {
   color:#FFF;
   background: url('./images/vistamenu_bt.gif') no-repeat;
}

#nav li:hover a.top_link span,
#nav a.top_link:hover span {
   background: url('./images/vistamenu_bt.gif') no-repeat right top;
}

#nav li:hover a.top_link span.down,
#nav a.top_link:hover span.down {
   background: url('./images/vistamenu_bt_a.gif') no-repeat right top;
   padding-bottom:3px;
}

#nav table {
   border-collapse:collapse;
   padding:0;
   margin:0;
   position:absolute;
   left:0;
   top:0;
}

#nav li:hover {
   position:relative;
   z-index:200;
}

#nav a:hover {
   position:relative;
   white-space:normal;
   z-index:200;
}

#nav :hover ul.sub {
   left:1px;
   top:34px;
   /* background: url('./images/vistamenu_ddbg.png') no-repeat; */
   background-color: #000;
   padding:3px;
   border: 1px solid #FFF;
   white-space:nowrap;
   width:185px;
   height:auto;
   z-index:300;
   font-weight:bold;
}

#nav :hover ul.sub li {
   display:block;
   height:20px;
   position:relative;
   float:left;
   width:185px;
   font-weight:bold;
}

#nav :hover ul.sub li a {
   display:block;
   font-size:11px;
   height:18px;
   width:183px;
   line-height:18px;
   text-indent:5px;
   color:#FFBF00;
   text-decoration:none;
   font-weight:bold;
}

#nav li ul.sub li a.fly {
   background: url('./images/arrow_over.gif') 175px 6px no-repeat;
}

#nav :hover ul.sub li a:hover {
   color:#FFBF00;
   background-color: #FFF;
   border-color:#FFF;
   font-weight:bold;
}

#nav :hover ul.sub li a.fly:hover {
   background: #FFF url('./images/arrow.gif') 175px 6px no-repeat;
   color:#FFBF00;
}

#nav li b {
   display:block;
   font-size:11px;
   height:18px;
   width:183px;
   line-height:18px;
   margin-bottom:3px;
   text-indent:6px;
   color:#00BF00;
   border-bottom:1px solid #B5BBCF;
   cursor:default;
}

#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul {
   left:89px;
   top:-4px;
   padding:3px;
   border:1px solid #000;
   white-space:nowrap;
   width:183px;
   z-index:400;
   height:auto;
}

#nav ul,
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul {
   position:absolute;
   left:-9999px;
   top:-9999px;
   width:0;
   height:0;
   margin:0;
   padding:0;
   list-style:none;
}

#nav li:hover li:hover > ul {
   left: 183px; /* distance from right margin of main drop */
   top: -4px;
   /* background: url('./images/vistamenu_ddbg.png') no-repeat; */
   background-color: #000;
   padding: 3px;
   border: 1px solid #FFF;
   white-space: nowrap;
   width: 185px; /* width of secondary drop */
   z-index: 400;
   height: auto;
}

#nav li:hover > ul ul {
   position:absolute;
   left:-9999px;
   top:-9999px;
   width:0;
   height:0;
   margin:0;
   padding:0;
   list-style:none;
}

#nav li:hover li:hover > a.fly {
   background: #FFF url('./images/arrow.gif') 175px 6px no-repeat;
   color:#FFBF00;
   font-weight: bold;
   text-decoration:none;
}

#nav li:hover li:hover > li a.fly {
   background: #FFF url('./images/arrow.gif') 175px 6px no-repeat;
   color:#3365ac;
   font-weight: bold;
   text-decoration:none;
} 


    #menu {
      margin: 0px 0 4px 0;
      height: 30px;
    }

    #menu .menu_corner-left {
      display: block;
      width: 15px;
      height: 30px;
      float: left;
    }

    #menu .menu_corner-right {
      display: block;
      width: 10px;
      height: 30px;
      float: right;
    }

    #menu #top-search {
       height: 30px;
       width: 160px;
    }

    #menu #top-search .menu_search {
       background-color: #FFFFFF;
       border: medium none;
       float: left;
       left: 25px;
       position: relative;
       top: 8px;
       width: 115px;   
    }

    #menu ul {
      list-style: none;   
      height: 30px;   
    }

    #menu ul li {
      display: block;
      height: 30px;
    }

    #menu ul li a {
      display: block;
      font-size: 13px;
      font-family: Arial, Helvetica, sans-serif;
      padding: 8px 13px 6px 13px;
    }

    #menu ul ul {
      display: none;
      position: absolute;
      z-index: 1000;
      list-style: none;
      height: 30px;     
    }

    #menu ul ul li {
      display: block;
      min-width: 150px;
      height: 30px;   
      border-top: 1px solid transparent;
    }

    #menu ul ul li a {
      display: block;
      font-size: 13px;
      font-family: Arial, Helvetica, sans-serif;
      padding: 8px 13px 6px 13px;
    }

    /* IE 9 hack */     
    #menu ul ul li:first-child {
      border-top: 2px solid transparent\9;
    }

Avatar utente
Lady R
phpBB Expert
phpBB Expert
Messaggi: 900
Iscritto il: 08/11/2011, 13:43
Sesso: Femmina
Versione: 3.0.9
Server: UNIX/Linux
PHP: 5.3.8
Database: MySQLi
Contatta:

Re: barra header

Messaggio da Lady R » 26/05/2012, 11:50

Molto meglio RokNavMenu Exporter ^.^"

http://forum.allise.net/ (duplica esattamente quello di Joomla e lo applica a phpBB), però ci vuole un tema Rocket, oppure avere pazienza ed importarlo a mano :P )

Hurrykein
Utente
Utente
Messaggi: 18
Iscritto il: 17/05/2012, 18:47
Sesso: Maschio
Versione: 3.0.10
Server: UNIX/Linux
PHP: PHP 5.2.17
Database: MySQL 5.1.49-community-log

Re: barra header

Messaggio da Hurrykein » 27/05/2012, 13:29

nel file overall header c'era da fare una modifica, ma su greenglacer non è possibile farlo xk l'icona del faq non sta la :(

raga, non riesco a inviarvi l'overall header ç.ç
potreste scaricarvelo voi?
non riesco a postarlo

la mod mi dice di fare:
Trova
Suggerimento: Questo potrebbe essere una parte e non l'intera riga.

Codice: Seleziona tutto

				<li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
Aggiungi dopo
Suggerimento: Aggiungi queste righe, in una vuota, dopo la/e precedente/i.

Codice: Seleziona tutto

				<!-- IF .buttons and S_MENU_SEARCH --><li class="icon-search"><a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH}</a></li><!-- ENDIF -->
grazie x la pasienza ho cercato ti trovare elementi comuni, ma ho fallito :roll:
NON APRIRE QUESTO SITO!
no, scherzo, potete aprirlo XD

Hurrykein
Utente
Utente
Messaggi: 18
Iscritto il: 17/05/2012, 18:47
Sesso: Maschio
Versione: 3.0.10
Server: UNIX/Linux
PHP: PHP 5.2.17
Database: MySQL 5.1.49-community-log

Re: barra header

Messaggio da Hurrykein » 05/06/2012, 21:14

up!
NON APRIRE QUESTO SITO!
no, scherzo, potete aprirlo XD

Avatar utente
Barrnet
Leader Moderatori
Leader Moderatori
Messaggi: 3124
Iscritto il: 04/07/2010, 23:31
Sesso: Maschio
Versione: 3.0.10
Server: UNIX/Linux
PHP: 5.3.10
Database: MySQL 5.1.61-community-log
Contatta:

Re: barra header

Messaggio da Barrnet » 05/06/2012, 22:39

Prova a reincluderlo ora.

Hurrykein
Utente
Utente
Messaggi: 18
Iscritto il: 17/05/2012, 18:47
Sesso: Maschio
Versione: 3.0.10
Server: UNIX/Linux
PHP: PHP 5.2.17
Database: MySQL 5.1.49-community-log

Re: barra header

Messaggio da Hurrykein » 09/06/2012, 6:51

nel file overall header c'era da fare una modifica, ma su greenglacer non è possibile farlo xk l'icona del faq non sta la :(

overall header green glacier:

Codice: Seleziona tutto

<!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="robots" content="noarchive" />
<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>
<!-- IF S_ENABLE_FEEDS -->
	<!-- IF S_ENABLE_FEEDS_OVERALL --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_NEW}" href="{U_FEED}?mode=topics" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{U_FEED}?mode=topics_active" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&t={S_TOPIC_ID}" /><!-- ENDIF -->
<!-- ENDIF -->
<!--
	phpBB style name: prosilver
	Based on style:   prosilver (this is the default phpBB3 style)
	Original author:  Tom Beddard ( http://www.subBlue.com/ )
	Modified by:   Ika - ShadowFlames Development     
	               Silver Surfer ( http://silvermaledetto.altervista.org/ )

	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 and 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[i]);
		}
	};

	window.onunload = function()
	{
		for (i = 0; i <= onunload_functions.length; i++)
		{
			eval(onunload_functions[i]);
		}
	};

// ]]>
</script>

<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
<!--[if lt IE 7.]>
<script defer="defer" type="text/javascript" src="{T_TEMPLATE_PATH}/pngfix.js"></script>
<![endif]-->

<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>
<script type="text/javascript" src="styles/resizeImg.js"></script>

<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>
<div id="wrap">
	<a id="top" name="top" accesskey="t"></a>

    <div id="header_nav">
	<!-- INCLUDE menu.html -->
                                            
        </div>
  
        <div id="page-header">
		<div class="headerbar">
		
			<div class="inner"><span class="corners-top"><span></span></span>
			<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
				<br />
			

		<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
			<div id="search-box">
				<form action="{U_SEARCH}" method="get" 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 />
					
				</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;" onkeypress="return fontsizeup(event);" 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>	
			<span class="corners-bottom"><span></span></span></div>
			</div>
		</div>
<span class="corners-bottom"><span></span></span>              				
<!-- IF not S_USER_LOGGED_IN -->
<span class="corners-bottom"><span></span></span>
	<div class="forabg">
		<div class="inner"><span class="corners-top"><span></span></span>
			<ul class="topiclist">
				<li class="header">
					<dl class="icon">
						<dt>Annuncio per Ospite</dt>
					</dl>
				</li>
			</ul>
						<marquee direction="left" scrollamount="3" height="28" onmouseout="this.start()" onmouseover="this.stop()" style="text-align: center; <width="889"> <font size=2>  <b> 
Non sei registrato? Per accedere senza alcuna limitazione al Forum ,  <a href="ucp.php?mode=register">  REGISTRATI QUI! </a>
<p>vota il nostro sito! <script type="text/javascript">
//<![CDATA[
var l='it';
document.write('<s'+'cript type="text/javascript" src="http://'+l+'.altervista.org/members_inc/cat.av?'+new Date().getTime()+'"><\/s'+'cript>');
//]]>
</script>

 </b> </size></font> </marquee> </b> 
<div align="center"> 
<script type="text/javascript">
/* <![CDATA[ */
document.write('<s'+'cript type="text/javascript" src="http://ad.altervista.org/js2.ad/size=728X90/r='+new Date().getTime()+'"><\/s'+'cript>');
/* ]]> */
</script>
	</div>
		<span class="corners-bottom"><span></span></span></div>
	</div>
<!-- ENDIF -->													
	
			
	<a name="start_here"></a>
	<div id="page-body">
<!-- IF not S_USER_LOGGED_IN -->
<div class="forabg">
		<div class="inner"><span class="corners-top"><span></span></span>
			<ul class="topiclist">
				<li class="header">
					<dl class="icon">
						<dt>Sponsor</dt>
					</dl>
				</li>
			</ul>
			<div style="padding: 5px 5px 2px 5px; font-size: 1.1em; background-color: #ECF1F3; margin: 0px auto; text-align: center;">
		<script type="text/javascript">
/* <![CDATA[ */
document.write('<s'+'cript type="text/javascript" src="http://ad.altervista.org/js2.ad/size=728X90/r='+new Date().getTime()+'"><\/s'+'cript>');
/* ]]> */
</script>	
	</div>
		<span class="corners-bottom"><span></span></span></div>
	</div>
	<div class="forabg">
		<div class="inner"><span class="corners-top"><span></span></span>
			<ul class="topiclist">
				<li class="header">
					<dl class="icon">
	                 <dt>Vota il nostro sito!</dt>
					</dl>
				</li>
			</ul>
			<div style="padding: 5px 5px 2px 5px; font-size: 1.1em; background-color: #ECF1F3; margin: 0px auto; text-align: center;">
		<script type="text/javascript">
//<![CDATA[
var l='it';
document.write('<s'+'cript type="text/javascript" src="http://'+l+'.altervista.org/members_inc/cat.av?'+new Date().getTime()+'"><\/s'+'cript>');
//]]>
</script>
</div>
<!-- ENDIF -->

	
		 <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
		<div id="information" 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 -->
overall header prosilver

Codice: Seleziona tutto

<!-- IF WP_DTD -->{WP_DTD}<!-- ELSE --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><!-- ENDIF -->
<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="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>
<!-- IF PHPBB_BASE --><base href="{PHPBB_BASE}" /><!-- ENDIF -->

<!-- IF S_ENABLE_FEEDS -->
	<!-- IF S_ENABLE_FEEDS_OVERALL --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_NEW}" href="{U_FEED}?mode=topics" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{U_FEED}?mode=topics_active" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&t={S_TOPIC_ID}" /><!-- ENDIF -->
<!-- ENDIF -->

<!--
	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
-->

<!-- IF WP_HEADERINFO_EARLY -->{WP_HEADERINFO_EARLY}<!-- ENDIF -->
<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 style_cookie_settings = '{A_COOKIE_SETTINGS}';
	var onload_functions = new Array();
	var onunload_functions = new Array();

	<!-- IF S_USER_PM_POPUP and 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 (var i = 0; i < onload_functions.length; i++)
		{
			eval(onload_functions[i]);
		}
	};

	window.onunload = function()
	{
		for (var i = 0; i < onunload_functions.length; i++)
		{
			eval(onunload_functions[i]);
		}
	};

// ]]>
</script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_SUPER_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 -->

<!-- IF WP_HEADERINFO_LATE -->{WP_HEADERINFO_LATE}<!-- 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 class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
			</div>

		<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
			<div id="search-box">
				<form action="{U_SEARCH}" method="get" 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;" onkeypress="return fontsizeup(event);" 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="e">{L_PROFILE}</a>
						<!-- IF S_DISPLAY_PM --> (<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>)<!-- ENDIF -->
					<!-- IF S_DISPLAY_SEARCH --> &bull;
					<a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
					<!-- ENDIF -->
					<!-- 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 S_BLOG --><li class="icon-members"><a href="{U_BLOG}" title="{L_BLOG}">{L_BLOG}</a></li><!-- ENDIF -->
				<!-- 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 and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><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="x">{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="information" 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 -->
la mod mi dice di fare:
Trova
Suggerimento: Questo potrebbe essere una parte e non l'intera riga.

Codice: Seleziona tutto

				<li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
Aggiungi dopo
Suggerimento: Aggiungi queste righe, in una vuota, dopo la/e precedente/i.

Codice: Seleziona tutto

				<!-- IF .buttons and S_MENU_SEARCH --><li class="icon-search"><a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH}</a></li><!-- ENDIF -->
grazie x la pasienza ho cercato ti trovare elementi comuni, ma ho fallito :roll:


come mai prima non me lo faceva postare? :frustrante:
NON APRIRE QUESTO SITO!
no, scherzo, potete aprirlo XD

Avatar utente
Silver Surfer
Utente
Utente
Messaggi: 115
Iscritto il: 07/04/2011, 20:44
Sesso: Maschio
Versione: 3.0.12
Server: UNIX/Linux
PHP: 5.3.10
Database: MySQL 5.1.49-community-log
Località: Sassuolo
Contatta:

Re: barra header

Messaggio da Silver Surfer » 12/06/2012, 8:28

il Silver Glacier avrebbe già un menù nell'header che è gestito dal file del template menu.html, non vedo la necessità di integrare un altro menù che risulterebbe ridondante.

Parte dell'overall_header.html è stato inglobato nel file sopracitato, anche per renderlo più semplice; ovviamente bisogna tenerne conto quando si applicheranno gli aggiornamenti per le nuove versioni, se non si può aspettare qualche ora per darmene il tempo materiale a me. 8-)

Comunque per problemi sul Silver Glacier, chiedete direttamente dove c'è il supporto dello stile, visto che è ancora gratuito e garantito. :roll:

Hurrykein
Utente
Utente
Messaggi: 18
Iscritto il: 17/05/2012, 18:47
Sesso: Maschio
Versione: 3.0.10
Server: UNIX/Linux
PHP: PHP 5.2.17
Database: MySQL 5.1.49-community-log

Re: barra header

Messaggio da Hurrykein » 12/06/2012, 21:00

secondo me non risulterà affatto ridondante, inoltre solo il menù superiore (secondo la mia opinione) non basta, sopratutto se devi mettere collegamenti.
NON APRIRE QUESTO SITO!
no, scherzo, potete aprirlo XD

Avatar utente
Silver Surfer
Utente
Utente
Messaggi: 115
Iscritto il: 07/04/2011, 20:44
Sesso: Maschio
Versione: 3.0.12
Server: UNIX/Linux
PHP: 5.3.10
Database: MySQL 5.1.49-community-log
Località: Sassuolo
Contatta:

Re: barra header

Messaggio da Silver Surfer » 13/06/2012, 7:10

de gustibus non disputandum est
8-)

Rispondi

Torna a “Supporto stili”

Chi c’è in linea

Visitano il forum: Nessuno e 11 ospiti