On Tue, Aug 26, 2008 at 6:55 AM, David Cantrell david@cantrell.org.ukwrote:
On Mon, Aug 25, 2008 at 04:38:20PM +0100, Kake L Pugh wrote:
On Mon 25 Aug 2008, Rev Simon Rumble simon@rumble.net wrote:
I think this could be good in the OG software, particularly for search results. Each category could _optionally_ have an icon associated with it ...
It does sound like a complicated project which would take quite a lot of thinking out. But if you want to start working on a preliminary version of it then I certainly have no objections!
If you want to do it without adding load on the server (apart from that to serve up the images) you could do it with Javascript.
Put the list of categories in a <div> and then do a replace() on the contents while the page renders.
I feel dirty for saying that.
If you're going that route, CSS hidden property and some JS to alternately show/hide it depending on context.