General
Image Gallery
Started October 24, 2010 by Miguel Junior Moreira da Silva
The photo gallery was not installed on the page-pixel's orders. Php and do not know how. The images serve to qunado the user does not have an image they choose a GALLERY.
3 replies
Are you saying you want users to be able to pick from a list of images instead of uploading one? I think you would have to edit the upload form to accomplish this.
... but for an unexperienced code programmer like me it is a loooot heavy... :(order_pixels.php code is almost all designed to get an uploaded file, put it on tmp directory of server (hidden), then bring it from there to a temporary (no hidden) directory, and analize size, name, etc. But the origin of all is a file UPLOADED... not a reference to a URL.In addition to this, names of images are randomly generated through "md5".Implementing a gallery of pre-set images is no so easy :( . I keep going.
Oh, so you are wanting to be able to type a URL to a gallery of images? That would be a little out of the scope of this project but you can probably modify it to do that somehow or another. You likely would have to pull the page they are at, parse the images out of it and copy them to your server and process them there. Definitely not so easy.