Gossamer Forum
Home : Products : Links 2.0 : Customization :

New Template Code

Quote Reply
New Template Code
Is there a way to insert a tag in the link.html template file that would display the actual url in text format under each description
Quote Reply
Re: New Template Code In reply to
Just insert this <%URL%> where ever you want it to print the url. eg.listing

Gossamer Threads - You must be registered in order to post a topic or reply.
To register, click here. Registration is FREE! You must be registered in order to post a topic or reply. To register, click here. Registration is FREE!
<%URL%>

It would print the url that the person submitted where <%URL%> is.

hope that helps.