Hallo alle !
Teste (XAMPP Installation) CMS MS in der Version 1.2.5 und bisher gefällt mir alles sehr gut. Habe bisher Joomla benutzt und möchte gerne umsteigen.
Bei dem Album Modul in der Version 0.9.3 komme ich nun nicht weiter, ich möchte größere Thumbnails erzeugen als die voreingestellten mit etwa 72px. Habe hier im Forum schon einige (ältere) Threads zu diesem Thema gefunden und bin den Lösungsvorschlägen gefolgt..... leider ohne Erfolg. Manche Schritte kann ich auch nicht sicher nachvollziehen, da ich evtl. nicht die richtigen Dateien finde.... oder es ist ein Problem der neueren Version ?
Für ein paar Tips wäre ich dankbar !
Gruß
Christoph
Thumbnail-Größe in Album 0.9.3
Re: Thumbnail-Größe in Album 0.9.3
So viel hat sich in der neueren Version nicht geändert.
Welche Schritte hast Du denn bisher unternommen?
Welche Schritte hast Du denn bisher unternommen?
Re: Thumbnail-Größe in Album 0.9.3
Hallo !
Das hab ich bisher gemacht:
das auch
das konnte ich nicht nachvollziehen
http://forum.cmsmadesimple.org/index.ph ... 626.0.html
http://forum.cmsmadesimple.org/index.ph ... .0.html%22
http://forum.cmsmadesimple.org/index.ph ... #msg104884
allerdings hat bisher nix geholfen.....
Gruß
Christoph
Das hab ich bisher gemacht:
the album module uses the thumbnail generator of the imagemanager. The thumbnail size is set in the image manager's config.inc.php:
Code:
/*
Thumbnail dimensions.
*/
$IMConfig['thumbnail_width'] = 150;
$IMConfig['thumbnail_height'] = 150;
The file is located in
yourcmsdirectory/lib/filemanager/ImageManager/
das auch
wobei bei mir die Zeile width:96px fehlte ?!?!You also do need to modify the stylesheet to get the thumbnails the size you like. I simply uncommented the width and height eg
Code:
.thumb a
{
display:block;
/* height:72px; */
/* width:96px; */
das konnte ich nicht nachvollziehen
Das habe ich gelesen:Bigger thumbnails solved: The variable "autothumbnailsize" in Thickbox-with-next-prev-links was responsible for this effect. Commented it out, had bigger thumbs.
http://forum.cmsmadesimple.org/index.ph ... 626.0.html
http://forum.cmsmadesimple.org/index.ph ... .0.html%22
http://forum.cmsmadesimple.org/index.ph ... #msg104884
allerdings hat bisher nix geholfen.....
Gruß
Christoph
Re: Thumbnail-Größe in Album 0.9.3
Hast Du auch schonmal hier nachgeschaut?
http://forum.cmsmadesimple.org/index.ph ... 626.0.html
http://forum.cmsmadesimple.org/index.ph ... 732.0.html
http://forum.cmsmadesimple.org/index.ph ... 626.0.html
http://forum.cmsmadesimple.org/index.ph ... 732.0.html