Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 2:
"Link to URL" feature doesn't do anything

 

 


joelozito
User

Aug 10, 2009, 8:14 AM

Post #1 of 2 (1367 views)
Shortcut
"Link to URL" feature doesn't do anything Can't Post

Hi all,

I just recently tried to use the "Link to URL" feature in ArtMan. I'd never used it before. I uploaded an image and selected "Link to URL" and placed a URL in the input field. When I publish the article, the image isn't hyperlinked.

Since my templates were imported from AM 1.0 a while ago, and I've never used this feature, I'm assuming something's missing from my template code. Do you know what I'd need to put in there?

Thanks,
Joe


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:


Code
 <!-- 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