Gossamer Forum
Home : Products : Links 2.0 : Customization :

customization of the search results

Quote Reply
customization of the search results
Hi,

I'd like to change the color of the point before the search results. The point is black and I want a white point.

Thank you.

Laurent

Quote Reply
Re: customization of the search results In reply to
point???

Do you mean bullet???

Regards,

Eliot Lee
Quote Reply
Re: customization of the search results In reply to
Thank you !

Quote Reply
Re: customization of the search results In reply to
Thank you...for what???

Do you mean bullet or what??

Regards,

Eliot Lee
Quote Reply
Re: customization of the search results In reply to
Yes I want to change the color of bullet and the little "new" after categorys.
How can I do ?
I want all in white. My links, the categories are in white but not bullet, the number of links and the little "new"

thank you

Laurent

Quote Reply
Re: customization of the search results In reply to
You will need to edit the HTML codes between the $link_results .= qq| and |; in the sub main routine of the search.cgi...Look for the <li> codes. Change these codes to IMAGE codes. You should use your own WHITE bullet image.

To change the new text next to images, you must edit the sub site_html_print_cat routine in the site_html_templates.pl....Find the new text and edit it according to how you want it to appear...My suggestion is to delete the CSS codes in this sub and use your own HTML codes between the $output .= qq| and |; codes.

Regards,

Eliot Lee
Quote Reply
Re: customization of the search results In reply to
Thank you very much,

And for the the number of links in each category between ( )? He is black... I'd like to change the color...

laurent