#17 closed enhancement (fixed)
Convert drupal navigation menus to drupal menu objects
Reported by: | tmitchell | Owned by: | tmitchell |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | WebSite | Keywords: | drupal menu |
Cc: |
Description
Currently the OSGeo Foundation and OSGeo Community menus (top left of www.osgeo.org) are raw html snippets. This prevents them from being managed by drupal's menuing system and translation tools.
Change History (3)
comment:1 by , 18 years ago
Status: | new → assigned |
---|
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I've changed the "OSGeo Foundation" and "OSGeo Community" left sidebar menus into Drupal menu objects. The great thing about it is that you no longer have to edit a very low-level "block" object with scary HTML to add/modify the menu. Also these objects can be translated into other languages. Other than that you will not notice much change.
Now, anyone with project manager, admin role or translator roles can edit the menus using the menu management tool at: http://www.osgeo.org/admin/menu. Scroll to bottom to see the two menus. You can "edit" a menu item/link to change it or to translate it into another language. If you have any questions about it, let me know.
comment:3 by , 18 years ago
I should mention that this required changes to the nav.css and style.css files as part of the CMS theme. Any other types of menus that get created will require similar formatting changes to make them look right.
I have tested this and it works fine, but will require some modest css changes to make the layout work efectively. This too has been tested and will be ported to primary server.