We also added a few options (not like these) to the 'navbar' template's 'navbar_search_menu' menu.
The attached image shows a group of checkboxes, but they really should be something like two separate dropdown menus or two groups og two radio buttons, since the options are mutually exclusive.
One has to choose either 'Find Posts by user' or 'Find Threads started by user'. This corresponds to the search.php parameter named 'starteronly' (e.g., do=process&starteronly=1).
Similarly, one has to choose either 'Search Titles Only' or 'Search Entire Posts'. This corresponds to the search.php parameter named 'titleonly' (e.g., do=process&titleonly=1).
|