Gossamer Forum
Home : Products : Links 2.0 : Customization :

What Did I do :(

Quote Reply
What Did I do :(
Ok .. I'm new at all this CGI stuff. Links has given me a pretty good crash course.

But I did something wrong.

My NEW tags show up on the catagories ... but not on the links. What did I do and how can I fix it.

Thanks
CarPay DM

Quote Reply
Re: What Did I do :( In reply to
Hi there,

If you are using templates, which i presume you are you will have to add the <%if isNew%><%endif%> tags in the link.html template where you would like this to appear.

I advise using the advanced template support mod available in the resources centre, this makes life much easier when playing with templates. and only takes a few minutes to install. and will subsiquently save you hours.

Regards

MDJ1
http://www.isee-multimedia.co.uk
Quote Reply
Re: What Did I do :( In reply to
This is my links.html

<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%>
<%new_img%>
<%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> - <a href="http://soundresource.net/cgi-bin/links/reviewit.pl?do=new&id=<%ID%>">Review It!</a></small>

</ul>

Everything is the same as the orginal temp, except the Review it and 3 level new graphics.

I'll check out the advanced temp mod that you typed abouted. I sure hope that helps.

Seize The Net