samtiria / nextgen-gallery

Automatically exported from code.google.com/p/nextgen-gallery
0 stars 0 forks source link

Enhancement: Auto scan folder for new images #362

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am running a competition on my website and have people upload images to a 
specified gallery folder.  I can manually run a scan, but when I go to sleep I 
have lots of complaints that people's pictures haven't shown up in the gallery. 

I have seen lots of requests for this feature, but all requests are closed off. 
I have tried some cron tools, but I am not sure how to get it working with the 
tests I have done all being unsuccessful so far.

Any help or thoughts on this would be appreciated.

Original issue reported on code.google.com by jacly...@gmail.com on 25 Apr 2011 at 5:55

GoogleCodeExporter commented 8 years ago
the problem is the script execution time ! you can execute via a cron job a 
function from admin/functions.php but it require then a ajax routine to create 
the thumbnails

Original comment by alex.cologne on 25 Apr 2011 at 6:03