Search…

X3 Photo Gallery Support Forums

Search…
 
booyaka
Topic Author
Posts: 1
Joined: 07 Aug 2007, 06:51

add parameters to link2clickdata

07 Aug 2007, 07:01

Hi;
i have a menu that i configured to be in white; no problem; but by the moment i try to add parameters to the url (in the link2clickdata variable), the menu gets in black, and the links are in black too (i can't see tem, but the buttons are well activated and work).

After a few tests, i can say the problem occur when i define the value of the variable:

link2clickdata = index.php?contentFolder => no problem, the menu is well displayed

link2clickdata = index.php?contentFolder=mycontentfolder => The menu gets in black;

Does anybody have an idea?

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

13 Sep 2007, 03:17

The problem is that the system thinks you are defining new variables with your parameters. Use "doube quotes" to contain your links. Like this:
Code
link2clickdata = "index.php?contentFolder=mycontentfolder"