Thread Starter
gilek7
(@gilek7)
Update:I tried reinstalling TDO mini form,and just adding the I agree box to the default form, same problem.
Thread Starter
gilek7
(@gilek7)
I digged in the code and think I understand but would extremely appreciate if someone would confirm whether I am right:
as said wp_get_attachment_image is called by the_post_thumbnail. So in 2.9 the Post Thumbnail is designed to be an attachment = a file in the uploads folder. That means NOT an offsite URL. The only obvious way to get it to use an offsite URL is to use the hooks begin_fetch_post_thumbnail_html and end_fetch_post_thumbnail_html and make some Plugin have an URL masquerade as an attachment, which might easily break at the next wp upgrade…
PLEASE!