Seite 1 von 1
Scrollbalken erscheint auch vertikal!?
Verfasst: 27.05.2003 18:29
von TCAM
Ab und zu erscheint bei meinem Forum:
http://simulationcity.de/forum/viewtopic.php?t=2 auch ein vertikaler Scrollbalken.
Obwohl in dem Thread weder großer Bilder oder sonstiges sind.
Mein Bruder meint das irgendeins der Forenbilder Probleme machen würde er weiss aber nicht mehr welches (es können aber nur die Buttons in Beiträgen in Frage kommen da bei der Thread- und Forenübersicht das Problem nicht auftritt).
Wie kann ich dem Problem beikommen?
Verfasst: 27.05.2003 18:36
von Leuchte
ich seh da nix
ansonsten probier mal das
[quote]########################################################
## Mod Title: Table Widths With Images In Posts
## Mod Version: 1.0.0
## Author: AJ Quick, (http://www.ajquick.com/)
##
## Description:
## This mod will fix the problem of table stretching when
## an image is posted. It was designed for PHPBB 2.0+
##
## Installation Level: Easy
## Installation Time: 1-2 Minutes
## Files To Edit: 1
## /templates/SubSilver/Viewtopic_body.tpl
##
########################################################
#
#-----[ OPEN ]------------------------------------------
#
templates/SubSilver/Viewtopic_body.tpl
#
#-----[ FIND: ]------------------------------------------
#
<tr>
<td width="100%"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
<td valign="top" align="right" nowrap="nowrap">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td>
</tr>
#
#-----[ BEFORE ADD: ]------------------------------------------
#
<tr>
<td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
#
#-----[ AFTER THAT FIRST PART ADD: ]------------------------------------------
#
</table>
</td>
</tr>
# That's It!
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM[/quote]
Verfasst: 27.05.2003 20:55
von flanders
also ich kann da auch nix erkennen. hast du den mod schon eingebaut??