PDA

View Full Version : How do I get rid of the Advanced Search Panel?


Jason Gaspero
02-17-2005, 08:57 AM
Hello - a few questions:

1. How do I get rid of the Advanced Search Panel? I don't like how when I look at the drop down box that half of my categories get cut off because they're too long. It doesn't look right.

2. How do I see what's in the DefaultLeftColumnPanel? When I open it in Dreamweaver, it's totally blank (no source code, nothing!)

Thanks for your help.

- Jason

Chris S
02-24-2005, 11:58 PM
Hi,

In the template/Panel/SmallSearchPanel.html remove the reference to the advanced search panel:


<a href="%%GLOBAL_siteURL%%/search/advanced">
%%LNG_hpAdvancedSearch%%
</a>


Remove those 3 lines and it'll remove the link.. people will still be able to get to it if they remember it's search/advanced - without hacking the articlelive php code you won't be able to stop that.

The left column panel doesn't have anything itself.. it opens the 'sitemenupanel', the 'rootarticlecategoriespanel' and 'smallsearchpanel' (check the DefaultLeftColumnPanel.php file).

Hello - a few questions:

1. How do I get rid of the Advanced Search Panel? I don't like how when I look at the drop down box that half of my categories get cut off because they're too long. It doesn't look right.

2. How do I see what's in the DefaultLeftColumnPanel? When I open it in Dreamweaver, it's totally blank (no source code, nothing!)

Thanks for your help.

- Jason