Search…

X3 Photo Gallery Support Forums

Search…
 
tibbaal
Topic Author
Posts: 2
Joined: 28 May 2009, 04:09

Adding links won't work...

28 May 2009, 04:20

Hi all

Recently I wanted to remove/add a link in the sitemenu.ini. Since then, only 2 links works but the 2 others are invisible...
Check this www.thibautpetillon.com (next to "books" should also be "contact" and "all right reserved")...
Maybe I'm missing something.
Here is the content of my sitemenu.ini :

Any help is greatly apprecieted
Thanks folks


[SITEMENU]

color = FFFFFF
opacity = 37
height = 15
menumargin = 25
buttonhmargin = 10
buttonvmargin = 20
buttongap = 4
startmargin = 10
font = false
fontsize = 11
fontcolor = FFFFFF
soundfx = true
align = center
autohide = false
autohidemenutext = More
autohidemenuopacity = 18


[LINKS]

link1 = About me
link1rollover = tooltip
link1rolloverdata = <b>Click here to know more about me, news and cool links<b>
link1click = popup,1000,1000
link1clickdata = http://thibautpetillon.blogspot.com/

link2 = Books
link2rollover = tooltip
link2rolloverdata =<b>My published book>></b>
link2click = _blank
link2clickdata = http://www.blurb.com/bookstore/detail/3 ... nt=140x240

link3 = Contact
link3rollover = tooltip
link3rolloverdata = <b>tibophotography@gmail.com</b><br><br> Please click to get in touch
link3click = _self
link3clickdata = mailto:tibophotography@gmail.com

link4 = All Right Reserved 2009
link4rollover = tooltip
link4rolloverdata = <b> ©All Rights Reserved 2009</b><br><br> Thibaut Petillon<br><br> www.thibautpetillon.com<br><br> PARIS // FRANCE<br>
link4click = false
link4clickdata = html/popuptemplate.html
[/color]
tibO
 
User avatar
globetrotter
Imagevue Expert
Posts: 844
Joined: 18 Oct 2006, 13:16

28 May 2009, 05:08

You have to change your code to:
Code
link2 = Books
link2rollover = tooltip
link2rolloverdata =<b>My published book>></b>
link2click = _blank
link2clickdata = "http://www.blurb.com/bookstore/detail/300995
/?utm_source=badge&utm_medium=banner&utm_content=140x240"
between "" (parentheses?)
Rene
http://www.globetrotternet.nl/
 
tibbaal
Topic Author
Posts: 2
Joined: 28 May 2009, 04:09

28 May 2009, 05:17

YES it works.

Thanks a lot Globetrotter !
Have a nice day
tibO