I am using Simple Image Gallery, which will display a thumbnail gallery of all images in a folder.
It takes captions from a file labels.txt in the folder, which has the format
filename1.jpg|This is the label for the first picture
filename2.jpg|This is the label for the second picture
.
.
.
Users can upload new pictures, delete or replace existing ones from the site front end, but I dont know any way for them to edit labels.txt on the server (ie not download, edit locally, upload) apart from back end tools such as extplorer.
I guess the form should have a dropdown list of folders images/stories/*
On selecting a folder it should allow the user to edit just labels.txt in that folder.
Is it possible?
Thanks,
jb
It takes captions from a file labels.txt in the folder, which has the format
filename1.jpg|This is the label for the first picture
filename2.jpg|This is the label for the second picture
.
.
.
Users can upload new pictures, delete or replace existing ones from the site front end, but I dont know any way for them to edit labels.txt on the server (ie not download, edit locally, upload) apart from back end tools such as extplorer.
I guess the form should have a dropdown list of folders images/stories/*
On selecting a folder it should allow the user to edit just labels.txt in that folder.
Is it possible?
Thanks,
jb