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
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
Visualizzazione centrata
- Haku
- Utente
- Messaggi: 2529
- Iscritto il: 22/09/2009, 22:36
- Sesso: Maschio
- Versione: 3.0.9
- Server: UNIX/Linux
- Contatta:
Visualizzazione centrata
Aprite il mio forum con IE,e vedrete tutto centrato:
http://rpgmkr.net/forum/
Come mai?
Su Firefox si vede bene,tranne che per la parola in grasseto Indice che sta in fondo al footer prima della tabella Chi c’è in linea...come mai anche questo?
http://rpgmkr.net/forum/
Come mai?
Su Firefox si vede bene,tranne che per la parola in grasseto Indice che sta in fondo al footer prima della tabella Chi c’è in linea...come mai anche questo?
- Micogian
- 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: Visualizzazione centrata
Caro Haku, quando si fanno diverse modifiche e inserimenti vari si corre il rischio di inserire o togliere qualche tag.
E' probabile che manchi un </div> o ce ne sia uno di troppo.
Trovarlo è un'impresa.
E' probabile che manchi un </div> o ce ne sia uno di troppo.
Trovarlo è un'impresa.
- Haku
- Utente
- Messaggi: 2529
- Iscritto il: 22/09/2009, 22:36
- Sesso: Maschio
- Versione: 3.0.9
- Server: UNIX/Linux
- Contatta:
Re: Visualizzazione centrata
Non ricordo che file avevo modificato :S
Devo agire sul forumlist_body?
Devo agire sul forumlist_body?
- Micogian
- 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: Visualizzazione centrata
Dipende, potrebbe essere index_body come forumlist_body.
Una copia del file prima di ogni modifica sarebbe per lo meno utile.
Una copia del file prima di ogni modifica sarebbe per lo meno utile.
- Haku
- Utente
- Messaggi: 2529
- Iscritto il: 22/09/2009, 22:36
- Sesso: Maschio
- Versione: 3.0.9
- Server: UNIX/Linux
- Contatta:
Re: Visualizzazione centrata
Ti dico...lo faccio sempre 
Però,aggiornando tutto,anche l'indice me lo posizionava a sinistra...ora invece lo visualizzo al centro O_O
Potete darmi una mano se allego i file?Magari siete più veloci di me,io è più di 3 ore che ci sono attaccato:
Forumlist_body
Index_body

Però,aggiornando tutto,anche l'indice me lo posizionava a sinistra...ora invece lo visualizzo al centro O_O
Potete darmi una mano se allego i file?Magari siete più veloci di me,io è più di 3 ore che ci sono attaccato:
Forumlist_body
Codice: Seleziona tutto
<!-- IF not S_IS_BOT and U_MARK_FORUMS --><p align="{S_CONTENT_FLOW_END}"><a class="nav" href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a></p><!-- ENDIF -->
<!-- BEGIN forumrow -->
<!-- IF (forumrow.S_IS_CAT and not forumrow.S_FIRST_ROW) or forumrow.S_NO_CAT -->
</table>
<br />
<!-- ENDIF -->
<!-- IF forumrow.S_IS_CAT or forumrow.S_FIRST_ROW or forumrow.S_NO_CAT -->
<!-- collpase categories MOD -->
<table class="tablebg" id="f_{forumrow.FORUM_ID}_h" cellspacing="1" width="100%" style="display: none;">
<tr>
<th colspan="2"> {L_FORUM} </th>
<th width="50"> {L_TOPICS} </th>
<th width="50"> {L_POSTS} </th>
<th> {L_LAST_POST} </th>
</tr>
<!-- IF forumrow.S_IS_CAT -->
<tr>
<td class="cat <!-- IF forumrow.FORUM_ID == 18 -->xp<!-- ENDIF --><!-- IF forumrow.FORUM_ID == 9 -->vx<!-- ENDIF --><!-- IF forumrow.FORUM_ID == 27 -->vecchiotool<!-- ENDIF --><!-- IF forumrow.FORUM_ID == 55 -->igm<!-- ENDIF -->" colspan="2"><h4><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></h4></td>
<td class="catdiv" colspan="3"><a style="float: right; margin-right: 10px; display: block; width: 10px; height: 10px; background: url('{ROOT_PATH}js/mags.gif') no-repeat center; text-decoration: none; margin-top: 2px;" href="javascript:void(0)" onclick="javascript:ShowHide('f_{forumrow.FORUM_ID}','f_{forumrow.FORUM_ID}_h','f_{forumrow.FORUM_ID}');" title="{L_FORUM}"> </a></td>
</tr>
</table>
<!-- ENDIF -->
<!-- collpase categories MOD -->
<table class="tablebg" id="f_{forumrow.FORUM_ID}" cellspacing="1" width="100%">
<script type="text/javascript">
<!--
tmp = 'f_{forumrow.FORUM_ID}';
if(GetCookie(tmp) == '2')
{
ShowHide('f_{forumrow.FORUM_ID}', 'f_{forumrow.FORUM_ID}_h', 'f_{forumrow.FORUM_ID}');
}
//-->
</script>
<!-- IF forumrow.S_FIRST_ROW -->
<!-- ENDIF -->
<tr>
<th colspan="2"> {L_FORUM} </th>
<th width="50"> {L_TOPICS} </th>
<th width="50"> {L_POSTS} </th>
<th> {L_LAST_POST} </th>
</tr>
<!-- ENDIF -->
<!-- IF forumrow.S_IS_CAT -->
<tr>
<td class="cat <!-- IF forumrow.FORUM_ID == 18 -->xp<!-- ENDIF --><!-- IF forumrow.FORUM_ID == 9 -->vx<!-- ENDIF --><!-- IF forumrow.FORUM_ID == 27 -->vecchiotool<!-- ENDIF --><!-- IF forumrow.FORUM_ID == 55 -->igm<!-- ENDIF -->" colspan="2"><h4><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></h4></td>
<td class="catdiv" colspan="3"><a style="float: right; margin-right: 10px; display: block; width: 10px; height: 10px; background: url('{ROOT_PATH}js/mins.gif') no-repeat center; text-decoration: none; margin-top: 2px;" href="javascript:void(0)" onclick="javascript:ShowHide('f_{forumrow.FORUM_ID}','f_{forumrow.FORUM_ID}_h','f_{forumrow.FORUM_ID}');" title="{L_FORUM}"> </a></td>
</tr>
<!-- ELSEIF forumrow.S_IS_LINK -->
<tr>
<td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
<td class="row1">
<!-- IF forumrow.FORUM_IMAGE -->
<div style="float: {S_CONTENT_FLOW_BEGIN}; margin-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</div>
<!-- ENDIF -->
<a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
<p class="forumdesc">{forumrow.FORUM_DESC}</p>
</td>
<!-- IF forumrow.CLICKS -->
<td class="row2" colspan="3" align="center"><span class="genmed">{L_REDIRECTS}: {forumrow.CLICKS}</span></td>
<!-- ELSE -->
<td class="row2" colspan="3" align="center"> </td>
<!-- ENDIF -->
</tr>
<!-- ELSE -->
<!-- IF forumrow.S_NO_CAT -->
<tr>
<td class="cat" colspan="2"><h4>{L_FORUM}</h4></td>
<td class="catdiv" colspan="3"> </td>
</tr>
<!-- ENDIF -->
<tr>
<td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
<td class="row1" width="100%">
<!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED --><a style="float: {S_CONTENT_FLOW_END};" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"><img src="{T_THEME_PATH}/images/feed.gif" alt="{L_FEED} - {forumrow.FORUM_NAME}" /></a><!-- ENDIF -->
<!-- IF forumrow.FORUM_IMAGE -->
<div style="float: {S_CONTENT_FLOW_BEGIN}; margin-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</div>
<!-- ENDIF -->
<a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
<p class="forumdesc">{forumrow.FORUM_DESC}</p>
<!-- IF forumrow.MODERATORS -->
<p class="forumdesc"><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}</p>
<!-- ENDIF -->
<!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS -->
<p class="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p>
<!-- ENDIF -->
</td>
<td class="row2" align="center"><p class="topicdetails">{forumrow.TOPICS}</p></td>
<td class="row2" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td>
<td class="row2" align="center" nowrap="nowrap">
<!-- IF forumrow.LAST_POST_TIME -->
<!-- IF forumrow.ALTT_LINK_NAME_SHORT --><p><a <!-- IF forumrow.ALTT_STYLE_BOLD or forumrow.ALTT_STYLE_ITALIC or forumrow.ALTT_STYLE_ADV -->style="<!-- IF forumrow.ALTT_STYLE_BOLD -->font-weight: bold;<!-- ENDIF --><!-- IF forumrow.ALTT_STYLE_ITALIC -->font-style: italic;<!-- ENDIF --> <!-- IF forumrow.ALTT_STYLE_ADV -->{forumrow.ALTT_STYLE_ADV2}<!-- ENDIF -->"<!-- ENDIF --> href="{forumrow.U_ALTT_LINK}" title="{forumrow.ALTT_LINK_NAME}">{forumrow.ALTT_LINK_NAME_SHORT}</a></p><!-- ENDIF -->
<p class="topicdetails"><!-- IF forumrow.U_UNAPPROVED_TOPICS --><a href="{forumrow.U_UNAPPROVED_TOPICS}">{UNAPPROVED_IMG}</a> <!-- ENDIF -->{forumrow.LAST_POST_TIME}</p>
<p class="topicdetails">{forumrow.LAST_POSTER_FULL}
<!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a><!-- ENDIF -->
</p>
<!-- ELSE -->
<p class="topicdetails">{L_NO_POSTS}</p>
<!-- ENDIF -->
</td>
</tr>
<!-- ENDIF -->
<!-- IF forumrow.S_LAST_ROW -->
</table>
<br />
<!-- ENDIF -->
<!-- BEGINELSE -->
<table class="tablebg" cellspacing="1" width="100%">
<tr>
<p>{L_NO_FORUMS}</p></td>
</tr>
</table>
<!-- END forumrow -->
Codice: Seleziona tutto
<!-- PHP -->
//QUESTE RIGHE SONO NECESSARIE, QUINDI DEVONO ESSERE INCLUSE IN TUTTE LE PAGINE DOVE SI //VUOLE USARE IL SISTEMA POPUP
include_once($_SERVER['DOCUMENT_ROOT']."/path.php");
include_once($da_inst."/admin/config.php");
<!-- ENDPHP -->
<!-- INCLUDE overall_header.html -->
<!-- PHP -->
//QUESTA RIGA E' NECESSARIA, QUINDI DEVE ESSERE INCLUSA IN TUTTE LE PAGINE DOVE SI VUOLE //USARE IL SISTEMA POPUP
echo "<script type=\"text/javascript\" src=\"".$pa_inst."/js/apri_popup.js.php".$var_to_js."\"></script>";
<!-- ENDPHP -->
<!-- Inizio -->
<center><img src="http://img532.imageshack.us/img532/7189/locandinaaw.png"></img>
<table style="border: 1px #638faf" bgcolor="#e1e9f2" cellspacing="0" cellpadding="10" width="100%">
<tr>
<th colspan="4" style="text-align:center;">Bacheca</th>
</tr>
<tr>
<td>
<center>RpgMkr.net si basa su un principio fondamentale: la creazione di videogiochi. La comunità si interessa principalmente della creazione di giochi tramite l'uso di programmi specifici (tool) adatti a questo scopo. Naturalmente ci interessiamo anche delle arti grafiche che sono indispensabili per i videogiochi, come la pixel art, la modellazione 3D e il disegno. E' richiesto il massimo rispetto verso le regole del forum <a href="http://rpgmkr.net/forum/regolamento-t2.html">(clicca qui per leggere)</a> e lo svago (sezioni OT) è consentito entro certi limiti. Topic inutili e senza alcuna utilità non sono ammessi e verranno rimossi. E' buona educazione lasciare un messaggio nella sezione <a href="http://rpgmkr.net/forum/presentazioni-f40.html"><b>Ingresso</b></a> in cui ci si presenta in modo completo. Detto questo, buon divertimento nel forum di RpgMkr.net.</center><br />
<hr><br />
<center><img style="border:0" src="http://i42.tinypic.com/k0ftqb.png"> <img style="border:0" src="http://i39.tinypic.com/jkho47.png"> <img style="border:0" src="http://i42.tinypic.com/5pr251.png"> <img style="border:0" src="http://i42.tinypic.com/316wzls.png"></center><br />
<hr>
<center>Ci sono {CHAT_USERS_ONLINE} utenti di Rpgmkr.net in chat</center>
<td>
<font color="#003366"><center><p><strong>Random Screen</strong></p></center>
<center><p>
<!-- popup -->
<!-- PHP -->
//[INFO]Variabile NECESSARIA;
//verifica la possibilità di avere un ID raondom e inizializza la variabile $id_random.
if (!$id_random = popup_random($array_ID)) exit("<strong>Errore 0</strong>");
//[INFO]Variabile NECESSARIA.
//PRIMO VALORE: [!!_NON MODIFICARE_!!].
//SECONDO VALORE: la larghezza dell'anteprima, da scrivere fra virgolette in uno dei seguenti formati: "Npx" o "N%" ( N è un numero qualsiasi ).
//TERZO VALORE: frase che apparirà sopra l'immagine; è facoltativo, può anche non essere inserito oppure lasciato con "".
$impostazioni = array( $id_random, 160, "Apri Popup" );
//[INFO]Funzione che stampa l'anteprima di un popup di un ID RANDOM(casuale).
//TUTTI I VALORI: [!!_NON MODIFICARE_!!].
//[IMPORTANTE]Richiede necessariamente l'inizializzazione delle seguenti variabili: $id_random e $impostazioni.
mostra_anteprima_popID( $pa_imm, $array_ID[$impostazioni[0]][0], $impostazioni[0], $array_ID[$impostazioni[0]][1], $impostazioni[1], $impostazioni[2] );
<!-- ENDPHP -->
<!-- popup -->
© rpgmkr.net
</td>
</tr>
</td>
</tr>
<br /></table>
<!-- Fine -->
<style type="text/css">
#news {
background: #ddeedd;
border-top: 1px solid #339933;
border-bottom: 1px solid #339933;
text-align: center;
margin: 5px 0;
padding: 5px 20px;
display: block;
}
#news2 {
background: #ADCBE7;
border-top: 2px solid #0F5C8E;
border-bottom: 2px solid #0F5C8E;
text-align: center;
margin: 5px 0;
padding: 5px 20px;
display: block;
}
#news3 {
background: #FFF6BF;
border-top: 2px solid #FFD324;
border-bottom: 2px solid #FFD324;
text-align: center;
margin: 5px 0;
padding: 5px 20px;
display: block;
}
</style>
<div id="news3"><strong><img src="http://f.imagehost.org/0212/mrmdiam.gif"> Rapid Contest:</strong> <a href="http://rpgmkr.net/forum/post6977.html#p6977">Risultati Murder Contest</a> <img src="http://f.imagehost.org/0212/mrmdiam.gif"></img></img></div>
<div id="news2"><strong>Ultimo Gioco Inserito:</strong> <a href="http://www.rpgmkr.net/forum/giochi/dragonballzrpg.php">DragonBall Z - RPG</a>        <strong>Lingua:</strong> <img src="http://img257.imageshack.us/img257/6774/40668999.gif">       <strong>Autore:</strong> Domyssj        <strong>Genere: </strong>RPG/Picchiaduro       <strong>Stato:</strong> Demo</div>
<div id="news"><strong>Leggi la nostra rivista online!:</strong> <a href="http://issuu.com/aelly/docs/rivista_mkr__1">Clicca qui</a> <img src="http://rpgmkr.net/forum/styles/rpgmkr/imageset/icon_topic_newest.gif"></img> <strong>Scarica la rivista in formato PDF:</strong> <a href="http://www.mediafire.com/download.php?53rn5ex4tmz">Clicca qui</a> <img src="http://rpgmkr.net/forum/styles/rpgmkr/imageset/icon_topic_newest.gif"></img></div>
<!-- Benv1 -->
<!-- welcome_mod_for_subsilver2_xiradorn_lab_template -->
<!-- IF not S_IS_BOT -->
<table class="tablebg" cellspacing="1" width="100%" style="margin-bottom:10px;">
<tr>
<th colspan="4" style="text-align:left;">Benvenuti su {SITENAME}</th>
</tr>
<tr>
<td class="row1" width="10%" align="left">
<!-- IF AVATAR_COR == '' --><img src="{T_THEME_PATH}/images/Guest.gif" alt="" /><!-- ELSE -->{USER_AVATAR}<!-- ENDIF -->
</td>
<td class="row1" width="30%">
<p>{S_WELCOME}</p>
<span><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<br />{CURRENT_TIME}
<br /><center><img src="http://img40.imageshack.us/img40/2050/articleseparatorx.png">
</center>
<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --><!-- IF S_USER_LOGGED_IN --><br /><br />{S_JOINED_DATE}<br />{MEMBER_FOR}<!-- ENDIF --></span>
</td>
<td class="row1" width="35%"test>
<span>{TOTAL_POSTS} • <br />{TOTAL_TOPICS}<br />{TOTAL_USERS}<br />{NEWEST_USER}
<!-- IF S_DISPLAY_ONLINE_LIST --><br /><br />{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<!-- ENDIF --></span>
</td>
<td class="row1" width="25%">
<!-- ENDIF -->
<!-- welcome_mod_for_subsilver2_xiradorn_lab_template -->
<!--immagini random-->
<script language="Javascript">
<!--
function image() {
};
image = new image();
number = 0;
// imageArray
image[number++] = "<img src='images/1.png'>"
image[number++] = "<img src='images/2.gif'>"
image[number++] = "<img src='images/4.gif'>"
image[number++] = "<img src='images/5.gif'>"
image[number++] = "<img src='images/6.gif'>"
image[number++] = "<img src='images/7.gif'>"
image[number++] = "<img src='images/8.gif'>"
image[number++] = "<img src='images/9.png'>"
increment = Math.floor(Math.random() * number);
//-->
</script>
<script language="JavaScript">
document.write(image[increment]);
</script>
<!--immi-->
</td>
</tr>
</table>
<!-- Benv1 -->
<!-- INCLUDE forumlist_body.html -->
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="talt"><div align="center" class="genmed">
<!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}"><strong>{L_DELETE_COOKIES}</strong></a><!-- ENDIF --><!-- IF not S_IS_BOT and U_TEAM --> | <!-- ENDIF --><!-- IF U_TEAM --><a href="{U_TEAM}"><strong>{L_THE_TEAM}</strong></a><!-- ENDIF --><!-- IF not S_IS_BOT and U_MARK_FORUMS --> | <a class="nav" href="{U_MARK_FORUMS}"><strong>{L_MARK_FORUMS_READ}</strong></a><!-- ENDIF --><!-- IF S_DISPLAY_SEARCH --> | <a href="{U_SEARCH_UNANSWERED}"><strong>{L_SEARCH_UNANSWERED}</strong></a><!-- ENDIF --><!-- IF not S_IS_BOT and S_DISPLAY_MEMBERLIST --> | <a href="{U_MEMBERLIST}"><strong>{L_MEMBERLIST}</strong></a><!-- ENDIF --></div></td></tr></table>
<br clear="all" />
<!-- INCLUDE breadcrumbs.html -->
<!-- IF S_DISPLAY_ONLINE_LIST -->
<br clear="all" />
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" colspan="2"><!-- IF U_VIEWONLINE --><h4><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h4><!-- ELSE --><h4>{L_WHO_IS_ONLINE}</h4><!-- ENDIF --></td>
</tr>
<tr>
<!-- IF LEGEND -->
<td class="row1" rowspan="2" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
<!-- ELSE -->
<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
<!-- ENDIF -->
<td class="row1" width="100%"><span class="genmed">{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /><br />{LOGGED_IN_USER_LIST}</span></td>
</tr>
<!-- Utenti attivi nelle ultime 24 ore -->
<!-- IF not S_IS_BOT -->
<tr>
<td class="row1">{USERS_24HOUR_TOTAL}: <!-- BEGIN lastvisit -->{lastvisit.USERNAME_FULL}<!-- IF not lastvisit.S_LAST_ROW -->, <!-- ENDIF --><!-- END lastvisit --></td>
</tr>
<!-- ENDIF -->
<!-- Fine Utenti attivi nelle ultime 24 ore -->
<!-- IF LEGEND -->
<tr>
<td class="row1" colspan="2" ><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td>
</tr>
<!-- ENDIF -->
</table>
<!-- ENDIF -->
<!-- IF S_DISPLAY_BIRTHDAY_LIST -->
<br clear="all" />
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" colspan="2"><h4>{L_BIRTHDAYS}</h4></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_BIRTHDAYS}" /></td>
<td class="row1" width="100%"><p class="genmed"><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <b>{BIRTHDAY_LIST}</b><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p></td>
</tr>
</table>
<!-- ENDIF -->
<br clear="all" />
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" colspan="2"><h4>{L_STATISTICS}</h4></td>
</tr>
<tr>
<td class="row1"><img src="{T_THEME_PATH}/images/statistics.gif" alt="{L_STATISTICS}" /></td>
<td class="row1" width="100%" valign="middle"><p class="genmed">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}</p></td>
</tr>
</table>
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
<br clear="all" />
<form method="post" action="{S_LOGIN_ACTION}">
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></td>
</tr>
<tr>
<td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" /> <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" /> <!-- IF S_AUTOLOGIN_ENABLED --> <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF --> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
{S_LOGIN_REDIRECT}
{S_FORM_TOKEN}
</form>
<!-- ENDIF -->
<br clear="all" />
<table class="legend">
<tr>
<td width="20" align="center">{FORUM_NEW_IMG}</td>
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td> </td>
<td width="20" align="center">{FORUM_IMG}</td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td> </td>
<td width="20" align="center">{FORUM_LOCKED_IMG}</td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
</table>
<!-- INCLUDE overall_footer.html -->
- Micogian
- 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: Visualizzazione centrata
E' come cercare un ago nel pagliaio.
Il problema è nell'index ?
Potresti provare a togliere per un momento la riga
Così vedi se il problema è in index_body o in forumlist_body.
Dopo di chè è più facile controllare il file sorgente.
Copia in locale la pagina come file html e controlla quella.
Il problema è nell'index ?
Potresti provare a togliere per un momento la riga
Codice: Seleziona tutto
<!-- INCLUDE forumlist_body.html -->
Dopo di chè è più facile controllare il file sorgente.
Copia in locale la pagina come file html e controlla quella.
- Barrnet
- 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: Visualizzazione centrata
Per i prossimi "esperimenti" ti consiglio di duplicare lo stile e lavorare sul duplicato non predefinito, cosi i tuoi utenti riescono a leggere il forum anche se stai lavorando sullo stile
.

Prima di installare una mod pensa...

Regolamento ~ Guida al ripristino integrale FTP ~ Guida al backup
Videogame Zone! ~ Phpbb-Store

Regolamento ~ Guida al ripristino integrale FTP ~ Guida al backup
Videogame Zone! ~ Phpbb-Store
- Carlo
- 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: Visualizzazione centrata
E poi dai anche un occhio qui. 

- Haku
- Utente
- Messaggi: 2529
- Iscritto il: 22/09/2009, 22:36
- Sesso: Maschio
- Versione: 3.0.9
- Server: UNIX/Linux
- Contatta:
Re: Visualizzazione centrata
@bingo: fatto.
Ho eliminato il <!-- INCLUDE forumlist_body.html --> ma l'indice me lo da sempre centrato etc...
L'errore quindi dove può essere?
@Carlo: sto guardando,molto utile,ma che file devo aprire?Anche perchè penso non sia in ordine di righe...
Ho eliminato il <!-- INCLUDE forumlist_body.html --> ma l'indice me lo da sempre centrato etc...
L'errore quindi dove può essere?
@Carlo: sto guardando,molto utile,ma che file devo aprire?Anche perchè penso non sia in ordine di righe...
- Haku
- Utente
- Messaggi: 2529
- Iscritto il: 22/09/2009, 22:36
- Sesso: Maschio
- Versione: 3.0.9
- Server: UNIX/Linux
- Contatta:
Re: Visualizzazione centrata
Scusate il doppio post,ma sono riuscito a risolvere! Evvaiiiiiiiiii XD
Il problema stava nell'index,principalmente nella zona Bacheca.
C'erano dei center mancanti,e uno aperto e non chiuso...strano però...vabbè,grazie ai vostri preziosi consigli
Ora,per gli altri errori indicati,come faccio a vedere la linea giusta?
Il problema stava nell'index,principalmente nella zona Bacheca.
C'erano dei center mancanti,e uno aperto e non chiuso...strano però...vabbè,grazie ai vostri preziosi consigli

Ora,per gli altri errori indicati,come faccio a vedere la linea giusta?
Chi c’è in linea
Visitano il forum: Nessuno e 35 ospiti