Gossamer Forum
Home : Products : Links 2.0 : Customization :

Showing if related categories contain new links.

Quote Reply
Showing if related categories contain new links.
Hello,

Is there a way to use a "new" image to show if the related categories contain new links.

-Jon
Quote Reply
Re: Showing if related categories contain new links. In reply to
 

If you are talking about getting the home page categories to have a new image instead of the new text go to site_html_templates.pl and go to the very bottom. You will see four $output scalars, the second one down says <small><sub class ="new">new</sub><small>
or something similar. I got rid of it so I can't remember exactly. Then replace that with an image tag. For the related categories go to site_html.pl and try the same, I think that file controls the related categories "new" text. I haven't tried to do the related categories before because I don't use them, so that's my best guess.

Good luck,
Tony

[This message has been edited by tony crosby (edited February 12, 2000).]
Quote Reply
Re: Showing if related categories contain new links. In reply to
Thanks for helping Tony, but I think that getting the related categories to show if it contains new links involves some editing in nph-build.

-Jon