|
Revision 11, 1.0 kB
(checked in by sven, 3 years ago)
|
snapshot of elgg 0.301
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
Theme transfer instructions |
|---|
| 3 |
--------------------------- |
|---|
| 4 |
|
|---|
| 5 |
Elgg 0.3 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' |
|---|