Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [iplay] Remove top category in search results ?

Quote Reply
Re: [iplay] Remove top category in search results ? In reply to
Hi,

It depends on you current settings. If the 'build_search_gb' is 'No', you can add the below code beneath the '<%~loop category_results_loop%>' in the search_results.html

<%~loop category_results_loop%>
<%if Full_Name contains 'Archive'%>
<%else%>
... as current...
<%endif%>
<%endloop%>

Cheers,

Dat

Programming and creating plugins and templates
Blog
Subject Author Views Date
Thread Remove top category in search results ? iplay 4231 Jun 14, 2011, 5:02 AM
Post Re: [iplay] Remove top category in search results ?
Andy 4090 Jun 14, 2011, 5:48 AM
Thread Re: [iplay] Remove top category in search results ?
tandat 4079 Jun 17, 2011, 9:27 PM
Thread Re: [tandat] Remove top category in search results ?
Andy 4056 Jun 18, 2011, 12:35 AM
Thread Re: [Andy] Remove top category in search results ?
tandat 4081 Jun 18, 2011, 12:50 AM
Post Re: [tandat] Remove top category in search results ?
iplay 4045 Jun 18, 2011, 10:36 PM