| 1 upload annoyance and 1 request
Just tested the new swf upload.. works great..
but there still is a little upload annoyance..
when i upload 2 pics.. works
i then get forwarded to the process page.. 2 images.. works
i process.. works..
but i then get an empty process page..
when i click process or skip.. it does not do anything...
I can only leave the process page by going to breadcrumbs and clicking a link..
But the 2 images have been processed fine...
-----------
Second, I know its not priority but I think we need a rewrite of filmstrip in showimage.php...
For the moment, its a performance hog for large boards..
(i do not know how photopost pro handles it..)
what vbgallery does.. (and thats the problem) it loads all the ids of a category into one huge array, then it chooses the ids before and after the image from that array..
now on a large board, if you have like 20.000 images in a category, it will do on every page a query for 20.000 images and place them in an array..
(ok the array is unset afterwards but still, i think that is not needed)
There must be another way.. using min and max for example..
(I dont really know howto.. if I would, I would have done it allready)
but maybe someone has an idea..
Luc
|