31.01.2015, 10:46
(Dieser Beitrag wurde zuletzt bearbeitet: 07.05.2017, 09:06 von MyBB.de Bot.)
Eine neue Erweiterung wurde veröffentlicht: Resize Images
Zitat:Beschreibung:
Skaliert bzw. verkleinert eingebettete, große Bilder und Anhänge damit Foren mit fester Breite nicht "gesprengt" werden.
(ähnlich dem 1.6er Plugin "fit-on-page" von -G33K-)
Features:
- Einstellungen für max. Breite, max. Höhe und die Colorbox können über das ACP vorgenommen werden.
- Die Skalierung wird mittels jQuery auf der Clientseite vorgenommen.
- Funktioniert auf allen Seiten des Forums
- Verkleinert nur Bilder in Beiträgen und keine Bilder im header oder ähnlichem
- Signaturen können explizit von der Verkleinerung ausgenommen werden
- ebenso Signaturen in Privaten Nachrichten
- Fügt einen separaten img_noresize MyCode hinzu, mit dessen Hilfe die automatische Skalierung deaktiviert werden kann
- Bilder in Originalgröße können entweder direkt im Beitrag oder wahlweise mittels Colorbox (modal Fenster) geöffnet werden
- Das Layout der Infoleiste kann mittels resize.css angepasst werden. Die resize.css wird durch das Plugin automatisch in jedem verwendeten Theme installiert.
- Beinhaltet die Sprachdateien für deutsch_du, deutsch_sie und english (inkl. ACP-Sprache)
Wenn ein Spoiler Code auf Basis von jQuery verwendet wird, kann die Funktion spoiler_res() an entsprechender Stelle eingesetzt werden. Damit werden auch die Bilder innerhalb des Spoilers verkleinert.
Update von Version 1.0 auf 1.1:
- deaktiviere und deinstalliere das Plugin im ACP
- entpacke das neue Plugin und lade alle Ordner des Plugins in das root-Verzeichnis des Forums
- Aktiviere & installiere das Plugin im ACP
- Passe die Einstellungen für das Plugin an
Installation:
- entpacke das Plugin und lade alle Ordner des Plugins in das root-Verzeichnis des Forums
- Aktiviere & installiere das Plugin im ACP
- Passe die Einstellungen für das Plugin an
Description:
Scales down or resizes large embeded images to avoid the page running over at forums with fixed width. ACP-settings are available in English language.
(Plugin similar to 1.6 plugin "fit-on-page" by -G33K-)
Features:
- Settings for max. width, max. height and the colorbox can be customized via ACP.
- Scaling is done on client side through jQuery
- Works in all pages of your forum
- Resizes only those images in posts and not the headers and other images
- separate settings for signatures in general and signatures in private messages
- Automatically adds a img_noresize mycode which can be used to post images that you do not want to scale
- original sized images can be opend in the posts or alternatively via colorbox (modal window)
- layout of info bar can be modified via resize.css which will be created in your theme by the plugin
- includes german and english language packages (also for the ACP)
If you are using a jquery spoiler put the jQuery function spoiler_res() to enable image resizing inside the spoiler as well
update from version 1.0 to 1.1:
- deactivate and uninstall the plugin in the Admin Panel
- unzip the new plugin and upload all folders into your root folder of your forum
- Activate the plugin from the Admin Panel, Plugin section
- Setup options from settings page.
Install:
- unzip the plugin file an upload all folders into your root folder of your forum
- Activate the plugin from the Admin Panel, Plugin section
- Setup options from settings page.
changelog 1.0 -> 1.1
- setting for resize of signatures added
- separate setting for resize of signatures in PMs added
- modified resize.css to show correct align-features
- id tags changed to be dynamic