• How does WordPress 1.5 handle images inserted in pages or posts by default? Does it make it so that it inserts a certain sized thumnail and when it is clicked, a larger verison pops up? Or, would that be done via a plugin. I could find no documentation on this, so I thought i’d post here.

    Thanks for the help!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • You have to use a plugin to handle images the way you want as WP does not do anything specific with images.

    Thread Starter cyberianprime

    (@cyberianprime)

    Thank you sir.

    Thread Starter cyberianprime

    (@cyberianprime)

    Anyone have any suggested plugins to do this? There are so many out there. I didn’t see any documented on WordPress as compatible or recommended.

    IImage Browser.

    That’s what i used. Works with 1.5 and its really cool. I think one of the best features is to be able to create thumbnails and folders in your admin area.

    Thread Starter cyberianprime

    (@cyberianprime)

    Thanks for that.

    I also use IImage Browser. With a simple hack to quicktags.js you can activate IImage Browser by clicking the “img” button on your editing area. Here’s the hack:

    1. Find the function edInsertImage ; in my quicktags.js file it was at the very end.

    2. Comment lines 382-388 (all lines between but not including function edInsertImage(myField) { and }.

    3. Add this line before the trailing brace in line 389:
    window.open("iimage-browser.php","IImage_Browser",
    "toolbar=no, scrollbars=yes, resizable=no, width=700, height=600")

    4. Save the new quicktags.js file.

    Now the “img” button in quicktags will invoke IImage Browser.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Images and v1.5’ is closed to new replies.