Quote:
Originally Posted by cyberxxx
As d-null said. If you want to store the thumbs on your server, simple remove the comments mark "//". So your code must look like this:
Code:
// uncomment the line below to store thumbnails on your server
cseo_store_image ('thumb', $post ['post_title']);
BTW, there is a support forum launched yesterday at the official site. Feel free to post your questions there.
|
cool ill be checking it out
this may be a more general question though,its not exactly plugin related with the random time code Im pulling time as low as 02:30- which is shorter than some of the free clip! This would be a simple fix if sponsors simply put as much info as possible in their feeds i.e. full lengths, stars, tags, number of pics etc...but alas all calls that ive seen have fallen on deaf ears.
Anyways here is the php code
Code:
// fake random time from 0:20:00 to 2:00:00
$post ['custom_fields'] ['time'] = date ( 'i:s', rand ( 1200, 72000 ) );
Ive tried making the first set of numbers 72000 and second set 120000 (72000, 120000) but i still get some shorter times like 2,3, or 4 mins. I would like the time range to be at least 20 minutes or higher. Any ideas how to fix that?