rifanece / timthumb

Automatically exported from code.google.com/p/timthumb
0 stars 0 forks source link

Post new image #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What is the expected output? What do you see instead?

To post new image and the image to be shown on the frontpage as a slide 
show. Only x mark appears on a slide show. Other images are shown like 
images/main01.jpg on post page. I can't figure out where these images come 
from.  How do I add new image?

What version of the product are you using? On what operating system?

Wordpress 2.9.1

Please provide any additional information below.

Here is what i have now.

$src = get_request("src", "");
if($src == "" || strlen($src) <= 3) {
    displayError("no image specified");
}

// clean params before use
$src = cleanSource($src);
// last modified time (for caching)
$lastModified = filemtime($src);

Original issue reported on code.google.com by mami...@gmail.com on 22 Feb 2010 at 4:11

GoogleCodeExporter commented 8 years ago
This sounds like a WordPress issue. Please feel free to resubmit the bug if you 
find something specific to TimThumb

Original comment by BinaryMoon on 29 Aug 2010 at 9:54