Navigation bar using Custom Site Header
Hi,
I've running TikiWiki 2.1 with default2.css as theme and I'm trying to create a navigation bar similar to the pages of Tikiwiki Documentation, but instead of using the Top Bar, the navigation buttons should be (for reasons of space economising) on the same level as my site-logo.
I imagine a configuration like this :
- first button is linking to artikels (tiki-view_articles.php)
- second button linking to wiki (tiki-view.php)
- and so on for the different sections / features acitvated.
Clicking on a navigation-button should then let appear a different collection of user menus - all included in separate modules and maybe with group-associated permissions for special registered-only modules.
For the navigation-buttons I thought (perhaps there is a better solution ?) to create a little menu for each one,
like this :
- Menu id=70
- Name : Articles
- url : tiki-view_articles.php
- Sections : feature_articles
- Permission : tiki_p_read_article
- Group : Anonymous
- Type : Option
and then integrating the menus one after another - at best menus floating right while my site-logo is shown centered - in the custom site header.
I tried several codes (html tables or span's centered for the logo and floating right for the buttons) including the menus with {phplayers id=X}, but I failed since yet.
Any suggestions, how to implement my ideas ?
Thanks in advance for help !
Rontu