Hi
I have been able to do a direct link the list of a user's galleries and specify a theme like this:
http://www.mysite.com/memberstuff/gallery/index.php?cat=10002?theme=mytheme
but I can't seem to link directly to a user's gallery using a similar method
http://www.mysite.com/memberstuff/gallery/thumbnails.php?album=9?theme=mytheme
this just produces an error. (The selected album/file does not exist !)
I can't figure out how to make this work - is it possible?
(note the above links aren't real, they were intended as examples... don't try to follow those links!)
the first attribute in your link starts always with ? all following with &
so it's ?album=9&theme=mytheme
Thank you, you saved the day and taught me something.
I feel good now, hope you do too!