Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Highlight Search terms in Title

Quote Reply
Highlight Search terms in Title
I have messed a whole bunch with all my templates. For a while now, when one searches, the search terms are highlighted for the Category Returns... but not for the Link title itself.

I am sure I just have to put some simple term around my Links.html, but I do not know what. What should I put in there?

Thanks!
dave

Big Cartoon DataBase
Big Comic Book DataBase
Quote Reply
Re: [carfac] Highlight Search terms in Title In reply to
Hi,

You need this:

<%if detailed_url and isValidated eq 'Yes'%><a href="<%detailed_url%>"><%elsif URL ne 'http://' and isValidated eq 'Yes'%><a href="<%config.db_cgi_url%>/jump.cgi?ID=<%ID%>"><%endif%><%if highlight%><%Links::Tools::highlight($Title, $query)%><%else%><%Title%><%endif%><%if isValidated eq 'Yes'%><%if detailed_url or URL ne 'http://'%></a><%endif%><%endif%>

The core bit you will need, is red (this is what makes the title highlighted Smile)

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!
Quote Reply
Re: [Andy] Highlight Search terms in Title In reply to
Hey Andy:

I was hoping it was that easy- and it was. Got ti going perfect- and I have only been up for 10 minutes today.

Thank you!

Dave
dave

Big Cartoon DataBase
Big Comic Book DataBase
Quote Reply
Re: [carfac] Highlight Search terms in Title In reply to
Glad it was easy =)

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!