Skip to Content.
Sympa Menu

lyceum-users - [Lyceum-users] ixed: no thumbnail generated for uploaded image

lyceum-users AT lists.ibiblio.org

Subject: Lyceum-users mailing list

List archive

Chronological Thread  
  • From: bai.xiaoyu AT gmail.com
  • To: lyceum-users AT lists.ibiblio.org
  • Subject: [Lyceum-users] ixed: no thumbnail generated for uploaded image
  • Date: Tue, 19 Dec 2006 12:08:41 +0800

ixed: no thumbnail generated for uploaded image

chinese lyceum users please refer to this article
wordpress/lyceum中上传的照片不能声称缩略图的问题 | 日记本
http://pengyou.rijiben.org/node/956
i will post it to lyceum chinese forum, too,

this is a wp problem addressed here

i tested it on my lyceum installation and wordpress, it works.

NO THUMBNAIL ?? WordPress Support
"Hami and Chillware,

The current WP upload tool works such that it won't create thumbnails for
images above a certain size. I guess the programmers wanted to help you save
your gig space.

What you want to do is open your inline-uploading.php file.

On line 83 or so, where you see:

if ( $imagedata['width'] * $imagedata['height'] < 3 * 1024 * 1024 ) {

You can change the limitation to however large you'd like.

For example, you can change the "3 * 1024 * 1024" to something like:

100*100*100*100*100*100

I'm sure you get the point.

If that doesn't work, try installing the latest version of WP. Maybe you
might've altered code somewhere? That will help you compare your coding.

I just installed a new version of the latest Wordpress, and it worked
successfully. So it should work for you."
http://wordpress.org/support/topic/54549#post-355607


  • [Lyceum-users] ixed: no thumbnail generated for uploaded image, bai . xiaoyu, 12/18/2006

Archive powered by MHonArc 2.6.24.

Top of Page