Cannot link directly to a gallery with ?theme=mytheme Cannot link directly to a gallery with ?theme=mytheme
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Cannot link directly to a gallery with ?theme=mytheme

Started by markwalton, August 16, 2005, 05:58:20 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

markwalton

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!)

Stramm

the first attribute in your link starts always with ? all following with &
so it's ?album=9&theme=mytheme

markwalton

Thank you, you saved the day and taught me something.

I feel good now, hope you do too!