| 5 | | Elgg 0.3x has a radically different navigation and theme structure |
|---|
| 6 | | than the previous version. As a result, themes from previous versions |
|---|
| 7 | | will not work, and by default old themes are deleted on upgrade. |
|---|
| 8 | | However, if you would like to use old themes, you can perform the |
|---|
| 9 | | following actions using the theme editor: |
|---|
| 10 | | |
|---|
| 11 | | |
|---|
| 12 | | A. 'CONTENT HOLDER': |
|---|
| 13 | | |
|---|
| 14 | | 1. Copy the contents of infobox into contentholder |
|---|
| 15 | | 2. Change {{name}} to {{title}}, {{content}} to {{body}} |
|---|
| 16 | | 3. Add {{submenu}} just above {{body}} |
|---|
| 17 | | |
|---|
| 18 | | B. 'PAGE SHELL': |
|---|
| 19 | | |
|---|
| 20 | | 1. In pageshell, add {{topmenu}} directly after {{menu}} |
|---|
| 21 | | |
|---|
| 22 | | C. 'SELECTED INDIVIDUAL MAIN MENU ITEM': |
|---|
| 23 | | |
|---|
| 24 | | 1. Copy 'individual main menu item' to 'SELECTED individual menu item' |
|---|
| 25 | | |
|---|
| 26 | | D. 'STATUS MENUBAR SHELL': |
|---|
| 27 | | |
|---|
| 28 | | 1. Copy 'main menu shell' to 'status menubar shell' |
|---|
| 29 | | 2. Replace {{menuitems}} in the status menubar shell with {{topmenuitems}} |
|---|
| 30 | | 3. Copy 'individual main menu item' to 'individual status menu item' |
|---|
| | 5 | Elgg 0.4 has a radically different theme structure than the previous |
|---|
| | 6 | version. By default, previous themes will be deleted, as they no |
|---|
| | 7 | longer work with the system and may cause problems. Documentation on |
|---|
| | 8 | developing themes is available at http://elgg.org/; these are now |
|---|
| | 9 | based on standard CSS and should be significantly easier to create |
|---|
| | 10 | and share. |
|---|