Name | Order | Parameters |
---|---|---|
logo | 1 | nobox=y |
login_box | 2 | nobox=y |
Topbar Modules
Name | Order | Parameters |
---|---|---|
menu | 1 | id=XX type=horiz menu_id=tiki-top menu_class=clearfix nobox=y |
search | 2 | nobox=y |
("Order" means this sequence of assignment; not necessarily these order numbers.)
Themes (bundled and from mods.tiki.org) that use this arrangement include:
- absE
- Andreas08
- Andreas09
- Arcturus
- Business
- Candii Clouds
- Club Card
- Coelesce
- Darkroom
- Eatlon
- Feb 12
- FiveAlive
- Fluid Index
- jQui
- Kubrick
- Milky Way
- Mittwoch
- Planetfall
- Snow
- The News
- Tikinewt
- Twentyten (coming soon)
Themes that put the menu at the top of Top Modules - Dark Shine
- Green Blog
- Judy
- Ohia
Top Modules| Name | Order | Parameters |
|---|---|---|
| menu | 1 | id=XX type=horiz menu_id=tiki-top menu_class=clearfix nobox=y |
| search | 2 | nobox=y |
| logo | 3 | nobox=y |
| login_box | 4 | nobox=y |
Topbar Modules
Name | Order | Parameters |
---|---|---|
- | - | - |
Themes that put all these items in Top Modules
- Mollio
- Smooth
- Strasa (uses negative bottom property to lower login below background image - maybe needs to be rethought)
- Twist (double check)
Top Modules| Name | Order | Parameters |
|---|---|---|
| logo | 1 | nobox=y |
| login_box | 2 | nobox=y |
| menu | 3 | id=XX type=horiz menu_id=tiki-top menu_class=clearfix nobox=y |
| search | 4 | nobox=y |
Topbar Modules
Name | Order | Parameters |
---|---|---|
- | - | - |
"Other"
- Underground
- Top Modules contains custom user module for site subtitle; also menu
- Topbar Modules contains custom user module for site title; also search form
- Login to be determined.
- XtratoVeil (coming soon)
- Top Modules contains site logo/titles, login (bottom left), and custom module that is graphic area at top right of the page.
- Topbar Modules contains menu and search form.
In almost all cases, these items are placed using CSS relative/absolute positioning. This ensures that they will be where they are meant to be, but it also takes them out of the normal flow of objects in that rectangle. For this reason, additional modules can be positioned using the admin modules drag and drop method (which also usies relative/absolute positioning). Or, if a module is assigned "the old way" using a class or style parameter, appropriate margins or other properties will probably be needed to avoid visual overlapping of the absolute-positioned items, etc.