Closed (fixed)
Project:
Zeitgeist
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2010 at 00:56 UTC
Updated:
10 Dec 2010 at 17:30 UTC
Showing search keywords as list is too long for theme without sidebar region or lack of space in sidebar, especially when showing more than 15 keywords
It will be useful to have an option to display search keywords in ZG Latest block to be inline as below:
modem, install modem, how to install, install, LAMP setup
Comments
Comment #1
fgmThis is something you can modify in your theme, in one of two ways:
- both "top" and "latest" blocks are theme functions, which you can completely override in your theme (theme_zeitgeist_block_latest and theme_zeitgeist_block_top)
- if you just want to make the list inline, simple modify your theme CSS to add a rule like:
And this will make your blocks inline.
Comment #2
fgmNew feature added in today's version, to avoid even having to touch the site theme.
On the same occasion, changed from theme functions to templates, which are more common nowadays.
Also added on today's D7 version.