Typ Deines phpBB Forums: Standard phpBB3
MODs installiert: Nein
Dein Wissensstand: Grundwissen
Link zu Deinem Forum: http://www.kljb-holzheim.de/forum
PHP Version: 3.0.4
MySQL Version: MySQL 5.0.67
Was hast Du gemacht, bevor das Problem aufgetreten ist?
Diverse Einstellungen, aber eigentlich nichts was mit der portal_body zu tun haben könnte
Was hast Du bereits versucht um das Problem zu lösen?
Hier im Forum gesucht, die portal_body gecheckt, kann nichts finden was den Fehler verursacht
Fehlerbeschreibung und Nachricht
Hi zusammen,
ich hab da noch ein kleines Problem: Beim Gastzugang im Portal sind die rechten Blöcke nicht rechts, sondern in der Mitte unter den mittleren (einfach kurz aufs Portal gehen und ihr seht was ich meine). Sobald ich mich einlogge sind sie aber da wo sie hingehören, sprich alles passt.
Das Problem hab ich auch nur bei subsilver2, prosilver funktioniert ohne Probleme.
Hier mal meine portal_body.html aus dem subsilver2, vielleicht sieht jemand von euch was nicht passt:
Code: Select all
<!-- DEFINE $S_IN_PORTAL = 1 -->
<!-- INCLUDE overall_header.html -->
<!-- INCLUDE portal/_block_config.html -->
<!--version $Id: portal_body.html 487 2009-03-23 17:45:47Z kevin74 $ //-->
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr>
<!-- [+] left block area -->
<td width="{PORTAL_LEFT_COLUMN}px" valign="top" style="padding-right:6px;">
<!-- IF S_DISPLAY_MAINMENU -->
<!-- INCLUDE portal/block/main_menu.html -->
<!-- ENDIF -->
<!-- IF S_STYLE_OPTIONS and S_DISPLAY_CHANGE_STYLE -->
<!-- INCLUDE portal/block/change_style.html -->
<!-- ENDIF -->
<!-- INCLUDE portal/block/additional_blocks_left.html -->
<!-- IF S_DISPLAY_BIRTHDAY_LIST -->
<!-- INCLUDE portal/block/birthday_list.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_CLOCK -->
<!-- INCLUDE portal/block/clock.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_PORTALSEARCH and S_DISPLAY_SEARCH -->
<!-- INCLUDE portal/block/search.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_RANDOM_MEMBER -->
<!-- INCLUDE portal/block/random_member.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_ATTACHMENTS -->
<!-- INCLUDE portal/block/attachments.html -->
<!-- ENDIF -->
<!-- IF S_CUSTOM_SMALL -->
<!-- INCLUDE portal/block/custom_small.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_TOP_POSTERS -->
<!-- INCLUDE portal/block/top_poster.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_LATEST_MEMBERS -->
<!-- INCLUDE portal/block/latest_members.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_LINK_US -->
<!-- INCLUDE portal/block/link_us.html -->
<!-- ENDIF -->
</td>
<!-- [-] left block area -->
<td style="width:4px;" valign="top"></td>
<!-- [+] center block area -->
<td valign="top">
<!-- IF S_DISPLAY_GENERAL -->
<!-- INCLUDE portal/block/general_block.html -->
<!-- ENDIF -->
<!-- IF U_RESTORE_PERMISSIONS and S_DISPLAY_MAINMENU -->
<!-- INCLUDE portal/block/general_block.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_WELCOME -->
<!-- IF S_DISPLAY_WELCOME_GUEST and S_USER_LOGGED_IN -->
<!-- ELSE -->
<!-- INCLUDE portal/block/welcome.html -->
<!-- ENDIF -->
<!-- ENDIF -->
<!-- IF S_CUSTOM_CENTER -->
<!-- INCLUDE portal/block/custom_center.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_RECENT -->
<!-- INCLUDE portal/block/recent.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_ANNOUNCEMENTS -->
<!-- IF S_ANNOUNCE_COMPACT -->
<!-- INCLUDE portal/block/announcements_compact.html -->
<!-- ELSE -->
<!-- INCLUDE portal/block/announcements.html -->
<!-- ENDIF -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_NEWS -->
<!-- IF S_NEWS_COMPACT -->
<!-- INCLUDE portal/block/news_compact.html -->
<!-- ELSE -->
<!-- INCLUDE portal/block/news.html -->
<!-- ENDIF -->
<!-- ENDIF -->
<!-- INCLUDE portal/block/additional_blocks_center.html -->
<!-- IF S_DISPLAY_POLL -->
<!-- INCLUDE portal/block/poll.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_PORTAL_FORUM_INDEX -->
<!-- INCLUDE forumlist_body.html -->
<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>
<br clear="all" />
<!-- ENDIF -->
<!-- IF S_DISPLAY_ONLINE_PORTAL_LIST and S_DISPLAY_ONLINE_LIST -->
<!-- INCLUDE portal/block/whois_online.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_PAY_C -->
<!-- INCLUDE portal/block/donation.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_WORDGRAPH -->
<!-- INCLUDE portal/block/wordgraph.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_JUMPBOX -->
<!-- INCLUDE portal/block/jumpbox.html -->
<!-- ENDIF -->
<!-- please keep this credits visible, thank you! -->
<br />
<div class="copyright" align="center">{L_PORTAL_COPY}</div>
<br />
</td>
<!-- [-] center block area -->
<td style="width:4px;" valign="top"> </td>
<!-- [+] right block area -->
<td width="{PORTAL_RIGHT_COLUMN}px" valign="top" style="padding-left:6px;">
<!-- INCLUDE portal/block/additional_blocks_right.html -->
<!-- IF S_DISPLAY_USERMENU -->
<!-- IF not S_USER_LOGGED_IN -->
<!-- INCLUDE portal/block/login_box.html -->
<!-- ENDIF -->
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
<!-- INCLUDE portal/block/user_menu.html -->
<!-- ENDIF -->
<!-- ENDIF -->
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN and S_ZEBRA_ENABLED and S_DISPLAY_FRIENDS -->
<!-- INCLUDE portal/block/online_friends.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_ADVANCED_STAT -->
<!-- INCLUDE portal/block/statistics.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_MINICAL -->
<!-- INCLUDE portal/block/mini_calendar.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_LEADERS_EXT -->
<!-- INCLUDE portal/block/leaders_ext.html -->
<!-- ELSEIF S_DISPLAY_LEADERS -->
<!-- INCLUDE portal/block/leaders.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_LAST_BOTS and S_LAST_VISITED_BOTS -->
<!-- INCLUDE portal/block/latest_bots.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_LINKS -->
<!-- INCLUDE portal/block/links.html -->
<!-- ENDIF -->
<!-- IF S_DISPLAY_PAY_S -->
<!-- INCLUDE portal/block/donation_small.html -->
<!-- ENDIF -->
</td>
<!-- [-] right block area -->
</tr>
</table>
<!--// board3 Portal by www.board3.de //-->
<!-- INCLUDE overall_footer.html -->
Thx der Stefan[/i]