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

Inserire un logo con stile AeroGreen

Supporto stili in generale.
Avatar utente
Carlo
Amministratore
Amministratore
Messaggi: 9957
Iscritto il: 19/04/2009, 10:24
Sesso: Maschio
Versione: 3.2.0
Server: UNIX/Linux
PHP: 7.1.0
Database: MySQL(i) 10.0.27-MariaDB-cll-lve
Località: Puglia
Contatta:

Re: Inserire un logo con stile AeroGreen

Messaggio da Carlo » 05/12/2009, 22:26

tuxmax ha scritto:Non riesco a capire come la vedi l'immagine, quella che hai postato adesso io la vedo tagliata.
Se hai Firefox, clicca con il tasto destro sull'immagine e poi su "Visualizza immagine", perchè lo stile attuale taglia l'immagine per non sfasare il tutto.

Comunque incollami anche il template overall_header.html.
MODs | Stili | Traduzioni MOD
Ogni MP contenente una richiesta di supporto verrà ignorato.

Avatar utente
tuxmax
Utente
Utente
Messaggi: 41
Iscritto il: 11/11/2009, 20:03
Sesso: Maschio
Versione: 3.0.13-PL1
Server: UNIX/Linux
PHP: 5.5.21
Database: MySQL(i) 5.1.66

Re: Inserire un logo con stile AeroGreen

Messaggio da tuxmax » 07/12/2009, 8:09

carlino1994 ha scritto: Se hai Firefox, clicca con il tasto destro sull'immagine e poi su "Visualizza immagine", perchè lo stile attuale taglia l'immagine per non sfasare il tutto.
Si hai ragione, in questo modo lo riesco a visualizzare.
carlino1994 ha scritto:Comunque incollami anche il template overall_header.html.
Eccolo.

Codice: Seleziona tutto

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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-language" content="{S_USER_LANG}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 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>

<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />

<script type="text/javascript">
// <![CDATA[
<!-- IF S_USER_PM_POPUP -->
	if ({S_NEW_PM})
	{
		popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
	}
<!-- ENDIF -->

function popup(url, width, height, name)
{
	if (!name)
	{
		name = '_popup';
	}

	window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
	return false;
}

function jumpto()
{
	var page = prompt('{LA_JUMP_PAGE}:', '{ON_PAGE}');
	var perpage = '{PER_PAGE}';
	var base_url = '{A_BASE_URL}';

	if (page !== null && !isNaN(page) && page > 0)
	{
		document.location.href = base_url.replace(/&/g, '&') + '&start=' + ((page - 1) * perpage);
	}
}

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

/**
* Mark/unmark checklist
* id = ID of parent container, name = name prefix, state = state [true/false]
*/
function marklist(id, name, state)
{
	var parent = document.getElementById(id);
	if (!parent)
	{
		eval('parent = document.' + id);
	}

	if (!parent)
	{
		return;
	}

	var rb = parent.getElementsByTagName('input');
	
	for (var r = 0; r < rb.length; r++)
	{
		if (rb[r].name.substr(0, name.length) == name)
		{
			rb[r].checked = state;
		}
	}
}

<!-- IF ._file -->

	/**
	* Play quicktime file by determining it's width/height
	* from the displayed rectangle area
	*
	* Only defined if there is a file block present.
	*/
	function play_qt_file(obj)
	{
		var rectangle = obj.GetRectangle();

		if (rectangle)
		{
			rectangle = rectangle.split(',')
			var x1 = parseInt(rectangle[0]);
			var x2 = parseInt(rectangle[2]);
			var y1 = parseInt(rectangle[1]);
			var y2 = parseInt(rectangle[3]);

			var width = (x1 < 0) ? (x1 * -1) + x2 : x2 - x1;
			var height = (y1 < 0) ? (y1 * -1) + y2 : y2 - y1;
		}
		else
		{
			var width = 200;
			var height = 0;
		}

		obj.width = width;
		obj.height = height + 16;

		obj.SetControllerVisible(true);

		obj.Play();
	}
<!-- ENDIF -->

// ]]>
</script>
</head>
<body class="{S_CONTENT_DIRECTION}">
<div id="bg">

<a name="top"></a>

<div id="wrapheader">

<table width="100%" border="0" cellpadding="0" cellspacing="0" style="background:url('{T_THEME_PATH}/images/top.png');">
  <tr>
    <td height="42" align="right">
<div class="toplink">
<!-- IF not S_IS_BOT -->
<!-- IF not S_USER_LOGGED_IN --><span class="genmedw"><a class="genmedw" href="{U_REGISTER}">{L_REGISTER}</a> &bull; </span><!-- ENDIF -->

<span class="genmedw"><a class="genmedw" href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></span>
<!-- ENDIF -->
</div>
</td>
  </tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="background:url('{T_THEME_PATH}/images/mid.png');">
  <tr>
    <td height="66">
<div class="midlink">    <span class="headw"><a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a><br />{SITENAME}</span><br /><span class="genmedw">{SITE_DESCRIPTION}</span></div>
</tr>

    <td align="left">
 <div align=left>
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
<div class="midlink">
<div id="search-box">
<form action="{U_SEARCH}" method="post" id="search">
<fieldset class="nb">
<input name="keywords" style="opacity:0.7;filter:alpha(opacity=70)" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.7;this.filters.alpha.opacity=70" type="text" class="inputbox search" id="keywords" title="{L_SEARCH_KEYWORDS}" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" maxlength="50" />
<input class="nb" name="submit" type="image" src="{T_THEME_PATH}/images/search.png" align="absmiddle" /><br />
{S_SEARCH_HIDDEN_FIELDS}
</fieldset>
</form>
</div>
</div>
<!-- ENDIF -->
</td>
  </tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="background:url('{T_THEME_PATH}/images/midb.png');">
  <tr>
    <td class="genmedw" height="23"><div class="midlink"><span class="genmedw">
<!-- IF S_USER_LOGGED_IN --><a class="genmedw" href="{U_PROFILE}">{L_PROFILE}</a><!-- ENDIF -->
<!-- IF U_RESTORE_PERMISSIONS --> <a class="genmedw" href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a><!-- ENDIF -->
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --> &bull; <span style="color: red;">{L_BOARD_DISABLED}</span><!-- ENDIF -->
</span></div>
</td>
    <td class="genmedw" align="right">
<div class="midlink"><span class="genmedw">
<a class="genmedw" href="{U_FAQ}">{L_FAQ}</a><!-- IF not S_IS_BOT --><!-- IF S_DISPLAY_MEMBERLIST --> &bull; <a class="genmedw" href="{U_MEMBERLIST}">{L_MEMBERLIST}</a><!-- ENDIF --><!-- IF S_DISPLAY_SEARCH --> &bull; <a class="genmedw" href="{U_SEARCH}">{L_SEARCH}</a><!-- ENDIF --><!-- ENDIF -->
</span></div>
</td>
  </tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="background:url('{T_THEME_PATH}/images/bottom.png');">
  <tr>
    <td height="48" align="center">
<!-- IF not S_IS_BOT -->
<!-- IF S_USER_LOGGED_IN -->
<!-- IF S_DISPLAY_PM --><div class="bottomlink"><span class="genmedw"><a class="genmedw" href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a></span>
</div><!-- ENDIF -->
<!-- ENDIF -->
<!-- ENDIF -->
</td>
  </tr>
</table>

	<div id="datebar">
		<table width="100%" cellspacing="0">
		<tr>
			<td class="gensmall" colspan="2" style="text-align:center;padding:3px">
<script type="text/javascript">
//<![CDATA[
google_color_border = "000000";
google_color_bg = "EFF7FB";
google_color_link = "14445D";
google_color_url = "14445D";
google_color_text = "000000";
//]]>
</script>
<!-- alterbanner_728X90_start -->
<div class="alterbanner_728X90_on">
<script type="text/javascript">
//<![CDATA[
document.write('<s'+'cript type="text/javascript" src="http://ad.altervista.org/js.ad/size=728X90/r='+new Date().getTime()+'"><\/s'+'cript>');
//]]>
</script>
</div>
<!-- alterbanner_728X90_end -->

			</td>
		</tr>
		<tr>
			<td class="gensmall"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ENDIF --></td>
			<td class="gensmall" align="{S_CONTENT_FLOW_END}">{CURRENT_TIME}<br /></td>
		</tr>
		</table>
	</div>

</div>

<div id="wrapcentre">

	<!-- IF S_DISPLAY_SEARCH -->
	<p class="searchbar">
		<span style="float: {S_CONTENT_FLOW_BEGIN};"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></span>
		<!-- IF S_USER_LOGGED_IN -->
		<span style="float: {S_CONTENT_FLOW_END};"><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span>
		<!-- ENDIF -->
	</p>
	<!-- ENDIF -->

	<br style="clear: both;" />

	<!-- INCLUDE breadcrumbs.html -->

	<br />
Grazie.

Avatar utente
Carlo
Amministratore
Amministratore
Messaggi: 9957
Iscritto il: 19/04/2009, 10:24
Sesso: Maschio
Versione: 3.2.0
Server: UNIX/Linux
PHP: 7.1.0
Database: MySQL(i) 10.0.27-MariaDB-cll-lve
Località: Puglia
Contatta:

Re: Inserire un logo con stile AeroGreen

Messaggio da Carlo » 07/12/2009, 9:01

In quel template, trova:

Codice: Seleziona tutto

  <tr>
    <td height="66">
<div class="midlink">    <span class="headw"><a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a><br />{SITENAME}</span><br /><span class="genmedw">{SITE_DESCRIPTION}</span></div>
</tr>

    <td align="left">
<div align=left>
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
<div class="midlink">
<div id="search-box">
<form action="{U_SEARCH}" method="post" id="search">
<fieldset class="nb">
<input name="keywords" style="opacity:0.7;filter:alpha(opacity=70)" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.7;this.filters.alpha.opacity=70" type="text" class="inputbox search" id="keywords" title="{L_SEARCH_KEYWORDS}" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" maxlength="50" />
<input class="nb" name="submit" type="image" src="{T_THEME_PATH}/images/search.png" align="absmiddle" /><br />
{S_SEARCH_HIDDEN_FIELDS}
</fieldset>
</form>
</div>
</div>
<!-- ENDIF -->
</td>
  </tr>
e sostituiscilo con:

Codice: Seleziona tutto

  <tr>
    <td height="66">
<div class="midlink">    <span class="headw"><a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a><br />{SITENAME}</span><br /><span class="genmedw">{SITE_DESCRIPTION}</span></div>
</tr>

  <tr>
    <td align="left">
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
<div class="midlink">
<div id="search-box">
<form action="{U_SEARCH}" method="post" id="search">
<fieldset class="nb">
<input name="keywords" style="opacity:0.7;filter:alpha(opacity=70)" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.7;this.filters.alpha.opacity=70" type="text" class="inputbox search" id="keywords" title="{L_SEARCH_KEYWORDS}" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" maxlength="50" />
<input class="nb" name="submit" type="image" src="{T_THEME_PATH}/images/search.png" align="absmiddle" /><br />
{S_SEARCH_HIDDEN_FIELDS}
</fieldset>
</form>
</div>
</div>
<!-- ENDIF -->
</td>
  </tr>
Non sono sicuro che funzioni, perchè ho notato che ci sono alcuni tag di chiusura nel template, che non sono stati mai aperti, è un pò "sballato".
MODs | Stili | Traduzioni MOD
Ogni MP contenente una richiesta di supporto verrà ignorato.

Avatar utente
tuxmax
Utente
Utente
Messaggi: 41
Iscritto il: 11/11/2009, 20:03
Sesso: Maschio
Versione: 3.0.13-PL1
Server: UNIX/Linux
PHP: 5.5.21
Database: MySQL(i) 5.1.66

Re: Inserire un logo con stile AeroGreen

Messaggio da tuxmax » 07/12/2009, 9:33

carlino1994 ha scritto:Non sono sicuro che funzioni, perchè ho notato che ci sono alcuni tag di chiusura nel template, che non sono stati mai aperti, è un pò "sballato".
Infatti è molto strano, le modifiche fatte sono quelle richieste nei vari file install.xml, ecc.. per le varie mod che ho installato.
Vado un poco OT, non è che potrebbe dipendere dal fatto che la prima versione di phpBB che abbiamo installato è stata quella "castrata" che ci ha fornito Altervista la 3.0.4?

Comunque effettivamente non funziona. :x
Vabbè non voglio farti correggere l'intero overall (non mi sembra neanche giusto visto che siamo stati noi a "sballarlo" ;) ). Per adesso lo lascio così poi in futuro, magari quando prenderò più dimestichezza (ed esperienza spero) con i codici .php, si vedrà.

Grazie mille Carlo( :D ) per la tua puntuale e squisita pazienza.

Salutoni
Massimiliano

ldm
Utente
Utente
Messaggi: 350
Iscritto il: 09/09/2009, 13:53
Versione: 3.0.7-PL1
Server: UNIX/Linux
Contatta:

Re: Inserire un logo con stile AeroGreen

Messaggio da ldm » 22/12/2009, 0:47

Ho notato che adesso usi lo stile aerored e lo vedo davvero male e giacchè uso lo stesso stile , potrei aiutarti passandoti addirittura il file di template e di css per ripristinare il tutto

Immagine

Avatar utente
tuxmax
Utente
Utente
Messaggi: 41
Iscritto il: 11/11/2009, 20:03
Sesso: Maschio
Versione: 3.0.13-PL1
Server: UNIX/Linux
PHP: 5.5.21
Database: MySQL(i) 5.1.66

Re: Inserire un logo con stile AeroGreen

Messaggio da tuxmax » 22/12/2009, 7:06

ldm ha scritto:Ho notato che adesso usi lo stile aerored e lo vedo davvero male e giacchè uso lo stesso stile , potrei aiutarti passandoti addirittura il file di template e di css per ripristinare il tutto

Immagine
Ti ringrazio molto per l'interessamento.
Curiosità, perchè scrivi di vederlo male?
[apro e chiudo OT] Complimenti per il tuo sito, non è sempre facile trattare quei temi... ;)

Avatar utente
Carlo
Amministratore
Amministratore
Messaggi: 9957
Iscritto il: 19/04/2009, 10:24
Sesso: Maschio
Versione: 3.2.0
Server: UNIX/Linux
PHP: 7.1.0
Database: MySQL(i) 10.0.27-MariaDB-cll-lve
Località: Puglia
Contatta:

Re: Inserire un logo con stile AeroGreen

Messaggio da Carlo » 22/12/2009, 7:12

Non te ne sei accorto??

Immagine
MODs | Stili | Traduzioni MOD
Ogni MP contenente una richiesta di supporto verrà ignorato.

Avatar utente
tuxmax
Utente
Utente
Messaggi: 41
Iscritto il: 11/11/2009, 20:03
Sesso: Maschio
Versione: 3.0.13-PL1
Server: UNIX/Linux
PHP: 5.5.21
Database: MySQL(i) 5.1.66

Re: Inserire un logo con stile AeroGreen

Messaggio da tuxmax » 22/12/2009, 7:28

carlino1994 ha scritto:Non te ne sei accorto??

Immagine
Di che cosa mi dovevo accorgere Carlo?

Immagine

ldm
Utente
Utente
Messaggi: 350
Iscritto il: 09/09/2009, 13:53
Versione: 3.0.7-PL1
Server: UNIX/Linux
Contatta:

Re: Inserire un logo con stile AeroGreen

Messaggio da ldm » 22/12/2009, 8:16

Il forum si vede malissimo -
Probabilmente tu continui a vederlo bene poichè hai del residuo nel tuo browser , cambia browser e/o dagli una pulitina con CCleaner e dopo torna sul tuo forum ...

Avatar utente
tuxmax
Utente
Utente
Messaggi: 41
Iscritto il: 11/11/2009, 20:03
Sesso: Maschio
Versione: 3.0.13-PL1
Server: UNIX/Linux
PHP: 5.5.21
Database: MySQL(i) 5.1.66

Re: Inserire un logo con stile AeroGreen

Messaggio da tuxmax » 22/12/2009, 8:35

Ho capito, il problema è un altro...
Lo vedo bene poichè sono loggato, ma se faccio log out effettivamente si vede come lo vedete voi.

Beh, credo che dovrò dargli una buona sistemata...grazie comunque per le dritte sempre utilissime.

Rispondi

Torna a “Supporto stili”

Chi c’è in linea

Visitano il forum: Nessuno e 37 ospiti