Page 1 of 1

add parameters to link2clickdata

Posted: 07 Aug 2007, 07:01
by booyaka
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

Posted: 13 Sep 2007, 03:17
by mjau-mjau
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"