Search…

X3 Photo Gallery Support Forums

Search…
 
Bischi
Topic Author
Posts: 18
Joined: 26 Nov 2008, 08:10

Use different Themes / Backgrounds

26 Nov 2008, 09:01

hi guys,

i ´m just rebuilding my photo-website and decided to use imagevue v2.

Now i reached the point, where i want to use different backgounds for different galeries. like it seems it ´s possible to do this using different themes which can be changed with different URLs

example: sitename.com/imagevuefolder/index.php?c=gallery&theme=yourcustomtheme

Regarding to this i build up a second theme "black" for testing.. but somehow... :roll: its not working :(

can u give me a hint how to change link to bring it to work?!

http://www.spiegelschlag.de/beta/imagev ... nics/cars/

preview of hole site:

http://www.spiegelschlag.de/beta/

regards from germany
stefan
 
Bischi
Topic Author
Posts: 18
Joined: 26 Nov 2008, 08:10

26 Nov 2008, 10:43

Hmm.. i thing i am close to the solution ^^

there are two themes:

white / background: vw bus
black / background: plane

when i use this link the correct theme is opening:

white: http://www.spiegelschlag.de/beta/imagev ... cs/planes/

black: http://www.spiegelschlag.de/beta/imagev ... cs/planes/

...but in my complete layout it ´s not showing the correct backgound..

http://www.spiegelschlag.de/beta/galery ... cs/planes/ (should be the plane)

regards
bischi
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

26 Nov 2008, 21:32

Bischi wrote:...but in my complete layout it ´s not showing the correct backgound..

http://www.spiegelschlag.de/beta/galery ... cs/planes/ (should be the plane)
That's because you have created a custom HTML, even with imagevue embedded as an IFRAME. The theme parameter you are forwarding(and any other parameter), needs to be intercepted by the document and forwarded to the SWF file, like it is done in index.php.

We were thinking of in the future integrating a method for loading different background for different folders from within the gallery itself(without using separate links).
 
Bischi
Topic Author
Posts: 18
Joined: 26 Nov 2008, 08:10

27 Nov 2008, 00:17

:D Sometimes it ´s sooo easy. Thanks for your hint!

I just tried adding the parameter to the link, accessing the galery within the iframe. Not very nice... but a workaround in either case :).

regards
Stefan
 
User avatar
markam24
Experienced
Posts: 280
Joined: 10 Oct 2006, 23:05

04 Jan 2009, 17:01

mjau-mjau wrote:
Bischi wrote:...but in my complete layout it ´s not showing the correct backgound..

http://www.spiegelschlag.de/beta/galery ... cs/planes/ (should be the plane)
That's because you have created a custom HTML, even with imagevue embedded as an IFRAME. The theme parameter you are forwarding(and any other parameter), needs to be intercepted by the document and forwarded to the SWF file, like it is done in index.php.

We were thinking of in the future integrating a method for loading different background for different folders from within the gallery itself(without using separate links).
That would be a LuVely feature! I'm casting my vote for it -;)