Gossamer Forum
Home : Products : Gossamer Links : Discussions :

can't remove update from categories

Quote Reply
can't remove update from categories
The word "updated" is showing on categories even though nothing new was added to them in the last 6 months. Never goes away.

In my link.html this is what I have - can't see anything wrong there.

<div id="l<%ID%>" class="linklisting">
<h4 class="linktitle"><a href="<%URL%>"><%Title%></a>
<%if isNew%><%Plugins::ULTRAGlobals::New_Image($isNew)%><%endif%>
<%if Admin_Ranking eq '1'%>
<img src="http://www.linkopedia.com/image/1-star.gif">
<%elsif Admin_Ranking eq '2'%>
<img src="http://www.linkopedia.com/image/2-star.gif">
<%elsif Admin_Ranking eq '3'%>
<img src="http://www.linkopedia.com/image/3-star.gif">
<%elsif Admin_Ranking eq '4'%>
<img src="http://www.linkopedia.com/image/4-star.gif">
<%elsif Admin_Ranking eq '5'%>
<img src="http://www.linkopedia.com/image/5-star.gif">
<%endif%>
</h4>

<%if Description%><div class="linkdescription"><%if highlight%><%Links::Tools::highlight($Description, $query)%><%else%><%Description%><%endif%></div><%endif%>
<p class="linkurl"> <a href="<%URL%>"><%URL%></a></p>

</div>

Also checked the globals and could not find a reference to it in there.
Does anytone have a clue on how I can get rid of the word "updated" that is showing on categories. Help would be appreciated.

Thanks....
Subject Author Views Date
Thread can't remove update from categories janx 13733 Dec 29, 2012, 12:23 PM
Thread Re: [janx] can't remove update from categories
eupos 13555 Dec 29, 2012, 12:35 PM
Thread Re: [eupos] can't remove update from categories
Andy 13506 Dec 30, 2012, 7:59 AM
Post Re: [Andy] can't remove update from categories
eupos 13485 Dec 30, 2012, 8:02 AM
Thread Re: [eupos] can't remove update from categories
janx 13484 Dec 30, 2012, 9:48 AM
Thread Re: [janx] can't remove update from categories
janx 13496 Dec 30, 2012, 10:23 AM
Post Re: [janx] can't remove update from categories
eupos 13480 Dec 30, 2012, 12:55 PM
Thread Re: [janx] can't remove update from categories
Andy 13486 Dec 31, 2012, 1:18 AM
Thread Re: [Andy] can't remove update from categories
janx 13455 Dec 31, 2012, 9:56 AM
Post Re: [janx] can't remove update from categories
Andy 13462 Jan 2, 2013, 3:11 AM
Post Re: [janx] can't remove update from categories
eupos 13528 Dec 29, 2012, 12:38 PM