Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Zoran] how to remove added,rating,votes and other details from search results?

Quote Reply
Re: [Zoran] how to remove added,rating,votes and other details from search results? In reply to
Hi.

In link.html, you could try putting the following around the part that shows;

Quote:
(Added: Fri May 21 2004 Hits: 1 Rating: 0.00 Votes: 0) Rate It Review It

Code:
<%ifnot query%>normal stuff here<%endif%>

This way, it should only show the hits, date added, etc values; if <%query%> is NOT defined (i.e on category pages), but if its on a search results page, it WILL NOT show these extra bits of info.

Quote:
2. I would like to remove image new shown after the title of the site.

You can edit this in link.html (Build > Edit Templates), and remove the part saying;

Code:
<%if isNew%> ... <%endif%>

Quote:
3. I have 25 results per page now. Can I change this number on 20?

You need to change the setting in: Setup > Search Options.

Hope that helps :)

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!
Subject Author Views Date
Thread how to remove added,rating,votes and other details from search results? Zoran 1859 May 26, 2004, 11:41 PM
Thread Re: [Zoran] how to remove added,rating,votes and other details from search results?
Andy 1790 May 27, 2004, 1:55 AM
Thread Re: [Andy] how to remove added,rating,votes and other details from search results?
Zoran 1771 May 27, 2004, 2:42 AM
Thread Re: [Zoran] how to remove added,rating,votes and other details from search results?
Andy 1778 May 27, 2004, 2:46 AM
Post Re: [Andy] how to remove added,rating,votes and other details from search results?
Zoran 1771 May 27, 2004, 4:57 AM