Gossamer Forum
Home : Products : Links 2.0 : Customization :

string_array 20% Help

Quote Reply
string_array 20% Help
I would like to know how to return the search results in the normal text and the hexidecimal. So if I typed in Red Cars into my search.It would read "search results for Red Cars"and not"Red20%Cars". Any help would be kind

Over & Out

zenmaN
Quote Reply
Re: string_array 20% Help In reply to
In the site_html.pl sub site_html_search_results routine, I changed:

Quote:
<$font>Your search returned <strong>$cat_hits</strong> categories and <strong>$link_hits</strong> Links.</font>

to read:

Quote:
<$font>Your search for<br><b>"$in{'query'}"</b><br>returned <strong>$cat_hits</strong> Categories and <strong>$link_hits</strong> Links.</font>

Hope this helps.

------------------
Bob Connors
bobsie@orphanage.com
www.orphanage.com/goodstuff/
goodstufflists.home.ml.org/




[This message has been edited by Bobsie (edited January 02, 1999).]