Are you sure ? I just checked the source code and it has the same ...t.jpg ?
for (int i = 1; i <= ScaleFactors.users; i++) {
System.out.println("Loading files for user " + i);
copyTo(img, imgSize, "p" + i + ".jpg");
copyTo(thumb, thumbSize, "p" + i + "t.jpg");
}
Shanti
William Sobel wrote:
The only issue I can think of is the fsloader for Rails uses the
..._thumb.jpg instead of ...t.jpg. This is needed by the attachment
foo plugin. I'll see if I can modify it to bring it back in line with
php easily.
Cheers,
- Will Sobel