Was ist die Mitte des Forums!
Verfasst: 18.03.2008 11:10
Also ein Forum hat ein ja ein header und footer ne? Und was ist die mitte? Wie heißt sie im FTP???
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Nicht FTP , wohl eher PHP . Das ist der Foren-Index , oder ?coril hat geschrieben:Also ein Forum hat ein ja ein header und footer ne? Und was ist die mitte? Wie heißt sie im FTP???
Habe ich schon nach geguckt!derkubi hat geschrieben:Ich denke , die Sachen wirst Du wohl in index.php und index_body.php oder ähnlich finden .
Code: Alles auswählen
<table cellspacing="3" border="0" align="center" cellpadding="0">
<tr>
<td width="32" align="center"><img src="templates/Habbostyle/images/folder_new_big.gif" alt="{L_NEW_POSTS}"/></td>
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td> </td>
<td width="32" align="center"><img src="templates/Habbostyle/images/folder_big.gif" alt="{L_NO_NEW_POSTS}" /></td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td> </td>
<td width="32" align="center"><img src="templates/Habbostyle/images/folder_locked_big.gif" alt="{L_FORUM_LOCKED}" /></td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
</table>
Code: Alles auswählen
<table cellspacing="3" border="0" align="center" cellpadding="0">
<tr>
<td align="center"><img src="templates/Habbostyle/images/folder_new_big.gif" width="32" height="32" alt="{L_NEW_POSTS}"/></td>
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td> </td>
<td align="center"><img src="templates/Habbostyle/images/folder_big.gif" width="32" height="32" alt="{L_NO_NEW_POSTS}" /></td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td> </td>
<td align="center"><img src="templates/Habbostyle/images/folder_locked_big.gif" width="32" height="32" alt="{L_FORUM_LOCKED}" /></td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
</table>