#1 (permalink)  
Old 06-04-2008, 06:53 PM
Junior Member
 
Join Date: Jun 2008
Posts: 3
Default Adding a link to a thumbnail

I want to click on a thumbnail and go to a different page on the website. How do I add the link tag to the thumbnail?
Jim
Reply With Quote
  #2 (permalink)  
Old 06-11-2008, 06:40 AM
Super Moderator
 
Join Date: May 2008
Posts: 560
Send a message via Skype™ to Adrian
Default

Hi,
Please, in the future, check the help file before posting a question. You have the solution there:

Code:
1. Setting the menu to open url

In the xml file set the behaviour to "1". Then on each item put the url string in the "data" attribute, and the target window string in the "param" attribute. 

<behaviour value="1" />
...
<item label="Item label" data="http://google.ro/" param="_blank" />
Reply With Quote
  #3 (permalink)  
Old 08-13-2008, 08:18 PM
Junior Member
 
Join Date: Jun 2008
Posts: 8
Default

doesn't seem to be that easy to link these thumbnails.

im having difficulties where in the xml i can set the behaviors?

if this is my xml:

Quote:
<scroller>
<item image="thumbs/12.jpg" label="Those are filled with wine" data="12" />
<item image="thumbs/13.jpg" label="Rusty old thing" data="13" />
<item image="thumbs/1.jpg" label="Summer at the lake" data="1" />
<item image="thumbs/2.jpg" label="Winter road trip" data="2" />
<item image="thumbs/3.jpg" label="Like to play this game alot" data="3" />
<item image="thumbs/4.jpg" label="Pine from my backyard " data="4" />
<item image="thumbs/8.jpg" label="Beautyful lake at my granparents" data="8" />
<item image="thumbs/9.jpg" label="Walk in the park" data="9" />
<item image="thumbs/10.jpg" label="Firetruck" data="10" />
<item image="thumbs/11.jpg" label="Old tree from my aunt's backyard" data="11" />
<item image="thumbs/12.jpg" label="Those are filled with wine" data="12" />
</scroller>
how do i add a link?
Reply With Quote
  #4 (permalink)  
Old 08-13-2008, 09:04 PM
Junior Member
 
Join Date: Jun 2008
Posts: 8
Default

this post was in a completely wrong topic.

ignore it, i found my answer.

good support when you find what you're looking for.

ever thought of alphabetizing your topics?

just a thought,

thanks,

jh.
Reply With Quote
Reply

Tags
adding links, href, links

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.