Home : Products : Links 2.0 : Customization :

Products: Links 2.0: Customization: Re: [world2er] Getting rid of jump.cgi altogether: Edit Log

Here is the list of edits for this post
Re: [world2er] Getting rid of jump.cgi altogether
In the template directory, find 'link.html' which looks like this:


<ul><li><a class="link" href="<%db_cgi_url%>/jump.cgi?ID=<%ID%>"><%Title%></a>

<%if Description%>
<span class="descript">- <%Description%></span>
<%endif%>

<%if isNew%>
<small><sup class="new">new</sup></small>
<%endif%>

<%if isPopular%>
<small><sup class="pop">pop</sup></small>
<%endif%>

<small class="date">(Added: <%Date%> Hits: <%Hits%> Rating: <%Rating%> Votes: <%Votes%>) <a href="<%db_cgi_url%>/rate.cgi?ID=<%ID%>">Rate It</a></small>

</ul>



Change the first line to look like this:

<ul><li><a class="link" href="<%URL%>"><%Title%></a>


Question: why does it matter to the linkee if you use jump.cgi? If you don't use it, you cannot keep stats on what sites are being visited (Cool). You could just add the <%URL%> tag to the end of the description, and the address of the site will show, non-linked.


Leonard
aka PerlFlunkie

Last edited by:

PerlFlunkie: May 9, 2003, 10:22 PM

Edit Log: