Hi there,
I need to add an id to each link in Zen Photo.
For example, currently if i am here:
http://www.blastbeat.org/mmcs/photos/criminalrecords/and i click on the first album I need to go to something like:
http://www.blastbeat.org/mmcs/photos/criminalrecords/albumname/index.php@id=1That way i can grab the ID and make sure the links in the header still work..
Any help greatly appreciated..
Comments
Alternatively, you could add your id to every link, using the printLink function, but you'll also have to look through your theme for links that use the getXxxx() functions, and add the id manually.
Extra GET parameters (ex: albumname/index.php?id=1) will not affect zenphoto as long as they don't conflict with zenphoto's own (image, album, and page). Use them as you like!