Hi!
I’ve been trying to renovated my website for ages now, I’ve looked into EE then I started dabbling with Code Igniter(which is great btw, but it’s too much work to do from scratch) and now I’m looking into EE again. I have two problems with the script, one is the apparent lack of a good way to handle multiple image uploads to the galleries and the other is related to the members who upload the photos.
My questions are:
- is it possible to send multiple files to the galleries using the moblog module, ie, sending multiple files in the same email? how would that look on the moblog template?
- in certain pages I need to filter the entries shown by photographer, the photographer always being the person who uploaded the photo, since i can’t see the database structure, could you tell me if there is a field in the gallery table for the member who uploaded the photo? If there is I was considering using the query module to retrieve all the entry ids for the wanted filtering and then pass those to the gallery entries tag so that i can take advantage of the built in table structure and pagination. What do you think?
I’ll probably have more questions in the next couple of days, but these are the ones I really need to know at the moment.
Thank you!