Closed (fixed)
Project:
Family History Distro
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Aug 2011 at 21:23 UTC
Updated:
17 Oct 2011 at 06:11 UTC
Make it not so hideously ugly.
Plus figure out why the list is doubled in new installs.
Comments
Comment #1
kyle_mathews commentedHere's how to fix it:
a) Get some prettier css.
b) do a "select distinct type from node" to get all nodes that have been created on the site (while filtering out non-content node types) to get the current list of content types of the site. Cache the query for a few hours as well so we're not running this query on every page load.
Comment #2
kyle_mathews commentedDefine our little drop-down box as a block and just print the "Browse by type of content" right into the page.tpl.php file.
Comment #3
kyle_mathews commentedChanged my mind again. The items should just be added as a nav bar along the top. Keep things simple.
Comment #4
kyle_mathews commentedCommitted a fix for this task (along with a lot of other css) tonight.