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....
Quote Reply
Re: [janx] can't remove update from categories In reply to
Hi janx

Which Links version you are using?

I'm not sure Andy's ULTRAGlobals would work on Links 2.0

Cheers,
Boris

Facebook, Twitter and Google+ Auth for GLinks and GCommunity | reCAPTCHA for GLinks | Free GLinks Plugins
Quote Reply
Re: [janx] can't remove update from categories In reply to
Hi again,

In case you are running GLinks (the sql driven version if Gossamer Links).

Go to Links Admin panel and run:

Code:
Links Admin > Database > Repair > Repair Tables

This will repair Category stats and the updated tag will disappear.

Hope this helps.

Cheers,
Boris

Facebook, Twitter and Google+ Auth for GLinks and GCommunity | reCAPTCHA for GLinks | Free GLinks Plugins
Quote Reply
Re: [eupos] can't remove update from categories In reply to
Hi,

Yup, my ULTRAGlobals is only for the SQL version =) I've moved this thread to the GLinks forum instead Whistle

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] can't remove update from categories In reply to
Thank you Andy :)

Cheers,
Boris

Facebook, Twitter and Google+ Auth for GLinks and GCommunity | reCAPTCHA for GLinks | Free GLinks Plugins
Quote Reply
Re: [eupos] can't remove update from categories In reply to
Guess I had posted in wrong section - sorry(:

Using Version 3.30 and a template I bought from Andy...

No problem now that I know what the problem is, will just change the links.html back to the basic code.

Thanks for the heads up on what was happening - couldn't seem to figure it out.

Thanks Again
- Barb




Quote Reply
Re: [janx] can't remove update from categories In reply to
Didn't work - tried changing the link.html to what was being used in the luna template

<%if isNew%><span class="new-item"><span>new</span></span><%endif%>

and did a rebuild of the tables - still showing the word (updated ) any other ideas?

Could it have anything to do with my Globals and if so what would I look for?

Thanks In Advance

- Barb
Quote Reply
Re: [janx] can't remove update from categories In reply to
Hi janx,

If some global exports by mistake isChanged ... yes it can be.

Hard to say more without looking at your install I'm afraid :\

Cheers,
Boris

Facebook, Twitter and Google+ Auth for GLinks and GCommunity | reCAPTCHA for GLinks | Free GLinks Plugins
Quote Reply
Re: [janx] can't remove update from categories In reply to
Hi,

Is this being generated via a standard links_loop / links_results_loop , or via a set of links loaded via a global? It could be that its missing the part that updates those tags... ie

Code:
$link = Links::SiteHTML::tags('link', $link)

Hard to say more without knowing what is loading those links into the template though.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] can't remove update from categories In reply to
 Think it's a standard link, this is what I am using on category page.

<%if category%>
<%category%>
<%endif%>

<%if links%>
<%links%>
<%endif%>

Obviously I have no clue what to look for or how to fix this so maybe in the New Year you (Andy) might consider dealing with this problem for me. Tried the forum before emailing you for help again.... thought it might be an easy fix.

Thanks
- Barb
Quote Reply
Re: [janx] can't remove update from categories In reply to
Hi,

Mmm weird. Sure, if you wanna send over FTP + Glinks admin logins, I'll take a look for you.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!