Hi Dennis,
I was just tidying up that search.php page I linked to yesterday.
I've put the file in the Files section of the google groups,
search.php. This file would go in the root of the subjects folder.
You should be able to put a search box anywhere on the site, so long
as your form action points to search.php and your search term field
has a name of "searchterm". You can also use a get parameter, i.e.,
search.php?searchterm=auto .
Note that the search right now is in the form wilcard - searchterm -
wildcard, so searching "auto" would turn up the word auto as well as
automobile and zauto (if zauto were a word). A stricter match is
commented out above the query (variable $q); you could swap this in if
that works better for you.
Finally, I've got the descriptions hidden, and then revealed by a bit
of jquery magic. If you want the descriptions always showing, find
the line
<span style=\"display: none;\" class=\"toggle\">
and change the style to "display: block;"
and then if you don't want the jquery, you can delete all the stuff at
the bottom of the file. I hope this works for you. Let me know if
anything's unclear or if anything doesn't work properly. I'm going to
include this search.php in the upcoming version 0.8 of subsplus.
Oh. This page also has a little red star for a bullet--I've uploaded
that, too. bullet2.png. It would go in subjects/images/
Andrew