Page 1 of 1
Removing search box from results page
Posted: Tue Mar 06, 2007 11:39 am
by hqweb0
hi,
is there a way to remove the search box for the results page for just one Profile?
It seems to apply to all profiles.
thanks.
Niamh
Removing search box from results page
Posted: Tue Mar 06, 2007 12:47 pm
by jason112
You can choose a results style of "XSL Stylesheet" for that profile, and then apply a customized XSL stylesheet (based off of the default one) that doesn't include a search box.
Removing search box from results page
Posted: Thu Mar 08, 2007 2:46 am
by hqweb0
I don't see a results style of xsl stylesheet in the search settings page. Is this something I have to add to the search script? Also where is the default xsl stylesheet? thanks.
Removing search box from results page
Posted: Thu Mar 08, 2007 10:03 am
by jason112
Sorry, that's a Search Appliance feature, which is not
present in Webinator. I didn't notice which forum this was in.
The only way to achieve this with Webinator would be to edit a result style function in the search script, you could add a <if $pr neq "someProfile"> around the code that prints the HTML search box.
Removing search box from results page
Posted: Mon Mar 12, 2007 10:44 am
by hqweb0
that worked. thanks a lot.