• I have image broswer installed. I’d like to have text wrap around the image. How do I do that? I’ve read other threads and don’t understand.

    Also, I read mention of Exhibit plugin for image use. Would that replace Image Browser? Is it more suited to text wrap?

    thanks for any feedback.
    David

Viewing 3 replies - 1 through 3 (of 3 total)
  • I would suggest that you give a try to WYSI-Wordpress, which is a WYSIWYG text editor allowing you to upload images, manage them and put floating images inside your posts. If you are okay with a non-WordPress PHP classes, try phpThumb(), at https://phpthumb.sourceforge.net/, which uses separate calls from IMG tags – something like < img src=”phpthumb.php?src = image & effects=parameters” > The advantages of phpThumb is that it is separate image managing software, makes thumbs of images on local and even remote servers, caches them and applies huge range of effects (watermark image or text, rotating, shadows, blur, alpha, levels, gamma, etc.) To simplify usage of phpThumbs you might want to edit quicktags.js in wp-admin dir so your img quicktag create phpThumb() calls rather than standard img tags. On my blog I use WYSI-Wordpress which disables quicktags, so I edited the bbcode plugin so I use [url] tags instead (and with BBCode Firefox plugin, adding phpThumb calls is a 5-seconds effort).

    Thread Starter dtclarinet

    (@dtclarinet)

    Thanks, I’ll give both a try, but I’ll start with just wysi-wp. It sounds like it will solve many little hassles with posts!!!

    RaynerApe, how did you edit your img quicktag? can you give an example?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image Browser and Exhibit’ is closed to new replies.