Seite 1 von 1
Überbreite Threads durch Fotos
Verfasst: 06.11.2003 11:00
von Latinoportal
Ich habe in meinem Board ständig überbreite Threads.
Ursache: Eingefügte Bilder in Verbindung mit dem Template!!!
Bei "subSilver" ist es normal und mit "LastCrusade" nicht!
Aber: Die Bilder sind weniger als 600 Pixel breit!!!
Trotzdem zieht es den Thread auf schätzungsweise 1.300 bis 1.400 Pixel!
Beispiel:
http://www.latinoportal.de/phpBB2/viewtopic.php?t=270
Wer kann helfen?
Matthias
Verfasst: 06.11.2003 11:47
von Nana23
dafür gibt es nen mod
hab gerade nicht den link deshalb poste ich es mal komplett
Code: Alles auswählen
#################################################################
## Mod Title: Simple Image Resize
## Mod Version: 1.0.0 Final
## Author: likeatim < admin@essential-freebies.de > < http://www.efb.nu >
## Description:
## Orginal Code by opa@invisionpower.de
## This adds a simple Image resize code so your tables won't get screwed by oversized images.
## Works dynamically with every screen resolution.
## Uses Javascript, so resizing might not work if people have adblocker (Proxomitron etc.) installed.
## Solution: Users should then add your site to their trusted sites within the adblocker.
##
## Installation Level: Easy
## Installation Time: 1 Minute
## Files To Edit: bb.code.tpl
## Included Files: n/a
#################################################################
## Security Disclaimer: This MOD Cannot Be Posted To Or Added At Any Non-Official phpBB Sites
#################################################################
##
## Author Note:
## No Notes.
##
## the phpBB Group Reserves The Right To Remove/Edit Author Notes,
## Should It Be Warranted
##
#################################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
#################################################################
#
#-----[ OPEN ]------------------------------------------
#
templates/subsilver (or whatever you use/bbcode.tpl
#
#-----[ FIND ]------------------------------------------
#
<!-- BEGIN img --><img src="{URL}" border="0" /><!-- END img -->
#
#-----[ REPLACE WITH ]------------------------------------------
#
<!-- BEGIN img --><img src='{URL}' border='0' onload="javascript:if(this.width > screen.width-300)this.width = (screen.width-300)" onclick="javascript:window.open('{URL}','','scrollbars=1,toolbar=0,resizable=1,menubar=0,directories=0,status=0')" alt="Posted Image, might have been reduced in size. Click Image to view fullscreen." title="Posted Image, might have been reduced in size. Click Image to view fullscreen." /><!-- END img -->
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Verfasst: 06.11.2003 16:20
von Latinoportal
Nana23 hat geschrieben:dafür gibt es nen mod
hab gerade nicht den link deshalb poste ich es mal komplett
Code: Alles auswählen
#################################################################
## Mod Title: Simple Image Resize
## Mod Version: 1.0.0 Final
## Author: likeatim < admin@essential-freebies.de > < http://www.efb.nu >
## Description:
## Orginal Code by opa@invisionpower.de
## This adds a simple Image resize code so your tables won't get screwed by oversized images.
## Works dynamically with every screen resolution.
## Uses Javascript, so resizing might not work if people have adblocker (Proxomitron etc.) installed.
## Solution: Users should then add your site to their trusted sites within the adblocker.
##
## Installation Level: Easy
## Installation Time: 1 Minute
## Files To Edit: bb.code.tpl
## Included Files: n/a
#################################################################
## Security Disclaimer: This MOD Cannot Be Posted To Or Added At Any Non-Official phpBB Sites
#################################################################
##
## Author Note:
## No Notes.
##
## the phpBB Group Reserves The Right To Remove/Edit Author Notes,
## Should It Be Warranted
##
#################################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
#################################################################
#
#-----[ OPEN ]------------------------------------------
#
templates/subsilver (or whatever you use/bbcode.tpl
#
#-----[ FIND ]------------------------------------------
#
<!-- BEGIN img --><img src="{URL}" border="0" /><!-- END img -->
#
#-----[ REPLACE WITH ]------------------------------------------
#
<!-- BEGIN img --><img src='{URL}' border='0' onload="javascript:if(this.width > screen.width-300)this.width = (screen.width-300)" onclick="javascript:window.open('{URL}','','scrollbars=1,toolbar=0,resizable=1,menubar=0,directories=0,status=0')" alt="Posted Image, might have been reduced in size. Click Image to view fullscreen." title="Posted Image, might have been reduced in size. Click Image to view fullscreen." /><!-- END img -->
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Ich habe den Mod in meinem testforum eingebaut, dennoch funktioniert es nicht richtig ...
Siehe hier:
http://www.salsa-welt.de/test/phpBB2/viewtopic.php?t=3
Matthias
Verfasst: 06.11.2003 16:44
von Leuchte
Verfasst: 06.11.2003 17:13
von Latinoportal
#
Leider ist bei LastCrusade die zu ändernde Datei anders aufgebaut.
Teile sind zu finden, andere widerrum nicht ...
Ich glaube das geht nur bei subSilver ...
Matthias
Verfasst: 06.11.2003 18:13
von Leuchte
nein das geht mit jedem.. du machst doch nur eine neue tabelle... verlink mal deine viewtopic_body.tpl
Verfasst: 07.11.2003 00:13
von Latinoportal
Leuchte hat geschrieben:nein das geht mit jedem.. du machst doch nur eine neue tabelle... verlink mal deine viewtopic_body.tpl
Hier ist sie:
Code gelöscht!!!
Verfasst: 07.11.2003 12:05
von Leuchte
verlink mal deine viewtopic_body.tpl

einen Link zu der datei geben
KB:Knigge (Thema Code posten!)
Verfasst: 07.11.2003 13:13
von Acid