Gossamer Forum
Home : Products : Links 2.0 : Customization :

How would I...

Quote Reply
How would I...
How would i go about displaying the url to the link underneath the link description?

Like under the (Hits: Votes: etc..)
have a (Url: http://www.url-to-link.com)

I've seen it done before on other sites, I tried searching through this forum but had no luck.

Thanks,
Jacob
Quote Reply
Re: How would I... In reply to
Hi Jacob,

If you are using Links 2.0 with templates then just edit the html add to link.html:

URL: <%URL%>

If you are using site_html.pl just add:

URL: $rec{'URL'}

to site_html_link.

Hope this helps,

Alex