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

Passare da stile ad altro

Supporto stili in generale.
Rispondi
Avatar utente
Il Freddo
Utente
Utente
Messaggi: 137
Iscritto il: 23/05/2011, 8:40
Sesso: Maschio
Versione: 3.0.8
Server: UNIX/Linux
PHP: 5.2.17

Passare da stile ad altro

Messaggio da Il Freddo » 15/02/2012, 15:29

Io uso solo Prosilver SE dove le mod sono attivate solo in questo stile. (tipo hide per i link, i thanks, etc etc)

Come posso clonare questo stile per applicarlo ad uno nuovo?

è carino prostylize_darkblue, ma dovrei mettere le variazioni in ogni file, che è cosa lunga.

EDIT: Provato a sostituire solo cartella Template ma nn mantiene le modifiche delle mod

EDIT: e cambiare solo l'aspetto/tema della index? eventualmente?

Avatar utente
Micogian
Leader Programmatori
Leader Programmatori
Messaggi: 3704
Iscritto il: 07/01/2010, 8:51
Versione: 3.2.0
Server: UNIX/Linux
PHP: 5.4.36
Database: MySQL 5.1.70-log
Località: Udine
Contatta:

Re: Passare da stile ad altro

Messaggio da Micogian » 15/02/2012, 20:32

Quando si parla di "Mod" ci troviamo d fronte ad una "Modifica" del pacchetto standard, può essere nei file php come nel template o nel tema, ecc.
Le modifiche che riguardano i file php e functions sono comuni a tutti gli stili, altra cosa sono appunto i file dello stile, che sono quelli nelle cartelle Template, theme e imageset.
Difficile, se non impossibile pretendere che con un copia-incolla le modifiche di uno stile siano applicabili ad un altro stile, troppe le variabili.
Io da tempo ho abbandonato la strada dell'utilizzo di più stili, troppo oneroso aggiornarli tutti.
Inoltre un sito, o un Forum dovrebbe mantenere la sua identità, se cambia lo stile non è più individuabile.

Io sono convinto che molto spesso l'utilizzo di più stili sia più un vezzo dell'amministratore che vuol dimostrare la sua bravura piuttosto che una esigenza degli utenti.

Avatar utente
trancy
phpBB Expert
phpBB Expert
Messaggi: 263
Iscritto il: 15/09/2011, 22:39
Sesso: Maschio
Versione: 3.2.0
Server: UNIX/Linux
PHP: 5.6.31
Database: MySQL(i) 10.0.31-Maria DB
Contatta:

Re: Passare da stile ad altro

Messaggio da trancy » 15/02/2012, 23:13

e Mico ha ragione.
Installa un solo stile e ci modifichi tutto quello che vuoi,la cosa diventa abbastanza seccante da gestire se hai più stili.

Avatar utente
Il Freddo
Utente
Utente
Messaggi: 137
Iscritto il: 23/05/2011, 8:40
Sesso: Maschio
Versione: 3.0.8
Server: UNIX/Linux
PHP: 5.2.17

Re: Passare da stile ad altro

Messaggio da Il Freddo » 16/02/2012, 10:56

trancy ha scritto:e Mico ha ragione.
Installa un solo stile e ci modifichi tutto quello che vuoi,la cosa diventa abbastanza seccante da gestire se hai più stili.
ma infatti, ne ho 1 solo che è il SE...

volevamo fare un restyling dopo 3 anni.

comunque solo la index non è possibile?

Avatar utente
Micogian
Leader Programmatori
Leader Programmatori
Messaggi: 3704
Iscritto il: 07/01/2010, 8:51
Versione: 3.2.0
Server: UNIX/Linux
PHP: 5.4.36
Database: MySQL 5.1.70-log
Località: Udine
Contatta:

Re: Passare da stile ad altro

Messaggio da Micogian » 16/02/2012, 11:53

Il restyling è possibile ma sullo stile che usi, mescolare gli stili è impresa ardua.
Il file che imposta la pagina è overall_header.html nel quale ci sono tutti i riferimenti ai file collegati, come i CSS, i JS, ecc., poi ci sono i file index_body.html che rappresenta il corpo dell'indice, il file forumlist_body.html che predispone l'indice dei forum.
Se cambi questi senza inserire i relativi CSS succede un disastro.
Credo che la strada migliore sia quella di modificare Prosilver SE.
Io ho due siti, entrambi in "prosilver SE" ma se guardi l'indice sono ben diversi tra loro:
http://www.actaplantarum.org/floraitaliae/index.php
http://www.actafungorum.org/actaforum/index.php

e utilizzo sempre lo steso stile, ovviamente con qualche ritocco.

Avatar utente
Il Freddo
Utente
Utente
Messaggi: 137
Iscritto il: 23/05/2011, 8:40
Sesso: Maschio
Versione: 3.0.8
Server: UNIX/Linux
PHP: 5.2.17

Re: Passare da stile ad altro

Messaggio da Il Freddo » 16/02/2012, 13:52

Micogian ha scritto:Il restyling è possibile ma sullo stile che usi, mescolare gli stili è impresa ardua.
Il file che imposta la pagina è overall_header.html nel quale ci sono tutti i riferimenti ai file collegati, come i CSS, i JS, ecc., poi ci sono i file index_body.html che rappresenta il corpo dell'indice, il file forumlist_body.html che predispone l'indice dei forum.
Se cambi questi senza inserire i relativi CSS succede un disastro.
Credo che la strada migliore sia quella di modificare Prosilver SE.
Io ho due siti, entrambi in "prosilver SE" ma se guardi l'indice sono ben diversi tra loro:
http://www.actaplantarum.org/floraitaliae/index.php
http://www.actafungorum.org/actaforum/index.php

e utilizzo sempre lo steso stile, ovviamente con qualche ritocco.
diciamo questo http://www.actafungorum.org/actaforum/index.php

cambiando il colore in blu

e vedi la mia home http://www.sharethefiles.eu

Avatar utente
Micogian
Leader Programmatori
Leader Programmatori
Messaggi: 3704
Iscritto il: 07/01/2010, 8:51
Versione: 3.2.0
Server: UNIX/Linux
PHP: 5.4.36
Database: MySQL 5.1.70-log
Località: Udine
Contatta:

Re: Passare da stile ad altro

Messaggio da Micogian » 16/02/2012, 16:14

Puoi provare a modificare i colori del Prosilver con Colorizeit http://www.colorizeit.com/styles/phpbb- ... ilver.html

Avatar utente
Il Freddo
Utente
Utente
Messaggi: 137
Iscritto il: 23/05/2011, 8:40
Sesso: Maschio
Versione: 3.0.8
Server: UNIX/Linux
PHP: 5.2.17

Re: Passare da stile ad altro

Messaggio da Il Freddo » 16/02/2012, 17:33

per il colore, grazie, ho fatto come hai detto

per invece avere la parte dove ho il logo per avere come sul tuo forum?

ti allego come è da me

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="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="robots" content="all">

<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="keywords" content="forum emule adunanza download film ed2k link p2p" />
<meta name="google-site-verification" content="FB3lLZEl-257Cy4nJC1kQ3DqTohCwMtLkmkxQHBnMjw" />
<meta name="description" content="forum emule hosting, link e istruzioni per scaricare i film più recenti." />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />
{META}

<link href="http://sharethefiles.eu/styles/prosilverSE/favicon.ico" rel="shortcut icon" type="image/x-icon" />

<title>{PAGE_TITLE}<!-- IF PAGE_TITLE --> &bull; <!-- ENDIF --><!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{SITENAME}</title>

<link rel="alternate" type="application/rss+xml" title="Forum" href="rss.php">

<!-- 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 Special Edition
	Based on style:   sharethefiles forum emule ed2k (this is the default phpBB3 style)
	Original author:  Tom Beddard ( http://www.subBlue.com/ )
	Modified by: phpBB Styles Team     
	
	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 style_cookie_settings = '{A_COOKIE_SETTINGS}';
	var onload_functions = new Array();
	var onunload_functions = new Array();



	/**
	* 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_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>
<!-- IF S_USER_PM_POPUP and S_NEW_PM -->
	<script type="text/javascript" src="{T_TEMPLATE_PATH}/opacity.js"></script>
<!-- ENDIF -->

			<script language="javascript" src="{T_TEMPLATE_PATH}/ajaxprovider.js" type="text/javascript"></script>
			<script language="javascript" src="{T_TEMPLATE_PATH}/FindPosition.js"></script>
			<script language="javascript" src="{T_TEMPLATE_PATH}/update_user_on_line.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 U_CANONICAL --><link rel="canonical" href="{U_CANONICAL}" /><!-- ENDIF -->

<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
	<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- ENDIF -->
<!-- IF S_USER_PM_POPUP and S_NEW_PM -->
	<!--[if lt IE 7]>
	<link rel="stylesheet" href="{T_THEME_PATH}/ie6-position-fixed.css" type="text/css" media="screen, projection" />
	<![endif]-->
<!-- ENDIF -->
</head>

<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
<!-- codice circuito  Pnet Publisher Network-->
<!-- Spazio:  sharethefiles_eu_popunder -->
<script type="text/javascript">
    amm_ad_siteid = 7951;
    amm_ad_zone = 93064;
    amm_ad_width = 720;
    amm_ad_height = 680;
</script>
<script type="text/javascript"
            src='http://adv.arubamediamarketing.it/js/amm_show_ads.js'>
</script>
<!-- codice circuito  Pnet Publisher Network - fine-->
<!-- IF S_USER_PM_POPUP and S_NEW_PM -->
<div id="pm-popup" class="panel">
	<p>{PM_POPUP_MESSAGE}<br /><br />{PM_POPUP_CLICK_TO_VIEW}</p>
	<p class="small"><a href="#" onclick="setOpacity('main-block',1);document.getElementById('pm-popup').style.display='none';return false;">{L_CLOSE_WINDOW}</a></p>
</div>
<!-- ENDIF -->
                                         
<div id="wrap">
	<a id="top" name="top" accesskey="t"></a>
	<div id="page-header">
		<div class="">
			<div class="inner">
			<span class="corners-bottom"><span></span></span></div>
		</div>
<br style="clear:both" />
   <!-- IF .redbar -->
      <div class="">
         <div class="inner"><span class="corners-top"><span></span></span>
         <div id="red-bar"><div style="text-align:center;">
<a href="http://www.sharethefiles.eu" target="_blank"><img src="http://img849.imageshack.us/img849/9828/sharethefiles.png" alt="" border="0"/></a> <br>
<br>

 


<!-- BEGIN redbar --><a href="{redbar.U_REDBAR_URL}" {redbar.REDBAR_COLOUR} title="{redbar.REDBAR_NAME}">{redbar.REDBAR_NAME}</a><!-- IF redbar.S_LAST_ROW -->&nbsp;<!-- ELSE --> &nbsp; <strong>&#8249;</strong> &nbsp; <!-- ENDIF --><!-- END redbar -->
</br></br>

<form action="./search.php" method="post" id="search">
<fieldset>
<input name="keywords" id="keywords" maxlength="128" title="Ricerca per termini" class="inputbox search" value="Cerca…" onclick="if(this.value=='Cerca…')this.value='';" onblur="if(this.value=='')this.value='Cerca…';" type="text">
<input class="button2" value="Cerca" type="submit"><br>
<input name="sf" value="titleonly" type="hidden">
</fieldset></form></div>
<span class="corners-bottom"><span></span></span>
</div>
<!-- ENDIF -->

<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">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="staff@sharethefiles.eu">
<input type="hidden" name="lc" value="IT">
<input type="hidden" name="item_name" value="sharethefiles.eu">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="currency_code" value="EUR">
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donate_SM.gif:NonHostedGuest">
<input type="image" src="https://www.paypalobjects.com/it_IT/IT/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - Il sistema di pagamento online più facile e sicuro!">
<img alt="" border="0" src="https://www.paypalobjects.com/it_IT/i/scr/pixel.gif" width="1" height="1">
</form>
</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 -->
        				<!-- IF FORUM_ID == 2 --><li class="rightside"><a href="tlist_simple.php?f={FORUM_ID}" title="Elenco alfabetico">Titoli di Sezione</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">				<!-- BEGIN blog_links -->
					<li class="{blog_links.CLASS}"><a href="{blog_links.URL}">{blog_links.TEXT}</a></li>
				<!-- END blog_links -->
<li class="icon-ucp"><a href="http://www.sharethefiles.eu/viewtopic.php?f=431&t=22282&start=0" title="REGOLAMENTO">Regolamento</a></li>
<li class="icon-search"><a onclick="window.open(this.href); return false;" href="http://www.sharethefiles.eu/search.php" title="cerca"><span style="color: rgb(255, 0, 0);"><B>Cerca</B></span></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 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">
               <!-- MOD Autor: Haku for Xiradorn .it -->
    <!-- IF S_USER_UNREAD_PRIVMSG -->
              <div id="message" class="rules">
                 <div class="inner"><span class="corners-top"><span></span></span>
                    <strong>{L_INFORMATION}:</strong> {L_NEW_PM_BOX} - Clicca <a href="{U_PRIVATEMSGS}">QUI</a> per andare al tuo inbox.
                 <span class="corners-bottom"><span></span></span></div>
              </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 -->

Avatar utente
Micogian
Leader Programmatori
Leader Programmatori
Messaggi: 3704
Iscritto il: 07/01/2010, 8:51
Versione: 3.2.0
Server: UNIX/Linux
PHP: 5.4.36
Database: MySQL 5.1.70-log
Località: Udine
Contatta:

Re: Passare da stile ad altro

Messaggio da Micogian » 16/02/2012, 19:54

La parte della testata del mio forum è questa:

Codice: Seleziona tutto

<div id="wrap">
    <div class="border-left">
    <div class="border-right">
    <div class="border-top">
    <div class="border-top-left">
    <div class="border-top-right">
        <div class="inside" style="direction: {S_CONTENT_DIRECTION};">
            <a id="top" name="top" accesskey="t"></a>
            <div id="page-header">
                <div class="headerbar" style="background: url('{T_THEME_PATH}/images/testata_actafungorum01.jpg') 50% 0 no-repeat scroll; position: relative;">
                    <div class="inner"><span class="corners-top"><span></span></span>
                        <a style="display: block; width: 100%; height: 110px; text-decoration: none; background: url('{T_THEME_PATH}/images/logo_actafungorum.gif') 20px 50% no-repeat scroll; position: relative;" href="#">&nbsp;</a>
                        <a style="display: block; width: 330px; height: 45px; text-decoration: none; background: url('{T_THEME_PATH}/images/nome_actafungorum1.gif') no-repeat scroll; position: absolute;top: 70px; left: 600px;" href="#">&nbsp;</a>
                    <span class="corners-bottom" style="background: none;"><span style="background: none;"></span></span></div>
                </div>

                <!-- INCLUDE xnavbar.html --> 
La prima immagine (testata_actafungorum01.jpg') è la testata completa, le altre due sono il logo e la scritta che è sempre un'immagine e che sono sovrapposte alla prima.
Poi viene il Menu.

Avatar utente
Il Freddo
Utente
Utente
Messaggi: 137
Iscritto il: 23/05/2011, 8:40
Sesso: Maschio
Versione: 3.0.8
Server: UNIX/Linux
PHP: 5.2.17

Re: Passare da stile ad altro

Messaggio da Il Freddo » 16/02/2012, 21:14

Ora l'ho variata con l'azzurro.

Ora devo fare una vetrina d'impatto per le nuove uscite DVD-BluRay in commercio

Rispondi

Torna a “Supporto stili”

Chi c’è in linea

Visitano il forum: Nessuno e 64 ospiti