Mark, you put manually put the file name into each custom field?
Can you help me understand how I would use a weblog for the following workflow/design?
1) batch upload photos (I am fine with FTP)
2) go through each image and put in a title and caption
Then my gallery would show thumbs (via Image Sizer) and be able to pick up the EXIF data (I can do this already).
Can you show a sample template as I don’t quite understand how you control how many images are on each thumb page. Also, how do you deal with pagination?
Thanks.
Hi Erin,
Well number one you say you are fine with so I don’t think any details need to go there. Actually the way that I do is has it all handled for me. I use a form created by Freeform which posts to a moblog creating a closed status entry in the weblog.
This achieves two things :
1 - All the text for the image item is automatically placed into the correct fields for me in the entry, and
2 - The file gets uploaded to the correct folder via Freeform for me.
So basically all the end user does is goes to a SAEF, chooses the photo they want to upload and then fills in a few fields in the form for things such as title, description, tags etc and then when the form is submitted the image is uploaded to the correct folder and all the textual data is sent off to the moblog ready for me to receive.
I then have a very very simple admin page that I have created which first of all checks the moblog for new entries and this in effect puts the information from the e-mail into a weblog entry, I can then view each of these entries on a page and view the image so I can check that the quality is good enough for inclusion to the site. Also on this page I have a couple of links whereby if I don’t like an image or don’t want it on the site for whatever reason then I can both delete the entry from here and also delete the file on the server.
Once I have approved / (disapproved / deleted) all the entries then I can go into the backend of EE and change all the closed status entries to open.
I also do this in conjunction with my Maximum Posts Reached plugin so that photographers can only upload so many images at a time so I don’t get too bogged down with entries and get confused when allowing them into the system.
As to the question about how I show images per page this is a very difficult one for me to show a template for as in the site I am creating I am using a lot of extra modules and plugins such as the Tag module and to just rip a template down to the bare essentials would unfortunately take me quite a while and at the moment I am unfortunately bogged down with work. Sufficed to say though all I am really doing in its simplest form is using a weblog tag to bring back the entries and spit out the image and title on a page. The rest is all handled with CSS. The pagination and how many images per page are just handled in the usual way using the pagination links and the limit parameter on the weblog tag.
Hope that helps a bit.
Best wishes,
Mark
[Disclaimer] - I do not believe that my method is the best by any means and it is entirely up to the individual as to which method they use but for me using the Gallery Module just doesn’t have enough power or functionality. Whilst it has some nice features such as batch upload I really do believe that using a weblog module opens you up to a whole heap of more power and functionality at your finger tips but this is as said just above totally my belief and totally down to the individual. What might be great for me, might not be great for the next person 😉