Hallo!
Ich habe Bilder per ftp hochgeladen, will das die Bilder in den Texten als Thumbnail angezeigt werden und dann beim Klick sich vergrössern.
habe aber das Problem das es mit kleineren Bilder funktioniert, aber bei Bilder 600x ... zeigt Imagemanager keine Thumbnails an, es wird nur der Text angezeigt
[size=18][COLOR=Black]siehe bild
[/COLOR][/SIZE]ansonsten wollte ich es mal mit IMG-Shark versuchen, hat aber nicht geklappt, blicke da bei der Anleitung auch nicht durch
ZitatAlles anzeigenUSAGE:
Insert “[i_sh:IMGSRC]” code into a body of your post. Replace “IMGSRC” with the absolute path (URL) of the image you want to grab. Example: [i_sh:http://www.example.com/image.jpg]
When IMG-Shark will find this image for the first time, it will grab it to /uploads/img-shark directory. That’s all. Also if you’ll wish you can make a thumbnail and add “alt” tag for the image.
If you would like to create a thumbnail, you can add “;t” function. In this case “IMGSRC” will looks like “IMGSRC;t”. Plugin will create a thumbnail picture with customized sizes (96*128 by default - Wordpress standard thumbnails sizes). You can change default settings in “img-shark.php” script.
If you need to create a thumbnail image with your own dimensions, just add Width and Height to “IMGSRC;t” string separated with “*” symbol. In this case grabbing instruction will looks like
“IMGSRC;tWIDTH*HEIGHT”. For example “IMGSRC;t200*300″.
Important! If you have created thumbnail image and you don’t like it’s dimensions - simply change them in your post. IMG-Shark Wordpress plugin will redraw thumbnail with new sizes.
If you want to add ”alt” (alt=”ALT_TEXT_FOR_YOUR_IMAGE” ) tag for the image, you can do it in such a way: write “IMGSRC;aALT_FOR_YOUR_IMAGE″ or “IMGSRC;t;aALT_TEXT_FOR_YOUR_IMAGE″ if you want to make an “alt” for a thumbnail.
[size=18][COLOR=Black][/COLOR][/SIZE]