Gossamer Forum
Home : Products : Links 2.0 : Customization :

Changing links output

Quote Reply
Changing links output
Hi guys!
I want the script to not show "added blah blah, rating , votes" in the links output.
How do i do that?
Thanks in advance.
Quote Reply
Re: [churik] Changing links output In reply to
The easy way:

In your admin, click the 'Edit Templates' link, select 'link.html', remove as much of this as you don't want:

<%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%>


Leonard
aka PerlFlunkie