
Donna
Staff
/ Moderator

Aug 11, 2009, 11:53 AM
Post #2 of 2
(1354 views)
Shortcut
|
|
Re: [joelozito] "Link to URL" feature doesn't do anything
[In reply to]
|
Can't Post
|
|
Hi Joe! Without seeing your template, it's hard to say exactly what might be missing. Take a look in your common/embeddedMedia.html template, and look for something like this:
<!-- templateIf : $file.linkTo$ eq "url" --> <a href="$file.linkUrl$" [templateIf : $file.openLinkInNewWindow$ == "1" ]target="_blank"[/templateIf]> <!-- /templateIf --> This is the bit of code that adds in the link to the new URL, but it goes along with a fair amount of other code. If you'd like, try attaching your embeddedMedia.html template, and I can see what's missing. Alternately, you can grab the default embeddedMedia template from your original download and compare to see what's different between the two. :) Donna -- support@interactivetools.com
|