Gossamer Forum
Home : Products : DBMan SQL : Discussion :

How to hide certain fields in results?

Quote Reply
How to hide certain fields in results?
Hi, my client doesn't want a particular field to show up on the results page (ie, all entries would show up, but not one specific field). Any suggestions?
Quote Reply
Re: [Brainwrap] How to hide certain fields in results? In reply to
You should customise the results page instead of using <%Dbsql::HTML::generate_search_results%> within search_results.html. i.e:

<%loop results%>
<%field_name1%>
<%field_name2%>
....
<%endloop%>

TheStone.

B.