Gossamer Forum
Home : Products : Gossamer Links : Discussions :

modify links showing up as new,pop,updated

Quote Reply
modify links showing up as new,pop,updated
For some reason, when the owner's links are listed in modify.cgi, they all show up as new popular and updated (even though they aren't).

Any ideas?

Ethan

Quote Reply
Re: modify links showing up as new,pop,updated In reply to
Ethan:

What are the tags you are using in your template file? My guess is that you are using the same tags in link.html and subcategory.html.


Regards,

Clint.

--------------------------
http://www.AffiliatesDirectory.com - Affiliate Programs Directory
Quote Reply
Re: modify links showing up as new,pop,updated In reply to
Hi Clint,
I'm not exact;y sure what you mean, but I don't think it's the templates because even when i run modify.cgi with the other GT templates (installed with lsql2) they are still marked new,pop,upd

anyway, what tags exactly do you mean??

Thanks,
Ethan

Quote Reply
Re: modify links showing up as new,pop,updated In reply to
I had the same problem until I checked my templates. For example, in link.html the correct tags to use are: -

<%if isNew%> and <%if isChanged%> and <%if isPopular eq 'Yes'%>

in subcategory.html you use:-

<%if Has_New_Links eq 'Yes'%> and <%if Has_Changed_Links eq 'Yes'%>

For some reason, I had these screwed up and the wrong way around, which meant for all my listings 'everything' showed up as popular. Once I put them around this way they displayed correctly.

I am also using the new graphics plugin, which I realise is not working correctly ... hopefully there will be a bug fix for it soon.

Hope this was of some help.

Regards,


Clint.

--------------------------
http://www.AffiliatesDirectory.com - Affiliate Programs Directory