PDA

View Full Version : A little help would be great.


Kenny
11-29-2004, 06:39 AM
I am very new to php and have little experience with it.
I am fortunate enough to have a supplier that auto installs scripts like this one for me.
My question is after installation, I would like to change the values in the script.
eg: "select a site to search" I would like to remove.
I tried to remove values direct from template but this leaves the search box searching only 1 site.
Where do I remove the values of this so it searches all sites in the index...
I guess this seems like a silly question but again, I am new to this.

A little help would be grateful.

Great script by the way...

Charter
11-29-2004, 11:31 AM
Set DISPLAY_DROPDOWN to false in the config file.

Kenny
11-29-2004, 12:43 PM
I knew that would be an easy one.

Worked great, thanks...