Opened 17 years ago
Last modified 13 years ago
#677 new enhancement
Search Page styling
Reported by: | mdawaffe | Owned by: | |
---|---|---|---|
Milestone: | Future Release (Legacy) | Priority: | normal |
Severity: | normal | Version: | |
Component: | Front-end | Keywords: | has-patch |
Cc: | fel64@… |
Description
THe search page needs some love.
Attachments (4)
Change History (19)
#2
@
17 years ago
Didn't realise that changes to form() also affect the admin page. The admin CSS needs the same modifications as the kakumei CSS.
#4
follow-up:
↓ 6
@
17 years ago
There is no indication of whether the form elements work in an "AND" or an "OR" mode. i.e. does it search for the tag "woot" by the author "fel64" or does it search for the tag "woot" or the author "fel64"...?
#6
in reply to:
↑ 4
@
17 years ago
Replying to sambauers:
There is no indication of whether the form elements work in an "AND" or an "OR" mode. i.e. does it search for the tag "woot" by the author "fel64" or does it search for the tag "woot" or the author "fel64"...?
What does it actually do? I'd hope it defaults to AND searching, because OR searching (I find) is very annoying and very rarely helpful. I'd leave that out, but if you think it's important I could always add a little message at the bottom or somesuch ... ?
I've also realised in the meantime that it's pretty easy to make this design work without rearranging the order of the HTML, which makes for significantly nicer markup in my opinion. I'll do that if this will be used.
I am proposing some love: attached are screenshots of the default search form in kakumei ('simplesearchform.gif') and of a more advanced search form ('normalsearchform.gif'). Also patch files for bb-includes/classes.php, rearranging some of the things so the styling works correctly and changing the HTML. Perhaps this can be moved into a template file for much less awkwardness? And a patch for bb-templates/kakumei/style.css, with some search page styling.
I'd accept the ticket if that was appropriate ... ? Not sure of the trac-etiquette.