Search…

X3 Photo Gallery Support Forums

Search…
 
fotografie
Topic Author
Posts: 17
Joined: 21 Apr 2009, 12:31

internal link

24 Apr 2009, 12:21

Maybe this topic is in the wrong forum, I don't know??

I have a startpage as filemod, with the parameters click=togglefullscreen

Now I want to go directly to a specific folder by clicking. The path is root/flash/content/folder/
What parameter do I have to set (click=??), and what is the path?

Thanks for help.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

25 Apr 2009, 01:16

You mean you want to change it from togglefullscren to go directly to a folder or image? Try setting:
Code
click=#/content/folder/
You always link relative to the imagevue location, without including "root/flash/".
 
fotografie
Topic Author
Posts: 17
Joined: 21 Apr 2009, 12:31

26 Apr 2009, 11:03

No, I want both: By clicking on a picture toggle to fullscreen and go to a specific folder!
Could this be correct:
click=togglefullscreen&click_#/content/folder/
???