Are there any site.searchbox attributes?
I have found out via help that one can use the site.searchbox macro to add a searchbox to the frontpage. Most of the story was in German and I unfortunately do not understand German. I would like to amend the length of the searchbox and use a word other than "find!". I would also like to remove "enter your keywords". Are there attributes for the site.searchbox that will allow me to do this? I have tried to amend the code generated by macro manually (replacing the macro) but the search words I used do not appear in my searchbox on the results page.
Regards
John
bov
Did you see this?:
http://help.antville.org/stories/147348/
Although some parts are in German, I guess it's quite self-explaining.
JohnWalsh
Originally, I tried to copy the code generated by the searchbox macro for the "mainpage", but this did not work in the sense that the keywords in the searchbox would not appear in the "results" page. In the end I used the following code in my "mainpage" for the search keywords to appear in the searchbox on the results page;
<form method="get" action="http://johnwalsh.antville.org/search"> <input size="25" name="q" value="See Note"><input type="submit" value="Search"></form>
Note "q" has this antville macro < % request.q encoding="form" % > as its value (I had to separate the value for it to appear correctly in this story)
Now if anybody could tell me how to get another searchbox to appear at the end of the search results I would be grateful?
John