Right now I'm testing on my local server, and basically, the URL below is where I would like the entire web site to stay centered around:
http://localhost/coppermine/displayimage.php?album=1&pos=0
I want this to be the front page of the site, and the pos value to be random. Let the user vote on it, and immediately after voting, it takes them to another random picture to vote on. Any ideas of what code I can put into my theme to give it that kind of functionality? Thanks!
I'm thinking of renaming displayimage.php to index.php and have it detect if album and pos are set in the url, if not then it will automatically set album to 1 and pos to random.