Hi All, I've rethemed the image gallery module as described here http://drupal.org/node/41259 and it all works quite nicely many thanks to those contributers! (you can see my WIP at http://www.cust-art.com/gallery)
Now my question is I want to create a direct link to adding an image with a specific taxonomy already selected. (i.e. so that it goes to the create new image screen with a specific category selected for the vocabulary Image Galleries)
To explain further what I mean you can goto
http://www.cust-art.com/image/tid/17
(I've created a user which can see the admin controls but doesnt actually have editing access - username:testadmin, password:potato)
and under each gallery you will see an [add image] link (if you are logged in as testadmin). Currently I have these links as going to node/add/image?Image+Galleries=$gallery->tid
but it doesnt work (i wasnt surprised! it was just a shot in the dark.)
Does anyone have any idea how I can set the links so that they work?
cheers
Comments
Module?
I created a custom multi-picture upload form in my own module that mimics the image upload form and processing. May be of use, not sure.
inside hook_menu...
custom module functions
Hmmm, looks useful... though
Hmmm, looks useful... though I don't think I can really use this to solve my problem.... but maybe for something else! Thanks anyways! :P
Hi Boat daddy, now I need
Hi Boat daddy, now I need the exact same functionality that you have there! Uploading multiple images at once. I copied pasted your code into a module and uploaded, but I cannot see anything anywhere!? What am i doing wrong? or exactly what do i have to do with your code?