Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Update links in new

Quote Reply
Update links in new
Hi all,

How can i do to display, all the update link in What's New

Thank's
Quote Reply
Re: [michelb] Update links in new In reply to
Do you mean how do you change all the links to new? I don't quiteunderstand your question Wink

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: [AndyNewby] Update links in new In reply to
Hi,

In hotcripts, in the page http://www.hotscripts.com/New/2002-01-08/

you have updated and new . How can't i do to have the same one, in What's new

Thank's
Quote Reply
Re: [michelb] Update links in new In reply to
Ah, I get you now. Simply putting the following in link.html and doing a re-build should work;

Code:
<%if isNew%>
&nbsp;<font color=red><i>new</i></font>
<%endif%>

<%if isChanged%>
&nbsp;<font color=red><i>updated</i></font>
<%endif%>

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: [AndyNewby] Update links in new In reply to
Thank's for your help

What I would like to do, is that the links which are modified appear in the page of the new links, but this code makes to display the links modified in the categories.

thank's