i did the changes manually in the uploads.js
reply here if you need more instructions on how to set your default selections.
got it to work!
line 44 in post-thumb.php:
change:
src="https
to:
src=[\'\"]https
Aleks
i’d love to do that as well …
i wish i knew how to write plugins ;(
since switching to WP 2.2 all images are enclosed in ( ‘ ) single quotes: <img src=’imagename.jpg’> and it breaks the Post-thumb plugin since its looking for a ( ” ) double quote.
I can easily fix it in the plugin, but that means i have to go thorugh al my posts and change double quotes to single.
Is there any way to modify the post-thumb to look for both – single and double quotes? should be pretty simple i just dont know Regex that well…
Thanks,
Aleks