You are here:  » Search-Field


Search-Field

Submitted by marcelo on Tue, 2006-04-25 14:27 in

Hello David,
I has still another question to the search field announcement.
This announcement looks in such a way: " merchant:Advanced MP3 Players: "
Can one spend the field, also thus only in blank without contents?

Thank you already once in advance
Marcelo

Submitted by support on Tue, 2006-04-25 14:30

Yes you can make it blank all the time if you want. In html/searchform.php:

Change:

<input type='text' name='q' size='35' value='<?php print (isset($q)?$q:""); ?>' />

to:

<input type='text' name='q' size='35' value='' />

That will get rid of the contents...

Cheers!
David.