Non è un problema di phpbb3, è semplicemente HTML. Basta guardare il codice sorgente del tuo Forum.masterbiz ha scritto:Grazie , ma un blocco forum dove lo prendo ? sono un principiante del phbb3
La tabella più semplice è "Statistiche".
Questa è la parte di codice che genera la tabella "Statistiche":
Codice: Seleziona tutto
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="tl"></td>
<td class="tm"></td>
<td class="tr"></td>
</tr>
<tr>
<td class="ml"></td>
<td>
<div class="cat">
<h3>Statistiche</h3>
</div>
<div class="mainbox-content">
<p>Totale messaggi: <strong>11</strong> • Totale argomenti: <strong>11</strong> • Totale iscritti: <strong>2</strong> • Ultimo iscritto: <strong><a href="./memberlist.php?mode=viewprofile&u=54&sid=ebee5c4184e1bfdbec83b68da9d63c65" style="color: #0000FF;" class="username-coloured">angelovtl</a></strong></p>
</div>
</td> <td class="mr"></td>
</tr>
<tr>
<td class="bl"></td>
<td class="bm"></td>
<td class="br"></td>
</tr>
</table>